R Statistics: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

1 February 2011

  • curprev 23:3123:31, 1 February 2011 Scott talk contribs 2,067 bytes +2,067 Created page with '==Basic stats== '''<code>mean, min, max, range = c(min, max)</code>''' <pre> mean(c(1,2,3,4,5,NA),na.rm=TRUE) # 3, ignore NA's mean(c(-1,0:100,2000),trim=0.1) # 50, ignore …'