View source: R/get_grooves_lasso.R
Use logistic model to identify groove locations
1 2 3 4 5 6 7 | get_grooves_lasso(
x,
value,
lasso_method = "basic",
pred_cutoff = ifelse(lasso_method == "basic", 0.3, 0.34),
return_plot = F
)
|
x |
numeric vector of locations (in microns) |
value |
numeric values of surface measurements in microns |
lasso_method |
use the 'basic' model or the 'full' model with interaction terms? |
pred_cutoff |
equal error rate cutoff for classification into GEA or LEA, trained on Hamby set 44 |
return_plot |
return plot of grooves? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.