Description Usage Arguments Value Author(s) Examples
View source: R/learningCurve.R
Fit learning curve for accuracy matrix
1 2 3 4 5 6 7 8 9 10 11 12 |
accMat |
Matrix of accuracy rate where column indicate different sample size |
n |
Vector indicates the sample size |
auto_initial |
whether automatical intialise |
a |
input the parameter a starting point |
b |
input the parameter a starting point |
c |
input the parameter a starting point |
d_list |
range of d |
fitmodel |
"nls", "nls_mix", "gam" |
plot |
indicates whether plot or not |
verbose |
indicates whether verbose or not |
list of results
Yingxin Lin
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.