Simple solution [🇷 for BE/BA]

posted by ElMaestro  – Denmark, 2009-08-28 01:53 (6129 d 22:19 ago) – Posting: # 4131
Views: 15,772

Hi Yjlee,

❝ 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:

UA Flag
Activity
 Admin contact
23,653 posts in 4,991 threads, 1,570 registered users;
237 visitors (0 registered, 237 guests [including 175 identified bots]).
Forum time: 00:12 CEST (Europe/Vienna)

The epistemological value of probability theory is based on the fact
that chance phenomena, considered collectively and on a grand scale,
create non-random regularity.    Andrey Kolmogorov

The Bioequivalence and Bioavailability Forum is hosted by
BEBAC Ing. Helmut Schütz
HTML5