Displaying 3 results from an estimated 3 matches for "pohutukawa".
Did you mean:
pohutakawa
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to
a file I do NOT want the row labels (which are in such cases usually
1, 2, ... nrow(x), where x is the data frame in question). I can of
course edit these out ``by hand'', but that's a bit of a pain in the
pohutukawa.
I recently discovered (reading the help on print.data.frame
meticulously, and following it through to print.matrix) that
I CAN suppress these row names by executing, e.g.
> print(x,rowlab=rep("",nrow(x)))
However it would be ever-so-slightly nicer (require somewhat fewer
key strok...
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to
a file I do NOT want the row labels (which are in such cases usually
1, 2, ... nrow(x), where x is the data frame in question). I can of
course edit these out ``by hand'', but that's a bit of a pain in the
pohutukawa.
I recently discovered (reading the help on print.data.frame
meticulously, and following it through to print.matrix) that
I CAN suppress these row names by executing, e.g.
> print(x,rowlab=rep("",nrow(x)))
However it would be ever-so-slightly nicer (require somewhat fewer
key strok...
2011 Jul 17
3
?Accuracy of prop.test
I have just joined this list (and just started using R), so please
excuse any etiquette breaches as I do not yet have a feel for how the
list operates.
I am in the process of teaching myself statistics using R as my utility
as my ultimate goals cannot be satisfied by Excel or any of the plug-ins
I could afford.
I am currently looking at chap12 page 552 of Weiss's Introductory
Statistics