analyses
Generate a workflow plan data frame to analyze multiple datasets using multiple methods of analysis.
analyses(plan, datasets)
workflow plan data frame of analysis methods.
The commands in the command
column must
have the ..dataset..
wildcard where the datasets go.
For example, one command could be lm(..dataset..)
. Then,
the commands in the output will include lm(your_dataset_1)
,
lm(your_dataset_2)
, etc.
workflow plan data frame with instructions to make the datasets.
an evaluated workflow plan data frame of analysis instructions