Displaying 2 results from an estimated 2 matches for "112371".
Did you mean:
12371
2009 Nov 13
2
help sample from large dataset - misleading error?
Hi All,
I want to take a simple random sample from a large dataset, gly, but I'm
getting an error message. Any help?
dim(gly)
[1] 112371 37
> s1 <- sample(gly,100)
Error in `[.data.frame`(x, .Internal(sample(length(x), size, replace, :
cannot take a sample larger than the population when 'replace = FALSE'
Thanks,
Rachel
[[alternative HTML version deleted]]
2009 Aug 07
3
Simple Question: adding points to a boxplot
...=========================
The following code creates the box plot,
but the points are not added
======================================
> Obs1
Blue Green Red Gold Orange
1 77902 32911 117543 18245 NA
2 77294 32204 114927 18377 NA
3 75737 31484 115265 18529 NA
4 73366 31130 112371 14748 NA
5 77061 33601 118113 16910 16360
6 75177 32383 113825 14417 15492
7 76766 35697 124304 16318 16100
8 80378 36374 128091 15325 17636
9 84078 37473 138219 15769 18242
10 81704 37247 136345 15587 18700
11 84554 39134 143830 18078 21828
12 80411 37487 137583 18771 20844
13 761...