test_ci

Function test_ci 

Source
pub fn test_ci(coef: f64, se: f64, df: f64, alpha: f64) -> String
Expand description

Test function for confidence interval computation.

Returns JSON with the computed confidence interval for a coefficient.

ยงErrors

Returns a JSON error object if domain check fails.