powered by
Random starts with m variables
rstart(m, nvars, quad = FALSE, numrs = 1)
order of interaction to include.
number of varialbes that could be included in the interaction.
whether to include quadratic terms or not.
number of random starts to compute.
A matrix of random starts by row
# NOT RUN { rstart(2,5,quad=FALSE,numrs=3) #doesn't include quadratic terms rstart(2,5,quad=TRUE,numrs=3) #does include quadratic terms # }
Run the code above in your browser using DataLab