Displaying 1 result from an estimated 1 matches for "mcvrerm".
2012 Feb 18
3
foreach %do% and %dopar%
...ript does
everyting
#Before you suggest making it a function, let me say I CAN'T.
#This script is about 3000 lines long, and connects to several other
scripts (8), each about 300-500 lines long.
#pathglobal is a string variable pointing to the working directory, ej.
~/Documents/Valuation/
MCVRERM[simx] <- sum(CIFERRN) #This is my response variable 1
MCVRWKM[simx] <- WKMTWKZ[12] #This is my response variable 2
MCVRFNM[simx] <- sum(FNMSDE) #This is my response variable 3
#The response variables come from another script which is call within
Valuation.R
}
As I said, the above cod...