R/ecmeta_ml.R
ecmeta_ml.Rd
Perform a meta-analysis of studies in which external control arms were
compared to internal control arms by optimizing the log-likelihood function.
You can view the ecmeta()
documentation for more general details.
ecmeta_ml(data, hessian = TRUE)
data | A |
---|---|
hessian | Logical passed to |
An ecmeta_ml
object which is a list containing the following elements:
Point estimates of model parameters mu
and logsigma
(the
log of sigma
).
The variance covariance matrix of the model parameters. Only included
if hessian = TRUE
.
The data
object.