R2noharm.jackknife {sirt} | R Documentation |
Jackknife Estimation of NOHARM Analysis
Description
This function performs a jackknife estimation of NOHARM analysis to get standard errors based on a replication method (see Christoffersson, 1977).
Usage
R2noharm.jackknife(object, jackunits=NULL)
## S3 method for class 'R2noharm.jackknife'
summary(object, logfile=NULL, ...)
Arguments
object |
Object of class |
jackunits |
A vector of integers or a number. If it is a number, then it refers to the number of jackknife units. If it is a vector of integers, then this vector defines the allocation of persons jackknife units. Integers corresponds to row indexes in the data set. |
logfile |
File name if the summary should be sunk into a file |
... |
Further arguments to be passed |
Value
A list of lists with following entries:
partable |
Data frame with parameters |
se.pars |
List of estimated standard errors for all parameter estimates:
|
jackknife.pars |
List with obtained results by jackknifing for all parameters:
|
u.jacknunits |
Unique jackknife elements |
References
Christoffersson, A. (1977). Two-step weighted least squares factor analysis of dichotomized variables. Psychometrika, 42, 433-438.