Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

Packages

No packages published

Languages

You can’t perform that action at this time.