myTable {COUNT} | R Documentation |
mytable is used to produce a table of frequencies, proportion and cumulative proportions for a count variable
myTable(x)
x |
the only argument is the name of the count variable |
myTable is used as either a diagnostic to view the distribution of a count variable, or as a frequency distribution display in its own right. myTable is given in Table 9.40 in Hilbe (2011).
x |
count value |
Freq |
Frequency of count |
Prop |
Proportion |
CumProp |
Cumulative proportion |
Joseph M. Hilbe, Arizona State University, and Jet Propulsion Laboratory, California Institute of Technology
Hilbe, J.M. (2011), Negative Binomial Regression, second edition, Cambridge University Press. Hilbe, J.M. (2009), Logistic Regression Models, Chapman Hall/CRC
data(medpar)
myTable(medpar$los)