This function returns the confidence interval or
the summary table for the adjacency matrix of
two_stage
, supercent
and cv.supercent
object.
confint_A(ret, alpha = 0.05, ci = F, A0 = NULL)
ret | A |
---|---|
alpha | The level of type-I error |
ci | If TRUE, return the confidence interval; if FALSE, return the summary table. |
A0 | The true adjacency matrix |
Output a data.frame of confidence interval or summary table.