print.CGGP: Print CGGP object

Description Usage Arguments Value Examples

View source: R/CGGP_S3_methods.R

Description

Default print as a list is bad since there's a lot of elements.

Usage

1
2
## S3 method for class 'CGGP'
print(x, ...)

Arguments

x

CGGP object

...

Passed to print

Value

String to be printed

Examples

1
2
3
4
5
6
SG = CGGPcreate(3,21)
print(SG)
f <- function(x) {x[1]+exp(x[2]) + log(x[3]+4)}
y <- apply(SG$design, 1, f)
SG <- CGGPfit(SG, y)
print(SG)

CGGP documentation built on May 8, 2021, 5:06 p.m.