randtest) in PsNR/randtest.hist.R
randtest.hist.RdReads results from the randtest tool in PsN
and then creates a histogram.
randtest.hist(
results.file = "raw_results_run1.csv",
df = 1,
p.val = 0.05,
main = "Default",
xlim = NULL,
PCTSlcol = "black",
vlcol = c("red", "orange"),
...
)The location of the results file from the
randtest tool in PsN
The degrees of freedom between the full and reduced model used in the randomization test.
The p-value you would like to use.
The title of the plot.
The limits of the x-axis
Color of the empirical line
Colors of the original and nominal line
Additional arguments that can be passed to xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions.
A lattice object
xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions.
Other PsN functions:
boot.hist(),
bootscm.import(),
npc.coverage(),
read.npc.vpc.results(),
read.vpctab(),
xpose.VPC(),
xpose.VPC.both(),
xpose.VPC.categorical(),
xpose4-package
if (FALSE) { # \dontrun{
randtest.hist(results.file="randtest_dir1/raw_results_run1.csv",df=2)
} # }