Skip to content
Prev 385433 / 398506 Next

paran package - error message

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 <petr.pikal at precheza.cz> 
Sent: Wednesday, August 26, 2020 4:01 AM
To: Lee, Deborah <dzl147 at psu.edu>; r-help at r-project.org
Subject: RE: paran package - error message

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 minutes to read basic docs, kindly
offered by R-core in doc directory, especially R-intro which gives you quick
info about objects and their properties.

BTW3, your read.table is lacking header and sep and maybe dec specification
so I doubt it reads your data properly.

Cheers
Petr
analysis.
name. Is
(FYI: