Fixing error in testing_through_time() when multilevel = "summary" and include_ar_term == TRUE.
Fixing the varying_smooth_term error in make_bgam_formula() when predictor_id = NA.
neurogam 0.0.2
New features
Allowing 3 different models to be fitted: full GAMM, GAMM with summary statistics (recommended), or group-level GAM.
Adding further support for presence or absence of predictor (e.g., group, condition). When predictor_id = NA, neurogam now tests signal against 0 through time.
Implementing print() and summary() methods for cluster_results objects.
Improved plotting: now plotting the GAM predictions with raw data and improved clusters aesthetics.
Other changes
Improved functions documentation and new package website.
Factoring posterior odds computation within internal functions.
Bug fixes
Fixing group-level posterior predictions when multilevel is “full” or “summary”.