LoslegenKostenlos loslegen

Linear regression with lm()

While ggplot can display a linear regression trend line using geom_smooth(), it doesn't give you access to the intercept and slope as variables, or allow you to work with the model results as variables. That means that sometimes you'll need to run a linear regression yourself.

Time to run your first model!

taiwan_real_estate is available. TWD is an abbreviation for Taiwan dollars.

Diese Übung ist Teil des Kurses

Introduction to Regression in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Run a linear regression of price_twd_msq vs. n_convenience
___
Code bearbeiten und ausführen