Skip to content
/ fic Public
forked from chjackson/fic

R package for focused information criteria for model comparison

Notifications You must be signed in to change notification settings

guhjy/fic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R package for focused information criteria for model comparison

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%