search for: cutcorner

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

Did you mean: bitcorner
1999 Apr 07
1
library
...b.loc <- unique(c(unlist(strsplit(getenv("RLIBS"),":")),.Library) Sorry to be dense but where should I put the "C:/MyR/library" string? inside the c("..",unlist...) ^ ? Now I have another question, I would like to implement the 'CutCorner" mothod of random variable generation, I have the C code which calls a function which returns the ordinates of the distribution to be sampled. Since I do not want to generate normals or betas but distributions estimated from lowess or splines the said function have to be written in R. Say...