aicc {marginalmodelplots}R Documentation

Akaike's Information Criteria - Corrected for Non-Parametic Models

Description

Calculates Akaike's information criteria corrected for non parametric models made with locfit.

Usage

aicc(x,...,pen=2)

Arguments

x A model or model formula.
... Other arguments to locfit
pen Penalty for the degrees of freedom term.

Value

vector of length 4 with the value of the aicc in the fourth spot.

Author(s)

Andrew Redd, aredd at stat.tamu.edu

References

Chiou, J. and Tsai, C. (2006). Smoothing parameter selection in quasi-likelihood models. Nonparametric Statistics, 18(3), 307-314.

See Also

aic, gcv


[Package marginalmodelplots version 0.4.1 Index]