Displaying 4 results from an estimated 4 matches for "plotcode".
Did you mean:
dotcode
2005 Feb 02
3
publishing random effects from lme
...e data come from an experiment on plant performance with and without
insecticide, with and without grasses present, and across different
levels of plant diversity ("div").
Thanks for your help!
Christoph.
lme(asin(sqrt(response)) ~ treatment + logb(div + 1, 2) + grass,
random = ~ 1 | plotcode/treatment, na.action = na.exclude, method = "ML")
Linear mixed-effects model fit by maximum likelihood
Data: NULL
AIC BIC logLik
-290.4181 -268.719 152.209
Random effects:
Formula: ~ 1 | plotcode
(Intercept)
StdDev: 0.04176364
Formula: ~ 1 | treatment %i...
2005 Feb 02
1
random effects in lme
...e data come from an experiment on plant performance with and without
insecticide, with and without grasses present, and across different
levels of plant diversity ("div").
Thanks for your help!
Christoph.
lme(asin(sqrt(response)) ~ treatment + logb(div + 1, 2) + grass,
random = ~ 1 | plotcode/treatment, na.action = na.exclude, method = "ML")
Linear mixed-effects model fit by maximum likelihood
Data: NULL
AIC BIC logLik
-290.4181 -268.719 152.209
Random effects:
Formula: ~ 1 | plotcode
(Intercept)
StdDev: 0.04176364
Formula: ~ 1 | treatment %in% plo...
2007 Sep 01
2
Importing huge XML-Files
...Data>
- <dataSets noOfDataSets="50000">
- <dataSet number="1">
- <measurements>
- <measurement number="1">
- <MRType1>
<date>21.04.2005</date>
<time>10:00</time>
<plotCode>1</plotCode>
<collarCode />
<value>2,33</value>
<depth />
</MRType1>
</measurement>
- <measurement number="2">
- <MRType1>
<date>21.04.2005</date>
&l...
2004 May 04
1
RE: more on lm(y~x) question: removing NA´s
...hod="available"),4)
> mainlab_paste(mainlab1,mainlab2,mainlab3,mainlab4,mainlab5)
> plot(k,j,main=mainlab,xlab="% of total biomass",ylab="% of total
> cover",pch="n")
> for (k in 1:length(foranalysis[93:174,i]))
> number[k]_substring(plotcode[foranalysis[k,1]],1,5)
> text(foranalysis[93:174,i],foranalysis[93:174,i+1],number)
> **********************************
> model_lm(j~k,na.action=na.exclude])
> **********************************
> abline(model)
> abline(0,1,lty=2)
> }
>
> Does anyone hav...