summary: Summarize the dataframe got from the package

Description Usage Arguments Value Examples

Description

Summarize the result of sequential primary outcome in 'seqmeans' and the estimated strategy values in 'atsmeans'

Usage

1
2
## S3 method for class 'myclass'
summary(object, ...)

Arguments

object

A dataframe to be summarized

...

other arguments in summary generic function

Value

Descriptive table of the dataframe is returned

Examples

1
2
3
ats_outcome=atsmeans(data=codiacs,conf=TRUE,
 alpha=0.05,digits = 2,pch=18,xlab="abc")
summary(ats_outcome)

SMARTAR documentation built on July 31, 2020, 1:06 a.m.