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
I am trying to use grid arrange so I can put the basic GOF plots all on the same page in a PDF file. However when I do this the plot title such as DV vs. PRED and number of observations disappear and revert to their references , @y vs. @x@run@ofv. Do you know how I can do this without losing this information.
Thanks
Justus
The text was updated successfully, but these errors were encountered:
Similar to #91 and #93. It would be quite cumbersome to develop print methods for each existing external package. Instead I can suggest adding a function parse_keywords() to be used within functions like grid.arrange() as follows:
This solution does not seem to work: It gives an error: argument "xpdb" is missing, with no default
I tried the following code.
grid.arrange(
parse_title(dv_vs_pred(xpdb)),
parse_title(dv_vs_ipred(xpdb))
)
Hello,
I am trying to use grid arrange so I can put the basic GOF plots all on the same page in a PDF file. However when I do this the plot title such as DV vs. PRED and number of observations disappear and revert to their references , @y vs. @x @run @ofv. Do you know how I can do this without losing this information.
Thanks
Justus
The text was updated successfully, but these errors were encountered: