-
Couldn't load subscription status.
- Fork 8
Open
Description
Hello,
We've been going through the code to understand the potential variability within the model, and spotted that the model$logResponsibility is assigned with model$responsibility in this line - is that a typo, or is there any reason to do specifically that?
if (!is.matrix(model$responsibility) ) { model$responsibility <- t ( as.matrix(model$responsibility) ) model$logResponsibility <- t ( as.matrix(model$responsibility) ) }
Line 39 in 2345c3a
| model$logResponsibility <- t ( as.matrix(model$responsibility) ) |
Thank you in advance.
Best regards,
Nadezda
Metadata
Metadata
Assignees
Labels
No labels