Learn R Programming

RealVAMS (version 0.4-6)

summary: Summary

Description

Prints summary information for object of class RealVAMS

Usage

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

Arguments

object

object of class RealVAMS

...

other arguments to be passed to summary

Author

Andrew Karl akarl@asu.edu, Jennifer Broatch, Jennifer Green

See Also

plot.RealVAMS

Examples

Run this code
if (FALSE) {
res<-RealVAMS(example.score.data,example.outcome.data)
summary(res)
}

Run the code above in your browser using DataLab