Summary Method for select.explore
Objects
# S3 method for select.explore summary(object, col_names = TRUE, ...)
object | object of class |
---|---|
col_names | Logical. |
... | Currently ignored. |
a data frame including the posterior mean, standard deviation, and posterior hypothesis probabilities for each relation.
#> Error in .Call("_BGGM_Theta_continuous", PACKAGE = "BGGM", Y = Y, iter = iter + 50, delta = delta, epsilon = eps, prior_only = 0, explore = 1, start = start, progress = progress): Incorrect number of arguments (8), expecting 10 for '_BGGM_Theta_continuous'#> Error in select(fit, alternative = "exhaustive"): object 'fit' not foundsummary(E)#> Error in summary(E): object 'E' not found# }