search for: param_array

Displaying 2 results from an estimated 2 matches for "param_array".

Did you mean: kparam_array
2008 May 28
1
Search&replace string?
...ould like to create a lot of different version of Config_file from my Base file so with this method it takes a long time and i'm sure i can improve it. (For example for 85 differents files I have to wait 10min...) My dream would be a function like this one : Function <- function(Base_file, Param_array, Value_array) { file.copy(Base_file, Config_file) ... for (i in length(Param_array) { Search&Replace(Config_file, "Param_array[i] = something", "Param_array[i] = Vallue_array[i]") } ... } I hope I have been clear enough. If not, don't he...
2007 Nov 26
1
Preserving output of MCMC iterations
Dear colleagues, I'm an epidemiologist with no background in programming and just started using R a few weeks ago. I am working on the epidemiology of African sleeping sickness, and am trying to use R to perform a Monte Carlo Markov Chain analysis to estimate three unknown parameters within a model of African sleeping sickness case detection that is mainly informed by actual field programme