what should be reason? I have already checked format of variance (variable name jem) and it is numeric there is not missing values and etc. I tried: 1) changing format as in excel as in r; 2) using different variable for testing, result is same; 3) excluded variable from formula; 4) updated r studio and sae package.
I think we need to see all of your code and some sample data. See FAQ Asking Questions
A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```
an getting error "Error in I * psi[, 1] : non-numeric argument to binary operator"
then I renamed variables and datasets as it was in example in FH emdi package but result is same. dataset I have uploade on my drive varidz.xls - Google Sheets
I have not any idea why I am not able to view results of mentioned syntaxes
I think we need to see some sample data.
A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here between
```
I wrote dput(head(varidze, 100)) and then dput(output). console does not show me all output as it larger than console. Do we have another way to solve problem? Could you run syntax?, I have provided data via my google drive?
If you can supply a link to the data on your google drive that would be great. Otherwise you could put it on somethng like Dropbox or mediafire and give us a link.
Sorry to take so long to get back to you. I was busier that I expected and then this took a bit more time than I had expected . I think that at least you are running into colinearity issues. After that I am not sure.
I have identified 7 variables that seem to be causing problems but which variables they are in conflict with, I am not sure.
I separated data file for two and named same as it was in the example of syntax, after that I ran and it works. maybe syntax uses variables from origin tables.