Learn R Programming

mdatools (version 0.8.2)

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(coeffs.values, ci.coeffs, ci.alpha = 0.1)

Arguments

coeffs.values

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)