Displaying 1 result from an estimated 1 matches for "pwscr".
2009 Jul 30
0
package "reldist" version 1.5-5.1 : how to not just compare two years's wage distribution
...; version 1.5-5.1
and R version 2.9.0 (Windows)
I use the code provided in "Applying Relative Distribution Methods in R",
to check the installation of the reldist package
In figure 8, the first three lines of programs is :
> par(mfrow=c(1,2))
> rdhsrscr <- rdeciles(y=pwhsr, yo=pwscr,
+ ywgt=wgthsr,yowgt=wgtscr,binn=binn)
R gave me the error message:
error in seq.default(0,1,length=binn+1): object 'binn' not found
What is my example missing
Please help me figure out what additional diagnostics I can run to achieve
enlightenment ?
Thanks for your consideration !...