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
Just to point out that you have a typo in your plotting example code:
res_em$plots$two.stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) + ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic association with CAD") + ggplot2::ggtitle("")
Should be:
res_em$plots$two_stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) + ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic association with CAD") + ggplot2::ggtitle("")
Otherwise, everything worked nicely!
The text was updated successfully, but these errors were encountered:
On Tue, May 4, 2021 at 1:52 PM Karl Smith Byrne ***@***.***> wrote:
Hi there,
Just to point out that you have a typo in your plotting example code:
res_em$plots$two.stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) +
ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic
association with CAD") + ggplot2::ggtitle("")
Should be:
res_em$plots$two_stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) +
ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic
association with CAD") + ggplot2::ggtitle("")
Otherwise, everything worked nicely!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJAQVOEQYKE7XVLPKCQ5DDTL7U2HANCNFSM44CU3ZYA>
.
Hi there,
Just to point out that you have a typo in your plotting example code:
res_em$plots$two.stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) + ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic association with CAD") + ggplot2::ggtitle("")
Should be:
res_em$plots$two_stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) + ggplot2::xlab("Genetic association with SBP") + ggplot2::ylab("Genetic association with CAD") + ggplot2::ggtitle("")
Otherwise, everything worked nicely!
The text was updated successfully, but these errors were encountered: