search for: yolabs

Displaying 4 results from an estimated 4 matches for "yolabs".

Did you mean: ylabs
2007 Oct 10
0
Warning message when using "reldist" package
...ot;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 occurred in: gam.fit(G, family = G$family, control = control, gamma = gamma, > > g10<-reldist(y...
2009 Aug 18
1
three dimensions barchart
...n(year) Relative Distribution grapgs, have any command am can combine ten barcharts(X,Y plot) to become a three dimensions barchart(X,Y,Z plot)? All help highly appreciated Best, Yichih One Relative Distribution graph: fig2b<-reldist(y=mu96$adjwage,yo=mu68$adjwage,ci=F,smooth=0.4, bar=TRUE,yolabs=seq(-1,3,by=0.5), ylim=c(0,7),cex=0.8,ylab="Relative Density",xlab="Proportion of the Original Cohort") title(main="Fig2(b):2007",cex=0.6) -- Yichih Hsieh e-mail : yichih.hsieh@gmail.com [[alternative HTML version deleted]]
2009 Jul 27
0
help about package "reldist" (Relative Distribution)
......to 2007) how should i correct my programs, then i could compare fifteen year's wage distribution? fig2b <- reldist(y=mu1981$b1,yo=mu1979$b1,ci=F,smooth=0.4, yowgt=mu1979$weight2,ywgt=mu1981$weight2, bar=TRUE, yolabs=seq(-1,3,by=0.5), ylim=c(0,2.5),cex=0.8, ylab="Relative Density", xlab="Proportion of the Original Cohort") title(main="Fig2(b)",cex=0.6) Any help would be very ap...
2009 Jul 30
0
package "reldist" version 1.5-5.1 : how to not just compare two years's wage distribution
...83, 1985..........to 2007) how should I correct my programs in the below, then I can compare fifteen years's wage distribution? fig2b <- reldist(y=mu1981$b1,yo=mu1979$b1,ci=F,smooth=0.4, yowgt=mu1979$weight2,ywgt=mu1981$weight2, bar=TRUE, yolabs=seq(-1,3,by=0.5), ylim=c(0,2.5),cex=0.8, ylab="Relative Density", xlab="Proportion of the mu1979 Cohort") title(main="Fig2(b)",cex=0.6) 2、 I downloaded package "reldist" version 1.5-5.1 a...