Last answered:

13 Apr 2020

Posted on:

12 Apr 2020

0

R programming

Code- library(pysch)
library(pastecs) magn <- read.csv("dependent-samples.csv")
magn
describe(magn)   error- describe(magn)
Error in describe(magn) : could not find function "describe"
1 answers ( 0 marked as helpful)
Instructor
Posted on:

13 Apr 2020

0
Hi Viraj,  there seems to be a typo in your code, the second library is called 'psych' and not 'pysch'   Best,  Eli

Submit an answer