Displaying 2 results from an estimated 2 matches for "tpb_path".
Did you mean:
mp_path
2017 Jun 11
3
plspm package error in data frame
...tive Norm" = c(0, 0, 1, 0, 0, 0, 0, 0)
> "Control Beliefs" = c(1, 0, 1, 0, 0, 0, 0, 0)
> "Perceived Behavioural Control" = c(0, 0, 0, 0, 1, 0, 0, 0)
> "Intention" = c(0, 1, 0, 1, 0, 1, 0, 0)
> "Behaviour" = c(0, 0, 0, 0, 0, 0, 1, 0)
> TPB_path = rbind(`Behavioural Beliefs`, Attitude, `Normative Beliefs`, `Subjective Norm`, `Control Beliefs`, `Perceived Behavioural Control`, Intention, Behaviour)
> colnames(TPB_path) = rownames(TPB_path)
> innerplot(TPB_path, box.size = 0.1)
Then I attempted to set up the pls model using the foll...
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 Sinasac escreveu:
> Hello Rui,
> I must have missed that line when I copied and pasted my code.
> Behavioural...