Simple solution [🇷 for BE/BA]

posted by ElMaestro  – Denmark, 2009-08-28 01:53 (5773 d 11:03 ago) – Posting: # 4131
Views: 13,430

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,424 posts in 4,927 threads, 1,671 registered users;
30 visitors (0 registered, 30 guests [including 17 identified bots]).
Forum time: 12:56 CEST (Europe/Vienna)

Truth and clarity are complementary.    Niels Bohr

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