Hi,
I'm trying to get pvalues for the outer weights of the formative part of my measurement model in PLSSEM. PLSSEM provides pvalues for the outer loadings and the structural coefficients. Running the BOOTSTRAP command post estimation returns either a "command not found" or "error in expression e(outerweights)" - e(outerweights) being the PLSSEM matrix with the stored outer weights values.
Here is the STATA command:
. bs e(outerweights), seed(1): plssem (trust < d3 d13 d20) (know < d2 d6 d9) ( inn < d1 d8 d14) (env < d4 d10 d17) (ad
> apt > d16 d18) (mitig > d15), structural(adapt inn env trust know, mitig inn env trust know ) boot(200) seed(123) sta
> ts correlate(lv) loadpval
(running plssem on estimation sample)
type mismatch
error in expression: e(outerweights)
r(109);
Any idea why BOOTSTRAP does not run with PLSSEM?
Related Posts with Bootstrap for outerweights in PLSSEM
Pearson Residuals (fe regression)Hi - I have a simple model where I am trying to understand the impact of a firm's geographical dive…
Graph for parallel trendDear Stata users, Using a panel data collected during the years 2011, 2013, and 2015, I am trying t…
regular expression?Dear All, How can I use regular expression to separate the following data Code: clear input float s…
Frequency distribution, what's missing? (beginner question)Beginner trying to learn Stata. I am assigned to construct a relative frequency table based on place…
Regarding GEE analysisHi, Apologies in advance if the question is too silly. I have never worked with a longitudinal dat…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrap for outerweights in PLSSEM
Post a Comment