Displaying 3 results from an estimated 3 matches for "juoc".
Did you mean:
junc
2011 Feb 25
4
means, SD's and tapply
...on 70F221 1730 ESE 20 Hardwood CELE
Class1 0
8 Modern Cameron 70F221 1730 ESE 20 Hardwood CONU
Class1 0
9 Modern Cameron 70F221 1730 ESE 20 Conifer JUCA
Class1 0
10 Modern Cameron 70F221 1730 ESE 20 Conifer JUOC
Class1 0
I'd like to see means/SD of "Stems" stratified by "Species", "Time" and
"SizeClass". I can get R to give me this for means by species:
> tapply(stems353$Stems, stems353$Species, mean)
ABCO ABMA ACMA...
2017 Dec 07
2
parallel computing with foreach()
...blem, it
is not working. Given the volume and type of the data involved in the
analysis, I will try to give below the complete code without reproducible
example.
In short, each R environment will draw a set of separate files, perform the
analysis and dump in separate folders.
splist <- c("juoc", "juos", "jusc", "pico", "pifl", "pipo", "pire", "psme")
covset <- c("PEN", "Thorn")
foreach(i = 1:length(splist)) %:%
foreach(j = 1:length(covset)) %dopar% {
spname <- splist[i]; spname
myTorP &...
2017 Dec 07
0
parallel computing with foreach()
...e volume and type of the data involved in the
> analysis, I will try to give below the complete code without reproducible
> example.
>
> In short, each R environment will draw a set of separate files, perform the
> analysis and dump in separate folders.
>
> splist <- c("juoc", "juos", "jusc", "pico", "pifl", "pipo", "pire", "psme")
> covset <- c("PEN", "Thorn")
>
> foreach(i = 1:length(splist)) %:%
> foreach(j = 1:length(covset)) %dopar% {
>
> spname <...