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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
General
Added xpdb memory usage to print.xpose_data()
Replaced print.prm.data() to prm_table()
Fixed documentation
Data import/edit
Added compatibility with dplyr::n() when editing xpdb #51
Added get_special() to access special data
Improved get_prm() labeller parsing with OMEGA and SIGMA BLOCKS
get_prm() and prm_table():
Both gained a transform argument to disable parameter transformation
RSE is now always reported (also for untransformed)
Corrected RSE for off-diagonal elements from OMEGA and SIGMA when output as correlation and SE when output as standard deviation
Added list_data(), list_files() and list_special() to get info on the data structure in the xpdb
Renamed the arguments problem, subprob, method and source to .problem, .subprob, etc. for consistency with dplyr functions.
Improved error checking for themes in xpose_data
Improved error checking in get_prm()
Plots
print.xpose_plot() now displays a message when the number of facets is > 20, informing that many panels are being printed and that it may take a while to render the plot
Improved .problem, .subprob and .method error checking