Learn R Programming

supportInt (version 1.1)

Calculates Likelihood Support Intervals for Common Data Types

Description

Calculates likelihood based support intervals for several common data types including binomial, Poisson, normal, lm(), and glm(). For the binomial, Poisson, and normal data likelihood intervals are calculated via root finding algorithm. Additional parameters allow the user to specify whether they would like to receive a parametric bootstrap estimate of the confidence level of said support interval. For lm() and glm(), the function returns profile likelihoods for each coefficient in the model.

Copy Link

Version

Install

install.packages('supportInt')

Monthly Downloads

11

Version

1.1

License

GPL-2

Maintainer

Derek Smith

Last Published

February 6th, 2017

Functions in supportInt (1.1)

poisLikSI

Poisson support interval calculation
calibSI

Attempts to find a support interval with the desired confidence level for binomial, poisson or normal data.
glmLikSI

Profile support intervals for glm coefficients
normLikSI

Normal support interval calculation.
binLikSI

Binomial support interval calculation
lmLikSI

Profile support intervals for lm coefficients
supportInt-package

\Sexpr[results=rd,stage=build]{tools:::Rd_package_title("#1")}supportIntCalculates Likelihood Support Intervals for Common Data Types