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
Added sconeReport() function for shiny browser of SCONE results.
scone() outputs are now sorted according to mean rank of scores rather than mean scores. Although this is a relative measure it accounts for differing variability of metrics.
RLE_IQR now quantifies the variability of the IQR RLE across samples, rather than the mean.
Bug Fix: Previously imputation could be applied to the wrong subset of params rows when user passed params arguments. Imputation functions are now indexed by name to avoid this error.
Bug Fix: Negative infinity expected likelihood is temporarily permitted in the estimate_ziber() loop.
ezbake.R script and scone_easybake() function added for pipelined SCONE commands.