AIC_smooth_spline: Calculate the Akaike Information Criterion for a...

View source: R/df_search.R

AIC_smooth_splineR Documentation

Calculate the Akaike Information Criterion for a smooth.spline

Description

Calculate the Akaike Information Criterion (AIC) for a fitted smooth.spline. The smaller the AIC, the better the spline fit.

Usage

AIC_smooth_spline(fittedSmoothSpline)

Arguments

fittedSmoothSpline

A fitted smooth.spline

Value

The AIC value.


santaR documentation built on May 24, 2022, 1:06 a.m.