summary.msset: Summarize the objects 'msset'

View source: R/summary.msset.R

summary.mssetR 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 msset.

...

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

msset

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)

xmeta documentation built on Sept. 8, 2023, 5:36 p.m.