View source: R/multiplication_estimation.R
approx_mult_prod | R Documentation |
approx_mult_prod
recursively estimates the covariances and means of a
set of responses. Estimates are approximated using all unique response
orderings and aggregated.
approx_mult_prod(
means,
covs,
n,
response,
predictors,
responses,
verbose = FALSE
)
means |
a vector of predictor and response means with all response means at the end of the vector. |
covs |
covariance matrix of all predictors and responses with column
and row order corresponding to the order of |
n |
sample size (an integer). |
response |
a string. Currently supports |
predictors , responses |
lists of objects of class |
verbose |
logical. |
A list containing the following elements:
means |
a vector of the (approximated) means of all predictors and the product of responses |
covs |
a matrix of (approximated) covariances between all predictors and the product of responses |
wolf_using_2021pcsstools
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.