search for: outermodel

Displaying 2 results from an estimated 2 matches for "outermodel".

Did you mean: othermodel
2017 Jun 11
3
plspm package error in data frame
...e 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 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): E...
2017 Jun 12
0
plspm package error in data frame
...wnames(TPB_path) >>> >>> >>>> innerplot(TPB_path, 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...