upgrade data

This commit is contained in:
zhangxunhui 2021-02-19 16:01:22 +08:00
parent ba893ea286
commit 3b2a0b65a3
3 changed files with 103862 additions and 103861 deletions

View File

@ -2,7 +2,7 @@
library(lmerTest)
data = read.csv(file="data_4_filtered_users_sponsor_create.csv")
data = read.csv(file="data_4_filtered_users_first_sponsored.csv")
data = data[!(data[['index']]==0),]
data = data[!(data[['avg_tier']]==-2),]
data = data[!(data[['intervention']]==-1),]
@ -20,6 +20,7 @@ m = lmer(
log(history_pr_review_num+0.5) +
log(avg_tier+0.5) +
log(history_sponsored_num+0.5) +
log(history_sponsored_num+0.5) +
time +
intervention +
time_after_intervention +

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff