Description Usage Format Source Examples
Object for illustrating documentation, cf vignette
1 |
a list as produced by function 'Fit_Single_Hill'
simulated by example below
1 2 3 4 5 6 7 8 9 | ## Not run:
subs = simdat$y==0
res_scdrx_boot = Fit_Single_Hill(x=simdat$x[subs],
y=simdat$z[subs], ## z contains the response
n=simdat$n[subs],
SCDR_model='Hill2',
bootstrap = TRUE,B=1000)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.