search for: ggobidataset

Displaying 2 results from an estimated 2 matches for "ggobidataset".

2006 Mar 07
3
Making an S3 object act like a data.frame
"[.ggobiDataset" <- function(x, ..., drop=FALSE) { x <- as.data.frame(x) NextMethod("[", x) } "[[.ggobiDataset" <- function(x, ..., drop=FALSE) { x <- as.data.frame(x) NextMethod("[[", x) } "$.ggobiDataset" <- function(x, ..., drop=FALSE) { x <-...
2006 Mar 08
0
survival
...: "hadley wickham" <h.wickham at gmail.com> Subject: [R] Making an S3 object act like a data.frame To: r-help <r-help at stat.math.ethz.ch> Message-ID: <f8e6ff050603071310v7f105416ma3cef4735a3fc4b4 at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 "[.ggobiDataset" <- function(x, ..., drop=FALSE) { x <- as.data.frame(x) NextMethod("[", x) } "[[.ggobiDataset" <- function(x, ..., drop=FALSE) { x <- as.data.frame(x) NextMethod("[[", x) } "$.ggobiDataset" <- function(x, ..., drop=FALSE) { x <-...