Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

PLSSEM error message

Hi,

Thank you for your great efforts for updating JASP so quickly.

I downloaded the JASP 0.95.4 and am not sure that this is a bug or my own problem?

I am using PLSSEM for data analysis, my data is as the attached (Data for project by pls.csv). I got the following errors when trying to use bootstrapping. Please see the configuration and erroe screens. I also posted the codes created by JASP. Thanks for your help.

Best regards,

KM


Codes generated by JASP

jaspSem::PLSSEM(

data = NULL,

version = "0.95",

additionalFitMeasures = TRUE,

errorCalculationMethod = "bootstrap",

innerWeightingScheme = "centroid",

models = list(list(name = "Model", syntax = list(columns = list("JaspColumn_0_Encoded", "JaspColumn_3_Encoded", "JaspColumn_6_Encoded", "JaspColumn_9_Encoded", "JaspColumn_12_Encoded", "JaspColumn_15_Encoded", "JaspColumn_18_Encoded", "JaspColumn_21_Encoded", "JaspColumn_24_Encoded", "JaspColumn_27_Encoded", "JaspColumn_30_Encoded", "JaspColumn_33_Encoded"), model = "LD ~ LA + LB + LC

LA =~ JaspColumn_0_Encoded + JaspColumn_3_Encoded + JaspColumn_6_Encoded

LB =~ JaspColumn_9_Encoded + JaspColumn_12_Encoded + JaspColumn_15_Encoded

LC =~ JaspColumn_18_Encoded + JaspColumn_21_Encoded + JaspColumn_24_Encoded

LD =~ JaspColumn_27_Encoded + JaspColumn_30_Encoded + JaspColumn_33_Encoded", modelOriginal = "LD ~ LA + LB + LC

LA =~ A1 + A2 + A3

LB =~ B1 + B2 + B3

LC =~ C1 + C2 + C3

LD =~ D1 + D2 + D3", optionKey = "value", prefixedColumns = list(data. = list()), types = list("scale", "scale", "scale", "scale", "scale", "scale", "scale", "scale", "scale", "scale", "scale", "scale"), value = list("A1", "A2", "A3", "B1", "B2", "B3", "C1", "C2", "C3", "D1", "D2", "D3")))),

observedConstructCorrelation = TRUE,

rSquared = TRUE,

reliabilityMeasures = TRUE)

Comments

  • For me it runs fine with version 0.95.4



  • Thanks @patc3

    I ran it again and this time it's fine without any error messages. I am not sure what's the problem last ime when this error happened. But anyway, really appreciate your kind help.

    Best regards,

    KM

Sign In or Register to comment.