pos_def_limits | R Documentation |
pos_def_limits
returns min and max possible values for a positive definite matrix with a specified missing value
pos_def_limits(..., steps = 0.01, tol = 1e-08)
... |
the correlations among the variables as a vars\*(vars-1)/2 vector |
steps |
the tolerance for min and max values |
tol |
the tolerance for comparing eigenvalues to 0 |
dataframe with min and max values
pos_def_limits(.8, .2, NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.