Displaying 5 results from an estimated 5 matches for "montegraphia".
2012 Jun 15
1
How do anova() and Anova(type="III") handle incomplete designs?
...0.805 1 1.1994 0.27493
leaf.species:cond.time 0.568 1 0.8462 0.35888
day:leaf.species:cond.time 1.915 1 2.8539 0.09293
Residuals 118.091 176
>
-
Justin Montemarano
Graduate Student
Kent State University - Biological Sciences
http://www.montegraphia.com
<http://www.montegraphia.com/>
--
Justin Montemarano
Graduate Student
Kent State University - Biological Sciences
http://www.montegraphia.com
[[alternative HTML version deleted]]
2012 Mar 21
3
Unable to specify order of a factor
...6,16,16,16,16,16,16,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32)
I'm running R 2.14.2 with all packages up-to-date as of 21.3.2012.
Any help would be greatly appreciated.
-
Justin Montemarano
Graduate Student
Kent State University - Biological Sciences
http://www.montegraphia.com
[[alternative HTML version deleted]]
2012 Jun 01
1
Violation of sample independence in Pearson's product-moment correlation
...7 points, which would reflect the means of
my two variables for each individual animal across 10 days. Is this
appropriate or is there a means of accounting for repeated sampling with a
correlation test?
-
Justin Montemarano
Graduate Student
Kent State University - Biological Sciences
http://www.montegraphia.com
[[alternative HTML version deleted]]
2009 Nov 09
0
Testing treatment effects on exponential decay models
...nt effects on these fits as I might using glm(). If I can
get passed this hurdle, I may also inquire about adding a random effect as
well.
If it helps, I can post a subset of data. Thanks for any help.
-
Justin Montemarano
Graduate Student
Kent State University - Biological Sciences
http://www.montegraphia.com
[[alternative HTML version deleted]]
2009 Nov 09
6
Find the first values in vector
Hi !
I have a vector:
vec= TRUE TRUE TRUE TRUE FALSE FALSE FALSE FALSE TRUE TRUE FALSE
and I'm looking for a method which let me get only the first values equal
TRUE from this vector. It means that I want to get a vector:
vec_out = TRUE TRUE TRUE TRUE
or posictions values = TRUE: vec_out = 1,2,3,4
--
View this message in context: