Description Usage Format Source Examples
Object for illustrating documentation, cf vignette
1 |
a list as produced by function 'Resample_MDR'
simulated by example below
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
res_resamp = Resample_MDR(x=simdat$x,y=simdat$y,
z=simdat$z,n=simdat$n,
SCDR_model='Hill2',
par_Hill=NULL,
design='single-ray',
lower = c(0.0001,0.0001,0.0001,0.0001) ,
upper = c(10,10,1,1) ,
n_resamp=1000,
distribution='binom')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.