On Mar 25, 2014, at 11:02 AM, Michal Kvasnička wrote:
> Hallo.
>
> What are the residuals returned by resid() in this code?
>
> library(AER)
> m <- tobit(y ~ x1 + x2, data=dat)
> rr <- resid(m2, type = "response")
>
> Can I use them to test the normality of the random variable distribution
> t
Hallo.
What are the residuals returned by resid() in this code?
library(AER)
m <- tobit(y ~ x1 + x2, data=dat)
rr <- resid(m2, type = "response")
Can I use them to test the normality of the random variable distribution
this way?
qqnorm(rr)
shapiro.test(rr)
And is it correct to handle heteroske
2 matches
Mail list logo