Simple solution [🇷 for BE/BA]
Hi Yjlee,
You have an additional option. You can do quick and dirty manual tampering like this:
...Or something along those lines...
Now you can just print BearAnova the standard way and voila it will print nicely with whatever name you decide to give the row specifying the subjects.
EM.
❝ It seems that we will get normal "Subj: Seq" in anova table in this case.
You have an additional option. You can do quick and dirty manual tampering like this:
BearFit=lm(lnAuc~Seq+Subj+Per+Trt) ## the standard and simple model
BearAnova=anova(BearFit) ## BearAnova now holds the anova table
row.names(BearAnova)[2] = "Subj(Seq)" ## because it inherits from a data.frame
...Or something along those lines...
Now you can just print BearAnova the standard way and voila it will print nicely with whatever name you decide to give the row specifying the subjects.
EM.
Complete thread:
- Let's skip the fancy nesting syntax! ElMaestro 2009-08-26 20:54
- Let's skip the fancy nesting syntax! yjlee168 2009-08-26 22:29
- Let's skip the fancy nesting syntax! ElMaestro 2009-08-26 22:46
- Let's skip the fancy nesting syntax! yjlee168 2009-08-27 20:54
- Let's skip the fancy nesting syntax! ElMaestro 2009-08-27 22:14
- Let's skip the fancy nesting syntax! yjlee168 2009-08-27 20:54
- Let's skip the fancy nesting syntax! ElMaestro 2009-08-26 22:46
- Let's skip the fancy nesting syntax! yjlee168 2009-08-27 22:26
- Let's skip the fancy nesting syntax! ElMaestro 2009-08-27 22:46
- Simple solutionElMaestro 2009-08-27 23:53
- Simple solution yjlee168 2009-09-07 01:53
- Type III SS again ElMaestro 2009-09-07 15:47
- Type III SS again yjlee168 2009-09-07 18:08
- Type III SS again ElMaestro 2009-09-07 19:53
- Type III SS again yjlee168 2009-09-07 18:08
- Type III SS again ElMaestro 2009-09-07 15:47
- Simple solution yjlee168 2009-09-07 01:53
- Let's skip the fancy nesting syntax! yjlee168 2009-08-26 22:29