Returns a randomly selected hypothesis test prompt as a list

hypTest_prompt()

Value

a randomly selected hypothesis test prompt as a list

Examples

hypTest_prompt()
#> $prompt #> [1] "Twenty five high school students complete a preparation program for taking the SAT test. The mean of these scores is 536.00. We know that the population average for SAT scores is 500 with a standard deviation of 100. The question is, are these students' SAT scores significantly greater than a population mean of 500 with a population standard deviation of 100? Assume alpha = .05." #> #> $nullVal #> [1] 500 #> #> $altDir #> [1] ">" #> #> $altVal #> [1] 500 #> #> $testStat #> [1] 1.8 #> #> $signifLevel #> [1] 0.05 #> #> $decision #> [1] "Reject Null" #> #> $source #> [1] "https://sites.berry.edu/vbissonnette/index/stats-homework/documentation/one-sample-z-test/one-sample-z-test-solution/" #>