Computes standardized estimates, standard errors, and confidence intervals
based on Monte Carlo samples from a semmcci object. This function fully standardizes
both point estimates and sampling distributions (including intercepts).
MCStd2(mc, alpha = c(0.001, 0.01, 0.05))A data frame containing:
Parameter name
Standardized point estimate
Standard deviation of standardized samples
Number of Monte Carlo replications
Multiple confidence intervals based on alpha
A Monte Carlo result object of class semmcci, typically from MC() or MCMI().
A numeric vector of significance levels (default: c(0.001, 0.01, 0.05)).
The function standardizes the sampling distribution using StdLav2() on each Monte Carlo draw,
then summarizes the distribution into SEs and quantile-based confidence intervals.