make_pred: Make Predictions

Description Usage Arguments Value Examples

View source: R/specific_ag_problems.R

Description

Creates a valid autograde file for the prediction problems

Usage

1

Arguments

x

Ten numeric values.

Value

A .csv with observations on each new line written to the working directory given by getwd().

Examples

1
2
3
4
5
## Not run: 
# Make some predictions
make_pred(x = 1:10)

## End(Not run)

coatless/autograde documentation built on May 13, 2019, 8:45 p.m.