Learn R Programming

tsvr (version 1.0.2)

print.summary_tsvr: Print method for summary_tsvr class

Description

Print method for summary_tsvr class

Usage

# S3 method for summary_tsvr
print(x, ...)

Arguments

x

A summary_tsvr object

...

Not currently used. Included for argument consistency with existing generics.

Value

print.summary_tsvr is called for its effect of printing to the screen.

See Also

vreq_methods, vreq_classic_methods, vreq_LdM_methods, vreq_classic_ag_methods, tsvreq_methods, tsvreq_classic_methods, browseVignettes("tsvr")

Examples

Run this code
# NOT RUN {
res<-vreq(2,1,2)
summary(res)

# }

Run the code above in your browser using DataLab