metaSDTreg (version 0.2.1)

summary.metaSDTreg: Summary method for metaSDTreg

Description

Summary method for metaSDTreg

Usage

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

Value

A list with class 'summary.metaSDTreg' containing summaries.

Arguments

object

An object of class metaSDTreg.

...

For future methods.

Examples

Run this code
## 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)

Run the code above in your browser using DataCamp Workspace