You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) )
}
Hello,
We've been going through the code to understand the potential variability within the model, and spotted that the
model$logResponsibility
is assigned withmodel$responsibility
in this line - is that a typo, or is there any reason to do specifically that?ccube/R/ccube.R
Line 39 in 2345c3a
Thank you in advance.
Best regards,
Nadezda
The text was updated successfully, but these errors were encountered: