Displaying 1 result from an estimated 1 matches for "apeim".
Did you mean:
apei
2010 Sep 20
3
Help!
...cess for each subset, I am unable to
successfully
instruct R to automatically carry out the process for each of these
subsets (perhaps using loops). So to illustrate what I have done so far
with the codes
below I was able to run a regression
analysis for core ‘a’ of individual 1 in
the species “Apeime”. But rather than do this 240 times, I would like to
tell R
to repeat the process automatically using loops or any method that
works.
Code:
RG2<-BCI[BCI$Species == "APEIME"
&
BCI$Individual == 1 & BCI$Core == "a", ]
> plot(x=RG2$DP..cm.,
y=RG2...