Learn R Programming

perccal (version 1.0)

Implementing Double Bootstrap Linear Regression Confidence Intervals Using the 'perc-cal' Method

Description

Contains functions which allow the user to compute confidence intervals quickly using the double bootstrap-based percentile calibrated ('perc-cal') method for linear regression coefficients. 'perccal_interval()' is the primary user-facing function within this package.

Copy Link

Version

Install

install.packages('perccal')

Monthly Downloads

14

Version

1.0

License

GPL-3

Maintainer

Daniel McCarthy

Last Published

June 14th, 2016

Functions in perccal (1.0)

sample_rcpp

Sample from [1,2,...,N] with replacement nsamp times in Rcpp.
perccal_interval

Calculates Percentile-Calibrated Linear Regression Confidence Intervals
Cdboot_multi

Fast computation of internal double bootstrap calculations
Cquantile

Fast computation of quantiles
perccal-package

Computing Confidence Intervals Via Double Bootstrap 'perc-cal' Method