One-Sample Mean Test
One-sample mean test.
Options
- data |
object (required): object of value arrays. Default:none. - variable |
string (required): name of variable. Default:none. - type |
string: type of test (Z TestorT Test). Default:'T Test'. - stdev |
number: standard deviation (forZ Test). Default:none. - alpha |
number: significance level. Default:0.05. - direction |
string: test direction (eitherless,greater, ortwo-sided). Default:'two-sided'. - mu0 |
number: mean under the null hypothesis. Default:0. - showDecision |
boolean: controls whether to display if the null hypothesis is rejected at the specified significance level. Default:false.
Examples
Live Editor
Result
ReferenceError: Provider is not defined