View source: R/simulate_data.R
estimate_final_correlation | R Documentation |
Used to obtain an estimate of the correlation matrix after transforming the initial data.
estimate_final_correlation(
obj,
n_obs = 1e+05,
cor_type = "pearson",
seed = NULL,
...
)
obj |
S3 class object of type |
n_obs |
Number of observations to simulate. |
cor_type |
Can be either a character ( |
seed |
Random number seed. NULL does not change the current seed. |
... |
Further arguments are passed to the function that computes the correlation
matrix (either |
This function is useful to estimate the final correlation of the data after transformation of the initial data. To provide a robust estimate it is advised to use a very large number of observations to compute the correlation matrix.
A numeric matrix given by the pairwise correlation coefficients for each
pair of variables defined by obj
and computed according to cor_type
.
simulate_data
,
simdesign
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.