Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to get standardised results in plot #45

Closed
albertostefanelli opened this issue Feb 18, 2022 · 0 comments
Closed

unable to get standardised results in plot #45

albertostefanelli opened this issue Feb 18, 2022 · 0 comments

Comments

@albertostefanelli
Copy link

With the newer version, I am not able to get standardised results in the plot
Before I was able to get std results using the following

graph_sem(graph_data,
     layout = lay,           # layout 
     label = "est_std",  # get standardized results (not rounded)
     angle = 170            # adjust the arrows 
  )

I though the new approach would be edit_graph({ label = paste(est_sig_std, "\n", confint_std) }) but prepare_graph() does not return these objects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant