Learn R Programming

TAF (version 4.3.0)

linreg: Linear Regression

Description

Minimal TAF workflow, a simple linear regression where the x and y coordinates come from a text file.

Before the workflow is run, it consists of four scripts and a boot folder:


[boot]
data.R
model.R
output.R
report.R

After the workflow is run, four new folders contain the output from the TAF scripts:


[boot]
[data]
[model]
[output]
[report]
data.R
model.R
output.R
report.R

Arguments

See Also

cars describes the dataset.

taf.example copies an example analysis from the TAF package.

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
taf.example("linreg")
setwd("linreg")
taf.boot()
source.all()
}

Run the code above in your browser using DataLab