Learn R Programming

xmeta (version 1.3.2)

summary.msset: Summarize the objects msset

Description

Summarize a model of class msset fitted by msset.

Usage

# S3 method for msset
summary(object,...)

Value

A list with the following components: test statistics (msset) and p-value.

Arguments

object

an object inheriting from class msset.

...

additional arguments; currently none is used.

References

Hong, C., Salanti, G., Morton, S., Riley, R., Chu, H., Kimmel, S.E. and Chen Y. (2019). Testing small study effects in multivariate meta-analysis (Biometrics).

See Also

msset

Examples

Run this code
data(prostate)
fit.msset=msset(data=prostate, nm.y1="y1", nm.s1="s1", nm.y2="y2", nm.s2="s2", 
method = "nn.cl", type = "continuous", k=2)
summary(fit.msset)

Run the code above in your browser using DataLab