mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

add NA handling to smooth_data and methods #75

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

e.g. method loess currently returns vector of smoothed data with NA's removed, leading to errors since number of return values are different from number of input values

mikeblazanin commented 1 year ago

done in v0.11