oss.getCCC | R Documentation |
This function allows the user to use Lin's Concordance Correlation Coefficient as the metric to select the optimal model from cross-validation in the caret package.
oss.getCCC(Model)
Model |
caret model object |
list of three dataframes Dataframe 1: Fit statistics for best model based on CCC, including best tuning parameters Dataframe 2: Holds tuning parameters for the model based on CCC Dataframe 3: Fit statistics for all tuning parameters for the cross validation
#Calculate fit statistics for the best tune model
oss.getCCC(KeeneSOC)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.