Retrieve Standard Errors From a Linear Equating
Function to retrieve the standard errors of a linear equating from an object of class keout created by kequate.
getSeelin(object)
object
: An object of class keout as created by the function kequate.A vector containing the standard errors of the linear equating.
bjorn.andersson@statistik.uu.se
kequate
P<-c(5, 20, 35, 25, 15) Q<-c(10, 30, 30, 20, 10) x<-0:4 glmx<-glm(P~I(x)+I(x^2), family="poisson", x=TRUE) glmy<-glm(Q~I(x)+I(x^2), family="poisson", x=TRUE) keEG<-kequate("EG", 0:4, 0:4, glmx, glmy) getSeelin(keEG)
Useful links