Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: error message when trying to perform LGCM in JASP #1774

Closed
jstamos84 opened this issue Jul 15, 2022 · 2 comments
Closed

Bug: error message when trying to perform LGCM in JASP #1774

jstamos84 opened this issue Jul 15, 2022 · 2 comments
Assignees
Labels
Bug: High Bugs that are negatively affecting the area of the program, but don't need immediate fix. Module: jaspSem

Comments

@jstamos84
Copy link

I was trying to perform LGCM in Jasp. When I tried to add factors I got the following error message.

This analysis terminated unexpectedly.

Error in data.frame(..., check.names = FALSE): arguments imply differing number of rows: 60, 53

Stack trace
tryCatchOne(expr, names, parentenv, handlers[[1]])

doTryCatch(return(expr), name, parentenv, handler)

withCallingHandlers(expr = analysis(jaspResults = jaspResults, dataset = dataset, options = options), error = .addStackTrace)

analysis(jaspResults = jaspResults, dataset = dataset, options = options)

LatentGrowthCurve(...)

.lgcmEnrichData(dataset, options)

cbind(dataset, mm)

cbind(deparse.level, ...)

data.frame(..., check.names = FALSE)

stop(gettextf('arguments imply differing number of rows: %s', paste(unique(nrows), collapse = ', ')), domain = NA)

To receive assistance with this problem, please report the message above at: https://jasp-stats.org/bug-reports

@Kucharssim Kucharssim transferred this issue from jasp-stats/jaspLearnStats Jul 18, 2022
@juliuspfadt juliuspfadt changed the title I Had an error message when trying to perform LGCM in JASP Bug: error message when trying to perform LGCM in JASP Jul 19, 2022
@juliuspfadt
Copy link
Contributor

Hi @jstamos84, thanks for reporting this. If possible, could you upload a .jasp file (zipped) that leads to the error? Or alternatively, the data set?

@tomtomme
Copy link
Member

tomtomme commented Feb 1, 2024

@areeq1
This seems to be a duplicate or at least closely related to #2510
Lets discuss there, if you can still replicate or get different error messages with current jasp, please post them in 2510
Feel free to reopen, if this is a different issue!
Whatever it is, we sure need more help in testing LGCM!

related issues
#2212
#2076
#2032
#2002
#1774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug: High Bugs that are negatively affecting the area of the program, but don't need immediate fix. Module: jaspSem
Projects
None yet
Development

No branches or pull requests

4 participants