summary.msset {xmeta} | R Documentation |
Summarize the objects msset
Description
Summarize a model of class msset
fitted by msset
.
Usage
## S3 method for class 'msset'
summary(object,...)
Arguments
object |
an object inheriting from class |
... |
additional arguments; currently none is used. |
Value
A list with the following components: test statistics (msset) and p-value.
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
Examples
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)
[Package xmeta version 1.3.2 Index]