You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renamed special char columns don't work, example to reproduce: iso_generate_summary_table(rename(mpg, d 13C/12C = cty), raw=d 13C/12C)
allow simplified use that takes all columns by default (if no ...) specified expect grouping columns, to generate the data table
allow flexible functions
implement outlier identification function based on distance from mean + sd: e.g. outside a 1, 2, 3 sigma range (see nu_tests in isoreader), maybe iso_identify_outliers(n_sigma = 5)
implement exclude_outliers = TRUE flag (default FALSE) parameter in iso_summarize_data_table that if set checks if outliers column exists in the data table (if not, points to running iso_identifiy_outliers() first), and then calculates the stats only based on those that are not outliers. Will also have to include a col_x n for each column to indicate how many of the total n were used for the calcluation
The text was updated successfully, but these errors were encountered:
iso_summarize_data_table
groups
needs to be namespacediso_generate_summary_table(rename(mpg,
d 13C/12C= cty), raw=
d 13C/12C)
iso_identify_outliers(n_sigma = 5)
exclude_outliers = TRUE
flag (defaultFALSE
) parameter iniso_summarize_data_table
that if set checks ifoutliers
column exists in the data table (if not, points to runningiso_identifiy_outliers()
first), and then calculates the stats only based on those that are not outliers. Will also have to include acol_x n
for each column to indicate how many of the total n were used for the calcluationThe text was updated successfully, but these errors were encountered: