Displaying 4 results from an estimated 4 matches for "fig2b".
Did you mean:
fig2
2009 Sep 03
2
How can I appoint a small part of the whole data
Dear all,
I have 1980~1990 eleven datas,
every year have three variables,
wage
gender(1=female, 2=male)
race(1=black, 2=white)
My original commands is:
fig2b<-reldist(y=mu1990$wage,yo=mu1980$wage,.......)
I have three questions:
1. If I want to appoint y=women's wage in 1990
yo=women's wage in 1980
2. If I want to appoint y=women's wage in 1990
yo=men's wage in 1...
2009 Aug 18
1
three dimensions barchart
...elative Distribution graph,
it looks like barchart(X,Y plot),
but I have ten(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...
2009 Jul 27
0
help about package "reldist" (Relative Distribution)
...y mean sample from comparison distribution
yo mean sample from reference distribution
but I would like to compare more than two years ( total of fifteen years,
from 1979, 1981, 1983..........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="Re...
2009 Jul 30
0
package "reldist" version 1.5-5.1 : how to not just compare two years's wage distribution
...mparison distribution
yo mean sample from reference distribution
but I would like to compare more than two years
( A total of fifteen years, from 1979, 1981, 1983, 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=&...