plspm icon indicating copy to clipboard operation
plspm copied to clipboard

R package plspm

Results 20 plspm issues
Sort by recently updated
recently updated
newest added

Hi, When I used plspm to build a model for the microbiome, I met this problem, ``` Error in if (w_dif < specs$tol || iter == specs$maxiter) break : missing...

Dear @gastonstat, As far as I was able to check, neither plspm nor any of the other PLS SEM packages currently available in R is able to perform Weighted PLS...

I encounter this error while running the pls.groups command: ``` Error in if (w_dif < specs$tol || iter == specs$maxiter) break : missing value where TRUE/FALSE needed ``` I have...

Dear Gaston et al., I am running a bootstrap analysis on my model, which runs fine without bootstrapping. There are no NAs in my data. But, when bootstrapping, I receive...

Dear Gaston et al., When I ran this Package to compare the path-coefficients of two different groups, I found plspm.groups command could not be used in ordinal data(default setting is...

version: 78810865a29fae600e5518615ba26f2df5c93747 I ran into a bug when using models that include missing values in the input data. The bug only appears when `boot.val = T`, so I looked into...

In get_locals_test.r, line 101, it said: ``` X.g2 = get_data_scaled(X[samg1,], scaled) ``` it made X.g2 is same as X.g1. Thus in the section of ...$loadings and ...$gof in the output...

The CRAN repository lists this package under GPL-3 license, which requires the text of the license to be included in any distribution, including this Github repository. Please include the file...

Hello Dr. Sanchez, I have recently come across your R package (and the corresponding book) for conducting PLS-PM, which I have found very helpful. However, having trouble getting a model...