make_ci_pred: Make CI Predictions

Description Usage Arguments Value Examples

View source: R/specific_ag_problems.R

Description

Creates a valid autograde file for CI Mu Problem

Usage

1
make_ci_pred(ci90, ci95, ci99)

Arguments

ci90, ci95, ci99

Two numeric values for each of the parameters.

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 CI AG File
make_ci_pred(ci90 = c(-1,1), ci95 = c(-1.5,1.5), ci99 = c(-2.5,2.5))

## End(Not run)

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