This function tune the probability threshold parameter.
stabsel_thr(
stabsel = NULL,
data = NULL,
model = NULL,
est_model = NULL,
prob = NULL,
nm = NULL,
pars.pen = NULL,
from = 0.5,
to = 1,
jump = 0.01,
method = "aic"
)
rtn results using the optimal threshold.
output object from stabsel function. If specified, data, model, est_model, prob, nm, and pars.pen parameters are not needed.
data frame
lavaan syntax model.
lavaan output object.
matrix of selection probabilities.
names(regsemOutput$coefficients).
a vector of numbers corresponding to paths to be removed (same sequence as regsemOutput$coefficients).
starting value of the threshold parameter.
end value of the threshold parameter.
increment of the threshold parameter.
fit indices uesd to tune the parameter.