By default, augment() now simulates at least 200 points per individual. Fix a bug where delta was mis-calculated and strange-looking plots were sometimes generated (@LauraMvn, #191).
hist() now shows the values of eta-shrinkage in multiple subjects setting. New argument shk to control the definition of shrinkage, either based on standard deviation ("sd") or on variance ("var") (@LauraMvn, #192).
The mapbay_tab now has the same number of rows as original data especially if it did not have observation rows (@LauraMvn, #193).
With data helpers, the .datehour column is updated after realize_addl is being called (@LauraMvn, #194).
Add Laura Morvan @LauraMvn as contributor.
"ETA" parameters cannot be longer declared as "@covariates" to avoid hazardous behaviours (@jbwoillard, #187).
augment()
now simulates at least 200 points per individual. Fix a bug where delta was mis-calculated and strange-looking plots were sometimes generated (@LauraMvn, #191).hist()
now shows the values of eta-shrinkage in multiple subjects setting. New argumentshk
to control the definition of shrinkage, either based on standard deviation ("sd") or on variance ("var") (@LauraMvn, #192).mapbay_tab
now has the same number of rows as original data especially if it did not have observation rows (@LauraMvn, #193)..datehour
column is updated afterrealize_addl
is being called (@LauraMvn, #194).