| makeTSextra | R Documentation |
This function creates a list with info needed in various parts of the package
makeTSextra(
x,
Continuous,
pnull,
rnull,
phat = function(x) -99,
dnull = function(x) -99,
Ranges,
TSextra
)
x |
data set |
Continuous |
=TRUE, is data continuous? |
pnull |
cdf under the null hypothesis |
rnull |
routine to generate data under the null hypothesis |
phat |
=function(x) -99, function to estimate parameters from the data, or -99 if no parameters are estimated |
dnull |
=function(x) -99, density function under the null hypothesis, if available, or -99 if missing |
Ranges |
Range of variables |
TSextra |
(optional) list passed to TS, if needed. |
A list with vectors of test statistics and p.values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.