Train a linear regression model on data in an R tibble

ID: B2AI_USECASE:37

Name: Train a linear regression model on data in an R tibble.

Description: Training a linear regression model on data in the R tibble data structure generally involves R’s lm() function. To see the summary of the resulting model, use the summary() function on the model object. To make predictions using the model, use the predict() function on the model object and provide new data as the argument.

Category: modeling

Involved in: Experimental Design, Quality Control

Data Topics:

Contributor: Harry Caufield (ORCID:0000-0001-5705-7831)