Extracts fitted parameters from a hisemit
object
# S3 method for hisemit
coef(object, scale.parameterization = c("r",
"scale.factor", "sd.ncp"), ...)
A hisemit
object
One of "r"
, "scale.factor"
, "sd.ncp"
. See details.
Not used.
A numeric vector of estimated parameters
For the scale parameter, there are three parameterizations.
'scale.factor'
means the multiplicative scaling factor (greater than 1).
'sd.ncp'
means the equivalent standard deviation of the noncentrality parameters.
'r'
means log(scale.fact-1)
, which is in the range of whole real line.
Long Qu, Dan Nettleton, Jack Dekkers (2012) A hierarchical semiparametric model for incorporating inter-gene relationship information for analysis of genomic data. Biometrics, 68(4):1168-1177
plot.hisemit
, fitted.hisemit
, coef.hisemit
, vcov.hisemit
, residuals.hisemit
, logLik.hisemit
, confint.hisemit
, print.hisemit
,
penLik.EMNewton