SE {FedIRT} | R Documentation |
Federated IRT SE
Description
Calculates Standard Error(SE) for FedIRT models.
Usage
SE(fedresult)
Arguments
fedresult |
fedirt result object |
Details
Input is the object of fedirt class.
Value
An array of standard errors for all parameters.
Examples
# turn input data to a list
inputdata = list(as.matrix(example_data_2PL))
# Call fedirt() function, and use 2PL model
fedresult = fedirt(inputdata, model_name = "2PL")
# get SE result
SEresult = SE(fedresult)
[Package FedIRT version 1.1.0 Index]