| conf {confidence} | R Documentation | 
Perform Confidence Run
Description
This function starts the 'confidence tool'. The results will be stored in a subdirectory in the current working directory. See details section below.
Usage
conf(x = NULL, tmpdir = tempfile(pattern = "confidence"), browse = TRUE)
Arguments
| x | name of the input file or a  | 
| tmpdir | directory to store temporary files (for debugging only) | 
| browse | load resulting report directly in a browser?  | 
Details
This function will create a subdirectory
- in the same directory as - x, in case- xis a filename or
- in the current working directory (see - getwd), in case- xis a- data.frame.
The computer should have write permission to this directory, if not an error message will be raised. The subdirectory contains an HTML-report with all analysis results. For convenience, the results are also stored in CSV-format (tables) and png-format (figures) for further processing.
See Also
confidence and the package vignette 
(vignette("confidence")).