get_grooves_lasso: Use logistic model to identify groove locations

Description Usage Arguments

View source: R/get_grooves_lasso.R

Description

Use logistic model to identify groove locations

Usage

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
)

Arguments

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?


heike/grooveFinder documentation built on Dec. 31, 2019, 12:33 p.m.