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"
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)
Hi Viraj,
there seems to be a typo in your code, the second library is called 'psych' and not 'pysch'
Best,
Eli