dosresmetaObject function

dosresmeta Object

dosresmeta Object

An object returned by dosresmeta function, inheriting from class "dosresmeta", and representing a fitted dose-response (meta-analytical) model. class

Returns

Objects of class "dosresmeta" are lists with defined components. Dimensions of such components differs according to the choosen procedure. For the one-stage analysis the dimensions refer to a one dimensional outcome, pp predictors and mm studies used for fitting the model. For the two-stage analysis the dimensions refer to pp

outcome parameters, no predictor (only the intercept) and mm studies. The following components needs to be included in a legitimate mvmeta object:

coefficientsa pp -dimensional vector of the fixed-effects coefficients.
vcovestimated pxpp x p (co)variance matrix of the fixed-effects coefficients.
Psifor random-effects models, the estimated pxpp x p between-study (co)variance matrix.
residualsa vector of residuals, that is observed minus fitted values.
fitted.valuesa vector of of fitted mean values.
df.residualthe residual degrees of freedom.
rankthe numeric rank of the fitted model.
logLikthe (restricted) log-likelihood of the fitted model.
converged,niterfor models with iterative estimation methods, logical scalar indicating if the algorithm eventually converged, and number of iterations.
controla list with the values of the control arguments used, as returned by dosresmeta.control .
methodthe estimation method.
dimlist with the following scalar components: mm (number of studies included in estimation, kk (number of outcome parameters), pp (number of predictors).
dflist with the following scalar components: nall (number of observations used for estimation, excluding missing values), nobs (equal to nall, minus the number of fixed-effects coefficients in REML models), fixed (number of estimated fixed-effects coefficients), random (number of estimated (co)variance terms).
lablist with the following label vectors: pp for the p predictors (including intercept).
modelthe model frame used for fitting.
callthe function call.
formulathe model supplied.
termsthe terms object representing the fitted model.
procthe estimation procedure.
centerif the desing matrix had been centered.
covariancehow the (co)variance had been appproximated.
Slistlist of approximated (co)variance matrices.
ididentification vector of the studies.
vvariances of the outcome values

Methods

A number of methods functions are available for dosresmeta objects, most of them common to other regression functions. Specifically-written method functions are defined for predict (standard predictions). The qtest method performs the Cochran Q test for heterogeneity only for a two-stage analysis. Other methods have been produced for summary, logLik, coef, and vcov. Printing functions for the objects of classes defined above are also provided. All the methods above are visible (exported from the namespace) and documented. In additions, several default method functions for regression are also applicable to objects of class "mvmeta", such as fitted, residuals, AIC, BIC and update, among others.

See Also

dosresmeta, dosresmeta-package, mvmetaObject

Author(s)

Alessio Crippa, alessio.crippa@ki.se