This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
metan 1.17.0
New features
- Implement a
plot
method forpath_coeff_*()
functions. - New function
path_coeff_seq()
to implement a sequential (two chains) path analysis. - New function
prop_na()
to measure the proportion ofNAs
in each column. - New functions
remove_cols_all_na()
andremove_rows_all_na()
to remove columns and rows that have all values asNAs
. - New functions
ci_mean_z()
andci_mean_t()
to compute z- and t-confidence intervals, respectively. - New function
set_wd_here()
to set the working directory to the path of the current script.
Minor improvements
- Fix bug in
rowname_to_column()
. - Fix bug in
mps()
where stab was being rewritten with stab_res. - Changes the object name in
mgidi()
example that overwrites the function. - Fix bug with
x.lab
andy.lab
fromplot_scores()
. Now it accepts an object fromexpression()
plot_waasby()
now accepts objects of classwaas_means
.get_model_data()
now includes new optionscoefs
, andanova
for objects computed withge_reg()
.- New argument
max_overlaps
inplot_scores()
to exclude text labels that overlap too many things. - Improve the control over highlighted individuals in
plot_scores()
(shape, alpha, color, and size).