Displaying 1 result from an estimated 1 matches for "wgt05".
Did you mean:
gt05
2007 Oct 10
0
Warning message when using "reldist" package
...p me with this problem.
Thank you very much!
Best wishes,
Jing Shen
> hse91<-read.table("h:/HSE/hse91p.txt",header=TRUE)
> hse05<-read.table("h:/HSE/hse05p.txt",header=TRUE)
> ghq91<-hse91$ghq12scr
> ghq05<-hse05$ghq12scr
> wgt91<-hse91$wgt
> wgt05<-hse05$wgt
> g10<-reldist(y=ghq05,yo=ghq91,smooth=0.4,ci=TRUE,ywgt=wgt05,yowgt=wgt91,yolabs=seq(-1,7,by=0.5),ylim=c(0.5,7.0),bar=TRUE,quiet=FALSE,xlab="proportion of the original cohort")
This is mgcv 1.3-25
Smoothing using 0.4
Warning message:
fitted rates numerically 0 occur...