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”
Hi Viraj,
there seems to be a typo in your code, the second library is called ‘psych’ and not ‘pysch’
Best,
Eli
Ohh! Thanks alot