notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Crosstabulation.md (425B)


      1 # Crosstabulation
      2 
      3 Stats D4
      4 
      5 **Definition:** Crosstabulation in stats is a way to display three dimensional information. Across the top and side you have some classes and then in the table itself we have the information of the cross-sectional group.
      6 
      7 ex:
      8 
      9 Admittance  	Male	Female
     10 
     11 		Admitted 1198  557
     12 		Rejected 1493  1278
     13 
     14 This data can be shown using a [MosaicPlot](MosaicPlot.md) for graphical viewing with sized boxes.