Collect heterogeneous set of data about articles published by the website in a period of two years. Develop causal relationship between webpage data and number of shares. Develop a plan to increase website popularity by adjusting website layout, wording of text, and time of release.
view projectBusiness Goal
Description of Dataset
Review of Dataset Analysis
Key Steps | PROCs used and SAS programs customization |
---|---|
-> Import data and data treatment | -> Import, Data steps, if else statement |
-> Summary of Variables | -> Means, Freq |
-> Draw summary plots of variables | -> Sgplot, Univariate |
-> Join tables | -> Sql, merge statement in Data steps |
-> Compute correlation coefficient | -> Corr |
-> Linear regression and ANOVA | -> Reg, Glmselect |
-> Binary logistic regression | -> Univariate, Logistic |
-> Rapid Predictive Modeler | -> Delete |