BIC_smooth_spline: Calculate the Bayesian Information Criterion for a...

View source: R/df_search.R

BIC_smooth_splineR Documentation

Calculate the Bayesian Information Criterion for a smooth.spline

Description

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

Usage

BIC_smooth_spline(fittedSmoothSpline)

Arguments

fittedSmoothSpline

A fitted smooth.spline

Value

The BIC value.


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