Function Quest: Bonferroni confidence and Interval estimates

535 Views Asked by At

Good day from Noob central!

I am looking for a prediction function that also gives me the Bonferroni confidence and interval estimates. Something like:

predict(PH,data.frame(Time=20), interval = "confidence",adjust=bonferroni, level=.95)

Where PH is a linear regression (lm) and the output would be similar to

> fit       lwr         upr
> 209.2875  206.727     211.847

I have been googling the hell out of this question, which seems simple to me, with no good answers.

and it stems from a linear stats course questions as follows, "Calculate the desired confidence intervals using the Bonferroni procedure in a 90% family"

Help!

0

There are 0 best solutions below