summary.smoothic {smoothic}R Documentation

Summarising Smooth Information Criterion (SIC) Fits

Description

summary method class “smoothic

Usage

## S3 method for class 'smoothic'
summary(object, ...)

Arguments

object

an object of class “smoothic” which is the result of a call to smoothic.

...

further arguments passed to or from other methods.

Value

A list containing the following components:

Author(s)

Meadhbh O'Neill

Examples

# Sniffer Data --------------------
# MPR Model ----
results <- smoothic(
  formula = y ~ .,
  data = sniffer,
  family = "normal",
  model = "mpr"
)
summary(results)

[Package smoothic version 1.2.0 Index]