Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 30c2fd88c4
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| parTable <- parameter_estimates( | ||
| object = model, | ||
| label.renamed.prod = TRUE | ||
| ) |
There was a problem hiding this comment.
Request colonized product names for indirect/total JN
For modsem_pi objects, parameter_estimates() defaults to colon.pi = FALSE, so interaction RHS are typically stored like XZ instead of X:Z; in that case the new indirect/total branch later calls getIntTerms() (which only matches :) and immediately raises “No interaction terms were found,” making plot_jn(type = "indirect"|"total") unusable for a supported model class. Please pass colon.pi = TRUE (or otherwise normalize interaction names) when building parTable for this path.
Useful? React with 👍 / 👎.
Implement feature request #125