getSee function

Retrieve Standard Errors From an Equating

Retrieve Standard Errors From an Equating

Function to retrieve the standard errors of an equating from an object of class keout created by kequate.

getSee(object)

Arguments

  • object: An object of class keout as created by the function kequate.

Returns

A vector containing the standard errors of the equating.

Author(s)

bjorn.andersson@statistik.uu.se

kenny.branberg@stat.umu.se

marie.wiberg@stat.umu.se

See Also

kequate

Examples

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) getSee(keEG)
  • Maintainer: Björn Andersson
  • License: GPL-2 | GPL-3
  • Last published: 2022-04-13

Useful links