Skip to content

Built single and multiple (Additive and Interaction) Linear Regression Models on the Facebook dataset to derive inferences or conclusions with the hypothesis testing.

Notifications You must be signed in to change notification settings

StarrySkyrs/Facebook_Linear_Regression_In_R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Linear Regression

Built single and multiple (Additive and Interaction) Linear Regression Models on the Facebook dataset to derive inferences or conclusions with the hypothesis testing. When the sample size is small, used bootstrapping to approximate the sampling distribution needed to assess the uncertainty of our estimated coefficients and make inferences. The models are deployed using ggplot and plotly.

The Facebook Dataset

This dataset is related to posts' critical information on user engagement during 2014 on a Facebook page of a famous cosmetics brand. The original dataset contains 500 observations relative to different classes of posts, and it can be found in data.world. After some data cleaning, it ends up with 491 observations. The dataset was firstly analyzed by Moro et al. (2016) in their data mining work to predict the performance of different post metrics, which are also based on the type of post. The original dataset has 17 different continuous and discrete variables. However, in this project, we extracted five variables for facebook_data. Details are explained in the notebook or PDF file.

Plots Examples

Comparison of single linear regression model with multiple linear regression using ggplot.

image

3-dimensions a regression plan using plotly.

image

About

Built single and multiple (Additive and Interaction) Linear Regression Models on the Facebook dataset to derive inferences or conclusions with the hypothesis testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published