Re: [R] paran package - error message

2020-08-26 Thread Rui Barradas
Hello, Inline. Às 09:00 de 26/08/20, PIKAL Petr escreveu: Hi IS is data frame so it is not numeric. try str(IS) to see structure of your data. maybe just mat.IS <- as.matrix(IS) gives you desired result, but it depends on (undisclosed) IS structure BTW, do not use html formatting, it is us

Re: [R] paran package - error message

2020-08-26 Thread Lee, Deborah
Thank you very much. I appreciate your help! Deborah D. Lee, PhD Associate Director of Student Affairs Research and Assessment The Pennsylvania State University 105 White Building University Park, PA 16802 (814) 863-9609 -Original Message- From: PIKAL Petr Sent: Wednesday, August 26,

Re: [R] paran package - error message

2020-08-26 Thread PIKAL Petr
Hi IS is data frame so it is not numeric. try str(IS) to see structure of your data. maybe just mat.IS <- as.matrix(IS) gives you desired result, but it depends on (undisclosed) IS structure BTW, do not use html formatting, it is useless in this list BTW2, you should spend at least few minute