ca_SRM: ca_SRM

View source: R/ca_SRM.R

ca_SRMR 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)

CADF documentation built on Oct. 31, 2024, 5:08 p.m.