You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Able to get some of the columns in pareto_aggrevated.csv but not the following columns mentioned below
$ mean_response : Numeric. Response of mean_spend. Pseudo-calc: mean_response1 = beta1 * saturated(mean_spend1) Note the difference to xDecompMeanNon0.
$ next_unit_response : Numeric. Response of next unit spend from the level of mean_spend. Pseudo-calc: next_unit_response1 = beta1 * (saturated(mean_spend1 + 1) - saturated(mean_spend1))
$ cluster : Integer. Cluster index of the model
$ top_sol : Logical. TRUE indicates the model is selected as cluster winner
$ boot_mean : Numeric. Mean of bootstrapped in-cluster CI
$ boot_se: Numeric. Standard error of bootstrapped in-cluster CI
$ ci_low: Numeric. Lower bound of bootstrapped in-cluster CI adapted for the sample
$ ci_up: Numeric. Lower bound of bootstrapped in-cluster CI adapted for the sample
$ carryover_pct: Numeric. Share of carryover response from total. 0.7 means 70% of total response comes from carryover.
Able to get some of the columns in pareto_aggrevated.csv but not the following columns mentioned below
$ mean_response : Numeric. Response of mean_spend. Pseudo-calc: mean_response1 = beta1 * saturated(mean_spend1) Note the difference to xDecompMeanNon0.
$ next_unit_response : Numeric. Response of next unit spend from the level of mean_spend. Pseudo-calc: next_unit_response1 = beta1 * (saturated(mean_spend1 + 1) - saturated(mean_spend1))
$ cluster : Integer. Cluster index of the model
$ top_sol : Logical. TRUE indicates the model is selected as cluster winner
$ boot_mean : Numeric. Mean of bootstrapped in-cluster CI
$ boot_se: Numeric. Standard error of bootstrapped in-cluster CI
$ ci_low: Numeric. Lower bound of bootstrapped in-cluster CI adapted for the sample
$ ci_up: Numeric. Lower bound of bootstrapped in-cluster CI adapted for the sample
$ carryover_pct: Numeric. Share of carryover response from total. 0.7 means 70% of total response comes from carryover.
Can someone please help on this @gufengzhou
The text was updated successfully, but these errors were encountered: