print.evgam: Print a fitted 'evgam' object

View source: R/generic.R

print.evgamR Documentation

Print a fitted evgam object

Description

Print a fitted evgam object

Usage

## S3 method for class 'evgam'
print(x, ...)

Arguments

x

a fitted evgam object

...

not used

Value

The call of the evgam object

Examples


data(fremantle)
fmla_gev <- list(SeaLevel ~ s(Year, k=5, bs="cr"), ~ 1, ~ 1)
m_gev <- evgam(fmla_gev, fremantle, family = "gev")
print(m_gev)


evgam documentation built on June 28, 2022, 5:07 p.m.

Related to print.evgam in evgam...