Displaying 1 result from an estimated 1 matches for "un2010".
Did you mean:
u2010
2011 Apr 18
0
error message while running IRT model
I have been struggling with the same problem for the past few hours and am
desperately in need of some help. The code I am running is as follows:
## opening a data set on the desktop
setwd("C:/Users/haillie/Desktop")
UN2010<- read.csv("UN2010.csv",header=TRUE)
##calling libraries
library(reshape)
library(car)
## these are the variables I want to recode
colname <- names(UN2010)
## this applies the recode functionto all the variable I want to recode
UN2010[colname] <-
lapply(UN2010[colname],...