ProjectMOSAIC / mosaicModel

Utilities for creating, visualizing, and predicting with models
Other
2 stars 1 forks source link

Fix ci.mean(), ci.median(), ci.sd() to work with new version of df_stats() #10

Closed dtkaplan closed 6 years ago

dtkaplan commented 6 years ago

Currently, they return a function with a fixed level. Instead, they should be just function(x, level = .95)