Get parameters of a model
as.parameters(x)
A list of parameters
data(test_model)
as.parameters(test_model)
#> $algorithm
#> [1] "CAPRI"
#>
#> $command
#> [1] "hc"
#>
#> $regularization
#> [1] "bic" "aic"
#>
#> $do.boot
#> [1] TRUE
#>
#> $nboot
#> [1] 100
#>
#> $pvalue
#> [1] 0.05
#>
#> $min.boot
#> [1] 3
#>
#> $min.stat
#> [1] TRUE
#>
#> $boot.seed
#> NULL
#>
#> $silent
#> [1] FALSE
#>
#> $error.rates
#> $error.rates$epos
#> [1] 0
#>
#> $error.rates$eneg
#> [1] 0
#>
#>