Introduction

In this analysis, we’ll perform a basic linear regression model to explore the association between a response variable (ResponseVar) and an explanatory variable (ExplanatoryVar). Customize the variables as needed.

Input Selection

Shiny applications not supported in static R Markdown documents

Output Display

The user can interact with the input bar to choose the number of observations (n_obs). The scatterplot and linear regression results will be dynamically updated based on the selected number of observations.

Conclusion

In this interactive linear regression analysis, users can adjust the number of observations and observe real-time updates to the scatterplot and regression results.

Thank you for exploring the analysis! ```