ca_SRM {CADF} | R Documentation |
ca_SRM
Description
ca_SRM
Usage
ca_SRM(df_logistic)
Arguments
df_logistic |
data frame containing the data for logistic regression |
Examples
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)
[Package CADF version 0.1 Index]