search for: confidenceinterv

Displaying 1 result from an estimated 1 matches for "confidenceinterv".

Did you mean: confidenceinterval
2006 Feb 01
1
Help with functions
...- 1.96*sqrt(npb.var) npb.n.U <- r.value + 1.96*sqrt(npb.var) npb.n <- array(data = c( npb.n.L, npb.n.U), dim = c(1,2), dimnames = list("Estimates" ,c("LowerBound","UpperBound"))) npb.n.CI <- list( Type = "Normal Confidence Interval", ConfidenceInterval= npb.n) npb.n.CI } I use the source() function to include these "secondary/sub" functions, just before they are called the main function. I get an Error message when any of the 5 small functions is executing : that it can not find the quantities calculated in the main function...