s:
>
> p_conf1<- predict(ines,interval="confidence",NJ,level=0.99)
> p_conf1 #Intervalo de confiança para o estado NJ e para um nivel de 99%
> round(p_conf, digits=3)
>
> last line should read p_conf1 here?
>
> Best,
> d
> __
Hi Guys,
It's the first time i use R-Help and i hope you can help me.
How can i plot conffidence intervals? with the data bellow:
#Package Austria
library(car)
#head(States)
States1=data.frame(States)
ines=lm(SATM ~ log2(pop) + SATV , data=States1)
summary(ines)
NJ=as.data.frame(States["NJ",c(
2 matches
Mail list logo