Displaying 3 results from an estimated 3 matches for "crossloadings".
2017 Jun 11
3
plspm package error in data frame
...t(1:7, 8:14, 15:21, 22:28, 29:34, 35:39, 40:44, 45:48)
> TPB_modes = rep("A", 8)
> TPB_pls1 = plspm(TPBDATA, TPB_path, TPB_blocks, modes = TPB_modes)
However, I received the following error (I tried multiple times, and
cannot determine what the error is):
Error in `[.data.frame`(crossloadings, , c("name", "block", colnames(xloads))) :
undefined columns selected
I would really appreciate if anyone could provide advice on how to
correct this error. I am using the plspm package in order to analyze
my data for my masters thesis at the University of Waterloo.
Thank...
2007 May 31
2
Factor analysis
Hi,
is there any other routine for factor analysis in R then factanal?
Basically I'am interested in another extraction method then the maximum
likelihood method and looking for unweighted least squares.
Thanks in advance
Sigbert Klinke
2017 Jun 12
0
plspm package error in data frame
...gt;>
>>>> TPB_pls1 = plspm(TPBDATA, TPB_path, TPB_blocks, modes = TPB_modes)
>>>
>>>
>>> However, I received the following error (I tried multiple times, and
>>> cannot determine what the error is):
>>>
>>> Error in `[.data.frame`(crossloadings, , c("name", "block",
>>> colnames(xloads))) :
>>>
>>> undefined columns selected
>>>
>>>
>>> I would really appreciate if anyone could provide advice on how to
>>> correct this error. I am using the plspm packag...