Description Usage Arguments Value Author(s) References
Runs one.sample.test through withConditions and adds attributes to the result for outcome variable names, name of the test, and a header for the output.
1  | one.sample.test(variables, data = NULL, test = t.test, ...)
 | 
variables | 
 A variable or dataframe of variables  | 
data | 
 The data frame in which variables is evaluated  | 
test | 
 A function whose first argument is the sample to be tested, and whose result is an object of class   | 
... | 
 further arguments for func  | 
A multi.test object, representing a table of the results of test applied to each of the variables. Added to this table are a set of attributes providing information about any warnings, the names of the outcome variables, the name of the test, and a header for the HTML output.
Bill Altermatt
See the documentation for Deducer::one.sample.test for more information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.