View source: R/CI_MinimumSampleSize_fun.R
CI_MinimumSampleSize_fun | R Documentation |
Find the confidence interval for minimum sample size, given a fitted accuracy/Kappa curve
CI_MinimumSampleSize_fun(
X,
prediction.ci,
formula_rhs,
start_parameters,
thr_acc,
min_sam_size,
fit_accuracy
)
prediction.ci |
Confidence Interval for the fitted curve, made up of three variables. |
thr_acc |
Threshold of the chosen metric. |
min_sam_size |
Estimated minimum sample size. |
fit_accuracy |
Fitted object from nls. |
tr_set_size |
Training set size |
CI based on fitted upper and lower lines
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.