search for: hse91

Displaying 1 result from an estimated 1 matches for "hse91".

2007 Oct 10
0
Warning message when using "reldist" package
...n't specify any smoothing parameter and the computer will generate one, in which case no warning message is given but the values computer chooses sometimes are not optimal. I would be very grateful if anybody could help 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...