powered by
Uses the ordinal ranks (1, 2, ..., nrow(n)) as data.
log_linear_create_linear_by_linear(n, centered = FALSE)
a vector containing the new variable
the matrix of observed cell counts
should the variables be centered before the product is computed
linear <- log_linear_create_linear_by_linear(vision_data) x <- log_linear_equal_weight_agreement_design(vision_data) x_prime <- log_linear_append_column(x, linear)
Run the code above in your browser using DataLab