Learn R Programming

GPvam (version 3.2-0)

summary: Summary

Description

Prints summary information for object of class GPvam

Usage

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

Arguments

object

object of class GPvam

...

other arguments to be passed to summary

Author

Andrew Karl akarl@asu.edu Yan Yang Sharon Lohr

See Also

plot.GPvam

Examples

Run this code
if (FALSE) {
data(vam_data)
result<-GPvam(vam_data)
summary(result)
}

Run the code above in your browser using DataLab