summary.metaSDTreg: Summary method for metaSDTreg

View source: R/metaSDTreg.r

summary.metaSDTregR Documentation

Summary method for metaSDTreg

Description

Summary method for metaSDTreg

Usage

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

Arguments

object

An object of class metaSDTreg.

...

For future methods.

Value

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

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)


metaSDTreg documentation built on March 31, 2023, 10:09 p.m.