search for: existsfunction

Displaying 3 results from an estimated 3 matches for "existsfunction".

2001 Apr 23
1
several bugs (PR#918)
...%*% is a method in S-Plus 4.5 and is a primitive in R. Therefore a user function "%*%.mv" doesn't get called by a %*% b 5. S-Plus 6 compatibility issues a. S+4 and R use the function exists("function.name", mode="function") S+6 use the function existsFunction("function.name") More generally, S-Plus 6 has the following functions > objip("exists") $splus: [1] "exists" "existsFunction" "file.exists" $main: [1] "dbexists" "dbexistsOld" "dyn.exists" &...
2003 Sep 28
0
Problem with sas.get function in Hmisc library
...: "function (library, member, variables = character(0), ifs = character(0), format.library = library, id, dates. = c("sas", "yymmdd", "yearfrac", "yearfrac2"), keep.log = TRUE, log.file = "_temp_.log", macro = sas.get.macro, data.frame.out = existsFunction("data.frame"), clean.up = TRUE, quiet = FALSE, temp = tempfile("SaS"), formats = TRUE, recode = formats, special.miss = FALSE, sasprog = "sas", as.is = 0.5, check.unique.id = TRUE, force.single = FALSE, where, uncompress = FALSE) " Am I missing something ? Us...
2008 Oct 17
1
Using key.opts in Ecdf/labcurve (Hmisc package)
I'm presumably missing something very obvious, but how does one use the key.opts argument in labcurve (via Ecdf)? In this example, I want the key to be big and have a blue background, but it isn't and doesn't. ch <- rnorm(1000, 200, 40) sex <- factor(sample(c('female','male'), 1000, TRUE)) Ecdf(~ch, group=sex, label.curves=list(keys=c("f",