ipdlme class represents the fit of a linear mixed-effects model of individual patient data meta-analysis of multiple parallel group clinical trials, based on aggregate data estimation methods.
new("ipdlme", ...) or via the function
ipdlme."ipdlme" represents a linear mixed model to assess effect modification of multiple clinical trials and contains the slots: fixef:ranef:vcov.fixef:vcov.ranef:sigma2:VarCorr:convergence.trace:converged:n.iter:max.iter:tol:df:fixefsignature(object = "ipdlme")ranefsignature(object = "ipdlme")coefsignature(object = "ipdlme")vcovsignature(object = "ipdlme")Varsignature(object = "ipdlme")sigma2signature(object = "ipdlme")vcov.fixefsignature(object = "ipdlme")vcov.ranefsignature(object = "ipdlme")convergencesignature(object = "ipdlme")convergedsignature(object = "ipdlme")n.itersignature(object = "ipdlme")tolsignature(object = "ipdlme")max.itersignature(object = "ipdlme")printsignature(x = "ipdlme"): print information about
the fitted model. showsignature(object = "ipdlme"): Same as the
print method.confintsignature(object = "ipdlme",parm, level = 0.95, ...)Returns the specified confidence interval for all the population parameters.plotsignature(x = "ipdlme",y,...): Displays a forest plot of the study intercept and treatment effects with the option of user-defined labels for the studies.summarysignature(object = "ipdlme"):Summary table of standard error and Wald tests for the population effects. A list of the study random effects and estimates of the variance components are also displayed.ipdlmedata(regress_chol)
metafit <- ipdlme(n,Y,S2)
converged(metafit)
summary(metafit)
confint(metafit)
Run the code above in your browser using DataLab