-
Hide and redirect warning messages after
lmer()calculation returned bymod.resp():- could be printed on calculation due to model inner fails
- actual
suppressWarnings()hides everything - should be added as message on "
[+] Modeling response variables.."
-
Use
mresp.check()to analysemrespobject structure:- Has
UserDataFrameandChosenModelResponse? - Is a list of lists except the two previous dataframes ?
- Each variable is a list of models ?
- Has a
check_outdataframe if checked ? - Has
mod.choose()results ? - Has errors ?
- Has
-
Create
tell()function to improve clarity and debugging of package code.
Must be using same data structures based on tables of lists of data groups
- Creation of
outlist - Creation of
paramslist - Insert
for ()in result calculation - Use each necessary function with
do.call()- may include also:
- nested anovas
- mixed models
- basic factor analysis
- peer-reviewed-type tables
- plot images generation
- may include also: