-
Chi square tests in R - [统计|Statistics]
2008-07-03
R easily computes Chi-square tests for any supplied matrix.
Reminder: R and matrices
The basic R command for a matrix is to start with a list of elements(c(,,,)) and the number of rows nrow in the matrix.
> args(matrix)
functi...
共1页 1







