upgrade data
This commit is contained in:
parent
ba893ea286
commit
3b2a0b65a3
|
|
@ -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
Loading…
Reference in New Issue