chjackson / fic

R package for focused information criteria for model comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fic

The development repository for the fic R package for the Focused Information Criterion and related methods for model comparison.

The fic package compares how well different models estimate a quantity of interest (the "focus") so that different models may be preferred for different purposes.

Comparisons within any class of models fitted by maximum likelihood are supported, with shortcuts for commonly-used classes such as generalised linear models and parametric survival models.

The methods originate from Claeskens and Hjort (2003) and Claeskens and Hjort (2008)

Installation (stable CRAN version)

install.packages("fic")

Installation (development version)

install.packages("devtools") # if devtools not already installed
library(devtools)
install_github("chjackson/fic")

See the package vignettes (work in progress) for an introduction:

Different models for different purposes: focused model comparison in R

Linear models example

Skew-normal example

Survival analysis example

Multi-state models example

Bootstrap and alternative losses

Source code GitHub repository

Lifecycle: stable R-CMD-check Codecov test coverage

About

R package for focused information criteria for model comparison


Languages

Language:R 90.9%Language:TeX 9.1%