Extract Parameter Estimates from various classes.
It extracts the parameter estimates from objects of various classes.
## S3 method for class 'tssem1FEM' coef(object, ...) ## S3 method for class 'tssem1FEM.cluster' coef(object, ...) ## S3 method for class 'tssem1REM' coef(object, select = c("all", "fixed", "random"), ...) ## S3 method for class 'wls' coef(object, ...) ## S3 method for class 'wls.cluster' coef(object, ...) ## S3 method for class 'meta' coef(object, select = c("all", "fixed", "random"), ...) ## S3 method for class 'meta3X' coef(object, select = c("all", "fixed", "random", "allX"), ...) ## S3 method for class 'reml' coef(object, ...) ## S3 method for class 'MxRAMModel' coef(object, ...) ## S3 method for class 'osmasem' coef(object, select=c("fixed", "all", "random"), ...)
object |
An object returned from either class
|
select |
Select |
... |
Further arguments; currently none is used |
Parameter estimates for both fixed-effects (if any) and random-effects (if any)
coef.MxRAMModel
is simply a wraper of
omxGetParameters
. Extra arguments will be passed to it
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>
## Random-effects meta-analysis model1 <- meta(y=yi, v=vi, data=Hox02) coef(model1) ## Fixed-effects only coef(model1, select="fixed")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.