This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
v1.10.0
Minor improvements
gamem()
,gamem_met()
, andwaasb()
now have aby
argument and understand data passed fromgroup_by
.mtsi()
andmgidi()
now returns the ranks for the contribution of each factor and understand models fitted withgamem()
andwaasb()
using theby
argument.plot.mtsi()
andplot.mgidi()
now returns a radar plot by default when usingtype = "contribution"
.get_model_data()
now returns the genotypic and phenotypic correlation matrices from objects of classwaasb
andgamem
.replace_string()
,replace_number()
,extract_string()
, andextract_number()
now accepts tidy evaluation in the new...
argument.
New functions
get_dist()
to get distance matrices from objects of classclustering
.get_corvars()
to get normal, multivariate correlated variables.get_covmat()
to obtain covariance matrix based on variances and correlation values.as_numeric()
,as_integer()
,as_logical()
,as_character()
, andas_factor()
to coerce variables to specific formats quickly.n_valid()
,n_missing()
, andn_unique()
to count valid, missing, and unique values, respectively.tidy_colnames()
to clean up column names. It is a shortcut totidy_strings()
applied to the column names of a data frame.env_stratification()
to perform environment stratification using factor analysis.