Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/qat_plot_boot_distribution_1d.R
A plot of the result of a booted distribution check will be produced.
1 2 | qat_plot_boot_distribution_1d(resultlist_stat, filename, bootruns = -1,
measurement_name = "", directoryname = "", plotstyle = NULL)
|
resultlist_stat |
List of results from qat\_analyse\_boot\_distribution\_1d |
filename |
Name of the file without extension. |
bootruns |
Number of bootstrap runs used in the test. |
measurement_name |
Name of the measurement. |
directoryname |
Directory, where the resulted file should be stored. |
plotstyle |
A list with a qat color scheme. |
A plot will be produced, which base on the resulting vectors of qat\_analyse\_boot\_distribution\_1d. When no plotstyle is defined the standard-colorscheme will be used. The resulting plot will be stored in the folder, which is defined by directory under the given filename, with the extension png.
No return value.
Andre Duesterhus
qat_analyse_boot_distribution_1d
1 2 3 4 5 | vec <- rnorm(500)
result <- qat_analyse_boot_distribution_1d(vec, 100)
# this example produce a file exampleplot_bootdist.png in the current directory
qat_plot_boot_distribution_1d(result$stat, "exampleplot_bootdist",
bootruns=result$bootruns, measurement_name="Result of Check")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.