seminr icon indicating copy to clipboard operation
seminr copied to clipboard

Natural feeling domain-specific language for building structural equation models in R for estimation by covariance-based methods (like LISREL/Lavaan) or partial least squares (like SmartPLS)

Results 71 seminr issues
Sort by recently updated
recently updated
newest added

[from user email request] "I have a quick question about getting p-values for the structural paths in the bootstrap summary report. In the example shown in your SEMinR document, on...

new feature

I use the "save_plot" syntax to save the model plot. It seems like the "lambda" (loadings) symbol cannot be properly rendered. I attached two examples. One is in PNG form...

bug

In man/csem2seminr.Rd line 20, there is missing comment character ('#') just before 'Composite model'. The old parser in lavaan simply ignores this line (with a warning), but the new parser...

bug
documentation

Well, this is a simple issue that I never had. While using this code for a moderated mediation model: # measurement model mm = constructs( composite("E_INT", multi_items("EI", 1:6)), composite("M_LEARN", multi_items("ML",...

I'm doing modeling, but I can't use the estimate_pls function, it returns an error. in `data[, all_loc_non_int_items(measurement_model)]`: Can't subset columns with `all_loc_non_int_items(measurement_model)`. Subscript `all_loc_non_int_items(measurement_model)` must be a simple vector, not...

When I try to run this function: `PPower_Emotional

bug

Hi, community, I trying to create the next measure model, however, I have noticed that when I include the "ATENCION" factor where I want to select particular items (1,3,4), and...

Hola, me sale el siguiente mensaje Generating the seminr model Error in first_stage$construct_scores[, moderator] : subscript out of bounds

I would like to check the `htmt` by using bootstrap confidence intervals When `nboot` is set to a larger number, e.g. 1000, the following error occured ``` Error in if...

would deeply appreciate it, if the maintainers consider merging my pull request. this is my first work on R packaging, so if I messed up the vignettes, I'm happy to...