search for: occfath

Displaying 2 results from an estimated 2 matches for "occfath".

Did you mean: gccpath
2005 Apr 15
2
abbreviate or wrap dimname labels
...le lines. For example, this two-way table has dimnames too long to be displayed nicely in a mosaicplot: > library(catspec) > library(vcd) > > data(FHtab) > FHtab<-as.data.frame(FHtab) > > xtable <- xtabs(Freq ~ .,FHtab) > lab <- dimnames(xtable) > lab $OccFather [1] "Upper nonmanual" "Lower nonmanual" "Upper manual" "Lower manual" [5] "Farm" $OccSon [1] "Upper nonmanual" "Lower nonmanual" "Upper manual" "Lower manual" [5] "Farm" abbreviate works he...
2003 Feb 12
1
models for square tables
I've posted a sample file for estimating loglinear models for square tables (mobility models) at http://www.xs4all.nl/~jhckx/mcl/R/ Comments and suggestions are welcome. John Hendrickx