Learn R Programming

hisemi (version 1.1-0)

coef.hisemit: Extracts fitted parameters from a hisemit object

Description

Extracts fitted parameters from a hisemit object

Usage

# S3 method for hisemit
coef(object, scale.parameterization = c("r", 
        "scale.factor", "sd.ncp"), ...)

Arguments

object

A hisemit object

scale.parameterization

One of "r", "scale.factor", "sd.ncp". See details.

Not used.

Value

A numeric vector of estimated parameters

Details

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.

References

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

See Also

plot.hisemit, fitted.hisemit, coef.hisemit, vcov.hisemit, residuals.hisemit, logLik.hisemit, confint.hisemit, print.hisemit, penLik.EMNewton