Learn R Programming

mdatools (version 0.9.1)

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)

Arguments

coeffs.values

regression coefficients array for a model

ci.coeffs

array with regression coefficients for calculation of condifence intervals

Value

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