View source: R/fit_dropout_curves.R
There are three different modes for fitting the inverse probit dropout curves:
One curve for all samples
One curve for each sample
One curve for each sample, but all have a common scale (zeta)
1 2 3 4 5 6 7 8 | fit_global_dropout_curves(X, mup, sigma2p, experimental_design, prev_zeta,
prev_rho, maxit = 5000)
fit_sample_dropout_curves(X, mup, sigma2p, experimental_design, prev_zeta,
prev_rho, maxit = 5000)
fit_global_scale_dropout_curves(X, mup, sigma2p, experimental_design,
prev_zeta, prev_rho, max_iter = 10, epsilon = 1e-05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.