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
Creating variable based on conditions of two variables using matrixDear everyone I'm trying to create a variable based on matrix conditions of two other variable. I …
Propensity Score Matching to estimate racial discriminationHello everyone, I am doing research on racial discrimination at the loan approval decisions, i.e. w…
Need Help: Propensity Score Matching Nonnegative integersHi guys, really need help if possible! I'm new to Stata and currently doing my dissertation/thesis …
mixed command for fixed effect modelHello, I developed a random effect model as follows: mixed firmperformance_ln typeofstrategy firma…
Assigning one of two fixed values to each observation according to categories alongside continuous variablesI have a 16,000 data set with continuous dependant variables and an independent variable. I also hav…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrap for outerweights in PLSSEM
Post a Comment