linreg: Linear Regression

linregR Documentation

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

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

## Not run: 
taf.example("linreg")
setwd("linreg")
taf.boot()
source.all()

## End(Not run)

ices-tools-prod/TAF documentation built on April 17, 2025, 2:02 p.m.