Description Usage Arguments Details Value Author(s) See Also Examples
Fit graphical Gaussian model by iterative proportional fitting.
1 2 |
S |
Empirical covariance matrix |
n.obs |
Number of observations |
glist |
Generating class for model (a list) |
start |
Initial value for concentration matrix |
eps |
Convergence criterion |
iter |
Maximum number of iterations |
details |
Controlling the amount of output. |
... |
Optional arguments; currently not used |
ggmfit
is based on a C implementation. ggmfitr
is
implemented purely in R (and is provided mainly as a benchmark for the
C-version).
A list with
lrt |
Likelihood ratio statistic (-2logL) |
df |
Degrees of freedom |
logL |
log likelihood |
K |
Estimated concentration matrix (inverse covariance matrix) |
Søren Højsgaard, sorenh@math.aau.dk
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.