How to find the upper and lower CI values for new observation prediction using an ols model in Python? I want to plot those CI in a same plot

后端 未结 0 1217
一生所求
一生所求 2021-02-05 17:02

Like in R we can set the Confidence interval value as we want with a single line:

model = lm(formula = assay~time + batch,data = AssayData) anova(model) summary(model) ne

相关标签:
回答
  • 消灭零回复
提交回复
热议问题