caEffect - How does the action handle different types of outcome variables?

Réponse

The type of outcome is specified using the 'type' subparameter within the 'outcomeVar' parameter. It can be 'CONTINUOUS' for real-valued outcomes, 'CATEGORICAL' for modeling the probability of a specific event level, or 'BINOMIAL' for event/trial data.
Did this answer help you?