print.summary.metaSDTreg {metaSDTreg} | R Documentation |
Print summary method for metaSDTreg
Description
Print summary method for metaSDTreg
Usage
## S3 method for class 'summary.metaSDTreg'
print(x, ...)
Arguments
x |
An object of class summary.metaSDTreg. |
... |
For future methods. |
Value
Invisible.
Examples
## Declare simulated data as metaSDTdata
metadata <- metaSDTdata(simMetaData, type1='resp', type2='conf', signal='S')
## Fit model to subset of data
fit <- metaSDTreg(A ~ signal,
data=metadata,
subset = m <= 20)
summary(fit)
[Package metaSDTreg version 0.2.2 Index]