search for: 753154

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

Did you mean: 753104
2012 Nov 28
1
generating sets of parameters, when some parameters are vectors
Hello, I'm trying to generate N lists of randomly selected parameter values. Some of the parameters are vectors while other are single values. I've tried to use the approach below but it doesn't work for parameter x, which should be a vector. Thanks in advance! James #Define names of parameters in the list, parms<- list( x=c(0,0), y=0) #Create N sets of randomly selected