Print summary of affectOU model
Usage
# S3 method for class 'summary_affectOU'
print(x, digits = 3, max_dim = 20, ...)Examples
model <- affectOU(ndim = 2)
summary_model <- summary(model)
print(summary_model)
#>
#> ── 2D Ornstein-Uhlenbeck Model ─────────────────────────────────────────────────
#>
#> ── Dynamics ──
#>
#> Stable (node)
#>
#> ── Stationary distribution ──
#>
#> Mean: [0, 0]
#> SD: [1, 1]
#>
#> ── Structure ──
#>
#> Coupling: none
#> Noise: independent