View source: R/getThePercent.R
getThePercent | R Documentation |
Step by step list the proportionally random expectation deviations.
getThePercent(
theData,
theExpectPoint,
theCategory,
theDim,
theStep = c(0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1),
maxBoot = 1000,
theCompare = "upper",
theAlt = "less",
theSig = 0.05,
ifItem = FALSE,
theCompareItem = "upper",
theAltItem = "less",
theSigItem = 0.05
)
theData |
The prepared data matrix. |
theExpectPoint |
The expectation list. |
theCategory |
The Calculated Category. |
theDim |
The Calculated Dimensions. |
theStep |
An array of random replacement ratio. |
maxBoot |
The maximum steps of bootstrap. |
theCompare |
= 'between', 'lower', 'upper', 'mean' |
theAlt |
= 'two.sided', 'greater', 'less' |
theSig |
= 0.05 |
ifItem |
= FALSE, calculate the items when TRUE. |
theCompareItem |
= 'between', 'lower', 'upper', 'mean' |
theAltItem |
= 'two.sided', 'greater', 'less' |
theSigItem |
= 0.05 |
The function returns a list.
## Not run:
thePercent <- getThePercent(theData, theExpectPoint, theCategory, theDim)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.