search for: schnum

Displaying 1 result from an estimated 1 matches for "schnum".

Did you mean: srchnum
2004 Nov 17
1
"Impossible to run" error message when using Sweave
...ool that plots some of the student achievement scores. Essentially, the aim is to develop a custom report for each school. To accomplish this, I have code for a loop that gets sourced into R and then Sweaves the multiple files to create the individual school reports. Here is the code for the loop schnum.list <- as.vector(unique(cmu$schid)) for(current.school in schnum.list) { school.df <- subset(cmu, cmu$schid==current.school) school.grades <- as.vector(unique(school.df$grade)) sname <- paste(paste("read", current.school, sep=""),"Rnw",se...