Skip to contents

Copyright (C) 2021 The ORF Project Team

Usage

wcpm(
  object,
  studentid = "",
  passageid = "",
  season = "",
  grade = "",
  nwords.p = "",
  wrc = "",
  time = "",
  stu.data = data,
  cases = NA,
  est = "map",
  se = "analytic",
  wo = "internal",
  failsafe = 0,
  bootstrap = 100,
  external = NULL
)

Arguments

object

- mcem class object

stu.data

- student reading data

cases

- student id vectors

est

- estimator keyword / c("mle", "map", "eap")

se

- standard error keyword / c("analytic", "bootstrap")

wo

- wcpm option / c("internal", "external"), default is internal

failsafe

- retry time for bootstrap / default 0, can set to 5 ~ 50

external

- if not NULL, will use not student read passages for estimating

bootstrp

- set K number of bootstrap / default 100

Value

WCPM list or Bootstrap dataset

Details

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is available at http://www.gnu.org/licenses/