Learn R Programming

mdatools (version 0.7.0)

regcoeffs.getStat: Confidence intervals and p-values for regression coeffificents

Description

calculates confidence intervals and t-test based p-values for regression coefficients based on jack-knifing procedure

Usage

regcoeffs.getStat(obj, ci.coeffs, ci.alpha = 0.1)

Arguments

obj
regression coefficients array for a model
ci.coeffs
array with regression coefficients for calculation of condifence intervals
ci.alpha
significance level to calculate the confidence intervals

Value

a list with statistics ($ci - array with confidence intervals, $p.values - array with p-values, $t.values - array with t-values)