Description Usage Arguments Details Value Author(s) See Also
The epispline parameters are the data plus lower and upper bounds on the support of the estimated density.
1  | preprocess.data(data, lower, upper)
 | 
data | 
 Numeric vector of data to be used in density estimation.  | 
lower | 
 Lower bound on density support. Default: if missing or NULL, the lower bound is taken to be min(x) - 2 * sd(x). If -inf, the lower bound is taken to be mean (x) - 10 * sd(x).  | 
upper | 
 Upper bound on density support. Default: if missing or NULL, the upper bound is taken to be max(x) + 2 * sd(x). If inf, the upper bound is taken to be mean (x) + 10 * sd(x).  | 
Data outside the bounds is discarded.
List of epiparameters, with entries
data  | 
 Data as passed, with entries outside the bounds deleted  | 
m0  | 
 Lower bound  | 
mN  | 
 Upper bound  | 
Sam Buttrey, from matlab code by Royset and Wets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.