Displaying 1 result from an estimated 1 matches for "fuenction".
Did you mean:
function
1999 Nov 08
1
replacement and extraction functions
Is there any documentation about replacement and extraction functions in R,
these fuenctions don't work as in S.
Example with funtion factor.names (of S+ 4.5r2)
> fnombres <- list(tratamiento=LETTERS[1:4], veneno=c("I","II","III"))
> veneno.diseno <- data.frame(
+ factor(rep(c(1,2,3,4), rep(12,4))),
+ factor(rep(rep(c(1,2,3), rep(4,3)),4))
+...