search for: numrep

Displaying 4 results from an estimated 4 matches for "numrep".

Did you mean: numres
2010 Jan 13
2
Simulation numbers from a probability table
Dear friends, If I have a table like this, first row A B C D ... are different levels of the variable, first column 0 1 2 4 ... are the levels of the "numbers", the numbers inside the table are the probabilities of the "number" occuring. A B C D ... 0 0.2 0.3 0.1 0.05 1 0.1 0.1 0.2 0.2 2 0.02 0.2 0 0.1 4 0.3 0.01 0.01
2011 Mar 05
0
extractModelParameters HELP!!!
...d referencing the est. column: CurrentDir = paste("D:/Dissertation/Mplus_Output_2Class_LGMM/",a,"-",b,"-",c,"-",d,"-",e,"-",f, sep="") modelResults <- extractModelParameters(CurrentDir, recursive=FALSE, dropDimensions=TRUE) numReps = length(list.files(CurrentDir, pattern="*.out")) after the above code is executed, 'modelResults' has all the data from the out files as different elements of the returned list. I'm accessing est. column from each element in the following way: for (g in 1:numReps) MeansT...
2006 Mar 29
0
R for Windows crash on new laptop
...ning Windows XP Pro SP2, 866 MHz Pentium III processor, 512 MB of RAM). Any suggestions would be greatly appreciated. ############################################################################ #ArchI_burnin_NOdensdep-mod.R# habitats <- 1 carrycap <- 7500 stages <- 5 rland <- NULL numreps <- 2 numsteps <- 50 stepsize <- 100 runlength <- numsteps*stepsize rland <- new.landscape.empty() rland <- new.intparam.land(rland, h = habitats, s = stages, totgen = runlength) rland <- new.switchparam.land(rland, mp = 1) rland <- new.floatparam.land(rland) #life histo...
2006 Mar 29
0
R for Windows crash on new laptop - corrected script
...s would be greatly appreciated. >> >> ########################################################################## >> ## >> #ArchI_burnin_NOdensdep-mod.R# >> >> habitats <- 1 >> carrycap <- 7500 >> stages <- 5 >> rland <- NULL >> numreps <- 2 >> numsteps <- 50 >> stepsize <- 100 >> runlength <- numsteps*stepsize >> >> rland <- new.landscape.empty() >> rland <- new.intparam.land(rland, h = habitats, s = stages, totgen = >> runlength) >> rland <- new.switchparam.l...