Module
asreml.model_function_info
Descriptions of the model functions used in formula strings.
This is a dummy module, for documentation purposes only.
Members
An offset term to add to the linear model, only used in the case of binomial or Poisson data.
Arguments:
- variable_name: The name of a variable in the primary dataset.
Sum to zero constraints.
Arguments:
- variable_name: The name of a variable in the primary dataset.
Create a variate from variable_namej (usually factors).
Arguments:
- variable_name: The name of a variable in the primary dataset.
Create the model term: (variable_name+offset)^p.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- p: The exponent in a power function term (
pow). - offset: Constant added to
variable_name.
Orthogonal polynomials.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- t: The maximum degree of a set of orthogonal polynomials formed from
variable_name. If negative, the intercept polynomial is omitted.
Legendre polynomials.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- t: The maximum degree of a set of Legendre polynomials formed from
variable_name. If negative, the intercept polynomial is omitted.
Cubic smoothing spline (random component).
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: The number of equally-spaced knot points for a cubic smoothing spline. If
zero or omitted,
kis set to the optional argumentknots(seeasreml.set_options).
Spline deviations; create a factor from the supplied variate.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values.
Form a conditioning covariate from variable_name for each level of
variable_name specified in the lvls argument.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- lvls: Vector of levels of the conditioning factor (
variable_name) that define the conditioning covariates formed byat. If numeric,lvlsindexes the levels vector ofvariable_name.
Section at.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- lvls: Vector of levels for sectioning at.
Create a factor.
Arguments:
- x: The name of a variable in the primary dataset.
- y: The name of a variable in the primary dataset.
Multiply the design matrix for variable_name by times and add it to the
preceding design matrix.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- times: Number of multiples (may be non-integer) of the design matrix for
variable_nameto add to the preceding design matrix.
Create a model term from covariates held in specific columns of the primary dataset.
Arguments:
- variable_name: The name of a variable in the primary dataset.
Correlation model (no variance associated).
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
Variance model.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values.
Identity (diagonal) variance model.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values.
Autoregressive model of order 1; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 1; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 1; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 2; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 2; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 2; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 3; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 3; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive model of order 3; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Symmetric autoregressive model; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Symmetric autoregressive model; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Symmetric autoregressive model; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Constrained autoregressive model of order 2; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Constrained autoregressive model of order 2; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Constrained autoregressive model of order 2; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 1; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 1; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 1; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 2; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 2; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Moving average model of order 2; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive-moving average model; correlation form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive-moving average model; homogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Autoregressive-moving average model; heterogeneous variance form.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters.
Simple correlation model; correlation form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Simple correlation model; homogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Simple correlation model; heterogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Banded correlation model with b bands; correlation form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- b: Number of (sub-diagonal) bands in banded correlation models.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Banded correlation model with b bands; homogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- b: Number of (sub-diagonal) bands in banded correlation models.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Banded correlation model with b bands, heterogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- b: Number of (sub-diagonal) bands in banded correlation models.
- init: A vector of initial values (correlation parameters followed by variance parameters).
General correlation model; correlation form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
General correlation model; homogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
General correlation model; heterogeneous variance form.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Diagonal variance model.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Unstructured variance model.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Cholesky variance model of order k.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Order of the model.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Cholesky C variance model of order k.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Order of the model.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Antedependence variance model of order k.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Order of the model.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Factor analytic model with k factors; the variance-covariance matrix is
modelled on the correlation scale.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Order of the model.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Factor analytic model with k factors; the variance-covariance matrix is
modelled on the covariance" scale.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Order of the model.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Factor analytic model with k factors; sparse formulation where k extra
levels are inserted in the mixed model equations.
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Number of factors.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Factor analytic model with k factors; reduced rank formulation of fa()
where the default boundary constraints for the specific variances are set to
F (fixed).
Arguments:
- variable_name: The name of a variable in the primary dataset.
- k: Number of factors.
- init: A vector of initial values (correlation parameters followed by variance parameters).
Exponential (or power) model; correlation form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Exponential (or power) model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Exponential (or power) model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Gaussian power model; correlation form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Gaussian power model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Gaussian power model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Linear variance model; correlation form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Linear variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Linear variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary datset.
- init: A vector of initial values (power parameters followed by variance parameters).
- dist: Numeric vector of coordinates (distances). If missing then the distances
are obtained as
unique(obj).
Exponential (or power) model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Exponential (or power) model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Exponential (or power) model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic exponential variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic exponential variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic exponential variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Gaussian variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Gaussian variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Gaussian variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic Gaussian variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic Gaussian variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Anisotropic Gaussian variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Euclidean variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Euclidean variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic Euclidean variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic linear variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic linear variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Isotropic linear variance model;" heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Spherical variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Spherical variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Spherical variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Circular variance model; correlation form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Circular variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Circular variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary dataset containing the x coordinates.
- y: The name of a variable in the primary dataset containing the y coordinates.
- init: A vector of initial values (power parameters followed by variance parameters).
Matern variance model; correlation form.
Arguments:
- x: The name of a variable in the primary datatset containing the x coordinates.
- y: The name of a variable in the primary datatset containing the y coordinates.
- phi: The range parameter.
- nu: The smoothness parameter.
- delta: Governs geometric anisotropy.
- alpha: Governs geometric anisotropy.
- lambda: Specifies the choice of metric. Options are
1for city block, and2for Euclidean distance.
Matern variance model; homogeneous variance form.
Arguments:
- x: The name of a variable in the primary datatset containing the x coordinates.
- y: The name of a variable in the primary datatset containing the y coordinates.
- phi: The range parameter.
- nu: The smoothness parameter.
- delta: Governs geometric anisotropy.
- alpha: Governs geometric anisotropy.
- lambda: Specifies the choice of metric. Options are
1for city block, and2for Euclidean distance. - init: A vector of initial values.
Matern variance model; heterogeneous variance form.
Arguments:
- x: The name of a variable in the primary datatset containing the x coordinates.
- y: The name of a variable in the primary datatset containing the y coordinates.
- phi: The range parameter.
- nu: The smoothness parameter.
- delta: Governs geometric anisotropy.
- alpha: Governs geometric anisotropy.
- lambda: Specifies the choice of metric. Options are
1for city block, and2for Euclidean distance. - init: A vector of initial values.
Variance structure spanning several model terms.
Arguments:
- form: A model formula included verbatim in the
asremlrandomargument. - vmodel: A direct product variance model for the set of terms given in
form.
Create a model term associating a known relationship structure in source
with a factor in the primary dataset.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- source: The known inverse of a relationship matrix in the form of a lower
triangular sparse matrix held in three-column coordinate form in row-major
order. See
asreml.ainversefor more details. - singG: A string giving the state of the supplied inverse relationship matrix:
- "PD":
sourceis positive definite. - "ND":
sourceis non-singular indefinite (positive and negative roots). In this caseasremlignores the indefinite condition and proceeds. - "PSD":
sourceis positive semi-definite. In this case,asremlproceeds using Lagrange multipliers to process the matrix. Two cases arise: whether the singularity arises because an effect has zero variance or whether it arises as a linear dependence. An example of the first is when the genomic relationship matrix represents a dominance matrix, and the list of genotypes includes fully inbred individuals (which by definition have no dominance). An example of the second is when the list of genotypes includes clones. - "NSD":
sourceis singular indefinite (positive, zero and negative roots). The indefinite condition is ignored andasremlproceeds using Lagrange multipliers as for"PSD"matrices.
- "PD":
- invert: If true, then the matrix supplied in
sourcewill be inverted before being used. - ldet: The log determinant of the matrix supplied in
source. If not supplied the log determinant will be calculated (this can numerically intensive).
Create a term with the levels of vm, and modelled by the homogeneous form
of the identity variance structure. The vm term must precede ide in the
model for the factor levels to be found.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- source: The known inverse of a relationship matrix in the form of a lower
triangular sparse matrix held in three-column coordinate form in row-major
order. See
asreml.ainversefor more details.
Create a model term associating a known relationship structure in source
and residual additive genetic effects with a factor in the primary dataset.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- source: The known inverse of a relationship matrix in the form of a lower
triangular sparse matrix held in three-column coordinate form in row-major
order. See
asreml.ainversefor more details. - singG: singG: A string giving the state of the supplied inverse relationship
matrix:
- "PD":
sourceis positive definite. - "ND":
sourceis non-singular indefinite (positive and negative roots). In this caseasremlignores the indefinite condition and proceeds. - "PSD":
sourceis positive semi-definite. In this case,asremlproceeds using Lagrange multipliers to process the matrix. Two cases arise: whether the singularity arises because an effect has zero variance or whether it arises as a linear dependence. An example of the first is when the genomic relationship matrix represents a dominance matrix, and the list of genotypes includes fully inbred individuals (which by definition have no dominance). An example of the second is when the list of genotypes includes clones. - "NSD":
sourceis singular indefinite (positive, zero and negative roots). The indefinite condition is ignored andasremlproceeds using Lagrange multipliers as for"PSD"matrices.
- "PD":
- init: A vector of initial values.
Includes the specified number of columns of zeros in the model.
Arguments:
- k: Number of zero columns to include in the model.
Direct sum structures for residual models.
Arguments:
- model: A formula of the form
A+B+..., whereAandBdefine variance matrices for simple or compound model terms. - cond: A simple conditioning factor whose levels identify and determine the number of sub-matrices in the direct sum.
- levels: A list of the length of the number of terms in the left-hand side of
modelthat are separated by+. The components oflevelsare vectors of unique values ofZ. If there is only one term in the left-hand side ofmodel(or if the context allows, see examples) thenlevelsmay be a vector. Iflevelsis numeric, then these are ordinal numbers that refer to the sections defined by Z inunique(Z)order. IfNonethenunique(Z)is used.
Multinomial threshold model.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- init: A vector of initial values.
Forms a factor with a level for each record where factor level of
variable_name is k.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.
- k: The level of
variable_nameto define the new factor at. - n: The size of the model term, defaults to the number of records.
Is used in a multivariate analysis on a multivariate set of covariates to pair them with the variates.
Arguments:
- variable_name: The name of a categorical variable / factor in the primary dataset.