combineClusterRetentionConfounders: Combine cluster, individual retention, and confounding...

Description Usage Arguments Value

View source: R/bayesian_network.r

Description

Combine cluster, individual retention, and confounding variables into a single data frame.

Usage

1
2
combineClusterRetentionConfounders(userClust, individualRetention,
  userConfounders, ...)

Arguments

userClust

An hclust object representing the platform action distribution clusters for all users.

individualRetention

A data.frame, the result of calling calculateIndividualRetention

userConfounders

A data.frame, the result of calling getConfounders

...

Additional arguments to pass to clustApply

Value

A data frame of the form (user_id, week, confounder1, ... confounder N, active)


johnchower/oneD7 documentation built on May 19, 2019, 4:21 p.m.