confint and adjust in R [General Sta­tis­tics]

posted by d_labes  – Berlin, Germany, 2019-01-07 20:19 (2372 d 20:24 ago) – Posting: # 19756
Views: 5,120

Dear Anders!

❝ library("lsmeans")

I see that my suspicion was true. adjust= is an argument only available with package lsmeans (or another package overriding the behavior of confint() for other classes then "lm".

❝ ...

❝ confint(pairs(lsmeans(M, "Foo")), adjust="none")

❝ confint(pairs(lsmeans(M, "Foo")), adjust="bonferroni")

❝ confint(pairs(lsmeans(M, "Foo")), adjust="eat.my.shorts")

❝ confint(pairs(lsmeans(M, "Foo")))

❝ # HAPPY NEW YEAR [/code]


❝ It gives four different results here. You can see adjust is passed as an argument to the confint function so can't see how it would be part of lsmeans or pairs args.


Correct concerning four different results.
adjust="eat.my.shorts" is outstanding because this "method" isn't implemented but transferred via "..." and thus doesn't underlay any error checks. To react on this undesirable feature the programmer decided to set adjust= in such cases to adjust="bonferroni". Reasonable. Or?
This behavior is described in the man page of lsmeans/pairs or summary.emmGrid.
But adjust= is part of package lsmeans. Reason: class(pairs(lsmeans(M, "Foo"))).
This results in calling confint.emmGrid() with the possibility of reacting on multiplicity adjusted CI's instead of confint.lm() without the possibilty of multiplicity adjustments if you call confint().

Regards,

Detlew

Complete thread:

UA Flag
Activity
 Admin contact
23,428 posts in 4,929 threads, 1,680 registered users;
68 visitors (0 registered, 68 guests [including 20 identified bots]).
Forum time: 17:44 CEST (Europe/Vienna)

No matter what side of the argument you are on,
you always find people on your side
that you wish were on the other.    Thomas Berger

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