Displaying 2 results from an estimated 2 matches for "tpbdata".
Did you mean:
tbdata
2017 Jun 12
0
plspm package error in data frame
Hello,
Please allways cc the list, don't answer just to me.
Now I'm getting a different error. I had noticed that you have no
reference to 'TPBDATA' before the call to plspm but I forgot to mention
it in my first e-mail.
TPB_pls1 = plspm(TPBDATA, TPB_path, TPB_blocks, modes = TPB_modes)
Error in is_tabular(x) : object 'TPBDATA' not found
So we need to know what 'TPBDATA' is.
Rui Barradas
Em 12-06-2017 00:19, Sarah Sin...
2017 Jun 11
3
plspm package error in data frame
...th, box.size = 0.1)
Then I attempted to set up the pls model using the following code (as
directed by the textbook and the r help function):
> #outermodel
> TPB_blocks = list(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 a...