When I use gimme R package (version 0.7-13) in R version 4.3.1 on Windows 10. I always get an error.
The error message I receive is as follows:fit<-gimmeSEM (
data = data.list,
out = "./result/Data1",
sep = ",", ar = TRUE, plot = F, subgroup=T, )
"Error in x$lhs : $ operator is invalid for atomic vectors"
In addition to the examples in the gimme package, this error occurs when applying my own data or simulated data. My data format is the same as in the example. I ran the test on two computers, and both returned the same error.
Thanks