export_test: Export Test (and Solutions!)

Description Usage Arguments Value Examples

Description

Export Test (and Solutions!)

Usage

1
export_test(list_of_QAs, testfile = NULL, solutionsfile = NULL)

Arguments

list_of_QAs

a list of character vectors

testfile

name of test file (if none given, will be named "test.txt")

solutionsfile

name of test file (if none given, will be named "solutions.txt")

Value

produces the two latex files (as .txt files)

Examples

1
2
3
4
5
6
7
8
QA1 = makeQA_CIproportion()
QA2 = makeQA_Normal()
QA3 = makeQA_EventProbability()
QA4 = makeQA_ExpectedValue()
QA5 = makeQA_HypothesisTest()
QA6 = makeQA_ConditionalProbability()
QAs = list(QA1, QA2, QA3, QA4, QA5, QA6)
export_test(QAs)

kristynpantoja/statexams documentation built on June 3, 2019, 5:25 a.m.