fsst.pval | R Documentation |
p
-value for the fsst
procedureThis function computes the p
-value of the test based on
the bootstrap estimates for the fsst
procedure.
fsst.pval(range.n, cone.n, range.n.list, cone.n.list, R, alpha = 0.05)
range.n |
The range component of the sample test statistic. |
cone.n |
The cone component of the sample test statistic. |
range.n.list |
The bootstrap estimates of the range component in the test statistics. |
cone.n.list |
The bootstrap estimates of the cone component in the test statistics. |
R |
The number of bootstrap replications. |
alpha |
The significance level. |
Returns the p
-value and the decision.
pval |
The |
decision |
The decision to reject or not. |
T.bs |
List of bootstrap test statistics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.