linreg | R Documentation |
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
cars
describes the dataset.
taf.example
copies an example analysis from the TAF package.
TAF-package
gives an overview of the package.
## Not run:
taf.example("linreg")
setwd("linreg")
taf.boot()
source.all()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.