home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
NEXTSTEP
/
UNIX
/
Educational
/
R-0.49-MI
/
R-0.49-I
/
help
/
base
/
table
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-23
|
373 b
|
17 lines
_C_r_o_s_s _T_a_b_u_l_a_t_i_o_n
table(...)
_D_e_s_c_r_i_p_t_i_o_n:
table uses the cross-classifying factors provided as
arguments to build a contingency table of the counts at
each combination of factor levels.
_E_x_a_m_p_l_e_s:
# simple two-way contingency table
tab <- table(sex,age)