Hello
Please show the code you are using to read the xlsx file and also the code that throws the error.
please find it attached. thank you very much
R cannot find an object named y1. Judging from the image in your first post, y1 a column in a data frame, perhaps in myData. If it is, you need to also provide the name of the data frame containing y1. Try something like
myData$alpha_1 <- myData$y1
now it worked (and I understood your explanation). Thank you very much.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.