construct_m3_act_funs: Get Activation Functions for different M3 versions
Description
This function generates the activation functions for different versions of the Memory
Measurement Model (m3) implemented in the bmm package. If no bmmodel object is
passed then it will print the available model versions.
A bmmformula object with the activation functions for the m3 version specified in
the model object. The activation functions use the names of the response categories
specified in the model object.
Arguments
model
A bmmodel object that specifies the M3 model for which the
activation functions should be generated. If no model is passed the available
M3 versions will be printed to the console.
warnings
Logical flag to indicate if information about the generated model formulas
should be printed when the function is called.