ca_SRM | R Documentation |
ca_SRM
ca_SRM(df_logistic)
df_logistic |
data frame containing the data for logistic regression |
customertype1 <- c(3, 1, 5)
customertype2 <- c(12, 0, 3)
cust1 <- bigT_expand_via_apply(customertype1)
cust2 <- bigT_expand_via_apply(customertype2)
df_logistic <- rbind(cust1, cust2)
model <- ca_SRM(df_logistic)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.