search for: optci

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

Did you mean: opci
2000 Dec 18
1
Scope change in R1.2?
I upgraded R-base 1.2.0 today, and then I intended to give a finishing touch to some R functions I should send out today. To my surprise, they failed in R 1.2 although they still worked fine in R 1.0.1 (I checked in another machine). The error message I got was like this: > optci(trar.g, water) Error in unique(c("AsIs", class(x))) : Object "x" not found The function call was > optci <- function (model, x, confidence = 0.95) where "model" is a glm object and "x" is a variable, in this case "water" (not a very uniqu...