본문 바로가기
R/R Commander

R - R Commander - 'value frequency' is not on the menu?

by 거인과난쟁이 2011. 11. 9.
<Scenario>

Name of dataset: Dataset587
                            587 rows
                            139 columns

139 columns --> 139 variables (X1, X2, ... X139)

Variable X1 has values with the scale (1, 2, 3, 4, 5)

Each scale indicates value

Scale 1(value1) has 128 cases/ Scale 2(value2) has 330 cases / ...

=============================================

'Title' <- table('name of dataset'$'variable number') =
> title <- table(Dataset587$X1)
> title

(output)