sgkit.variables.covariates_spec#

sgkit.variables.covariates_spec = ArrayLikeSpec(default_name='covariates', __doc__='\nCovariate variable names. Must correspond to 1 or 2D dataset\nvariables of shape (samples[, covariates]). All covariate arrays\nwill be concatenated along the second axis (columns).\n', kind=None, ndim={1, 2}, dims=None)#

Covariate variable names. Must correspond to 1 or 2D dataset variables of shape (samples[, covariates]). All covariate arrays will be concatenated along the second axis (columns).