Description Usage Arguments Value Methods (by class)
View source: R/are_applicable_to_coveset.R
check which of the given eqs
set of
eq
uation(s) (if any) can be applied to the supplied
set of covariates
1 2 3 4 | are_applicable_to_coveset(x, cov)
## S3 method for class 'eqs_bag'
are_applicable_to_coveset(x, cov)
|
x |
(eqs_bag) object |
cov |
(chr) vector of covariates |
(lgl) for all the eqs
part of x
,
TRUE if the covariates supplied are a subset of the
covariates needed to solve at least one of the equations in
x
.
eqs_bag
: Check which of the
eqs
set in the eqs_bag
can be
applied to the cov
ariates supplied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.