search for: aggrgt

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

Did you mean: aggr
2009 Mar 24
1
aggregate() example fails]
Hi R users and developers on debian platforms. I compile the R version 2.8.1 Patched (2009-03-18 r48193) on my UBUNTU linux distribution. But when I ask for the aggregate example it fails. What am I missing? example(aggregate) aggrgt> ## Compute the averages for the variables in 'state.x77',grouped aggrgt> ## according to the region (Northeast, South, North Central,West) that aggrgt> ## each state belongs to. aggrgt> aggregate(state.x77, list(Region = state.region), mean) Error en FUN(X[[1L]], ...) : elem...
2009 Mar 23
0
aggregate() example fails
Hi R users and developers. I compile the R version 2.8.1 Patched (2009-03-18 r48193) On my UBUNTU linux distribution. But hen I ask for the aggregate example it fails. What am I missing? example(aggregate) aggrgt> ## Compute the averages for the variables in 'state.x77', grouped aggrgt> ## according to the region (Northeast, South, North Central, West) that aggrgt> ## each state belongs to. aggrgt> aggregate(state.x77, list(Region = state.region), mean) Error en FUN(X[[1L]], ...) : el...