Learn R Programming

SMARTAR (version 1.1.0)

summary.myclass: Summarize the dataframe got from the package

Description

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

Usage

# S3 method for 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

Run this code
# NOT RUN {
ats_outcome=atsmeans(data=codiacs,conf=TRUE,
 alpha=0.05,digits = 2,pch=18,xlab="abc")
summary(ats_outcome)

# }

Run the code above in your browser using DataLab