Description Usage Arguments Author(s) Examples
View source: R/f_convenience_covML.R
These functions complement the base R cov
function by simplifying obtaining maximum likelihood (ML) covariance estimates (denominator n) instead of unbiased (UB) covariance estimates (denominator n-1). The function covML
can be used to obtain ML estimates, the function covUBtoML
transforms from UB to ML estimates, and the function covMLtoUB
transforms from UB to ML estimates.
1 2 3 |
x |
A dataset |
n |
The sample size |
... |
Arguments sent to the |
Sacha Epskamp <mail@sachaepskamp.com>
1 2 3 4 5 6 7 8 9 10 11 12 |
Registered S3 methods overwritten by 'huge':
method from
plot.sim BDgraph
print.sim BDgraph
This is psychonetrics 0.8! Note: this is BETA software! Please mind that the package may not be stable and report any bugs! For more information, please see psychonetrics.org, for questions and issues, please see github.com/SachaEpskamp/psychonetrics.
Attaching package: ‘psychonetrics’
The following object is masked from ‘package:graphics’:
identify
[1] TRUE
[1] TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.