Description Usage Arguments Value Author(s) Examples
View source: R/Isobole_populationIsoboles.R
Run population isoboles simulation
1 2 3 4 5 6 7 8 9 10 11 12 13 | runPopulationIsoboles(
Npop,
Nsubj,
objectiveValue,
objectiveFunction,
sampleIndividuals,
argsSampleIndividuals,
gridInfo = list(AMTx1Max = 1000, AMTx2Max = 1000, offset = 0),
itermin = 4,
itermax = 5,
FLAGverbose = FALSE,
.outputFolder = "."
)
|
Npop |
Number of populations |
Nsubj |
Number of subjects per population |
objectiveValue |
Target value |
objectiveFunction |
Function to calculate target value. Needs to be function(AMTx1, AMTx2, parsIndiv),
where AMTx1, AMTx2 are numeric vectors and parsIndiv is the output of the supplied function |
sampleIndividuals |
Function to sample individual parameters |
argsSampleIndividuals |
List of arguments for |
gridInfo |
A list(AMTx1Max, AMTx2Max,offset), specifying the searched grid dimensions |
itermin, itermax |
Number of iterations for fastIsoboles algorithm |
FLAGverbose |
print messages to console? |
.outputFolder |
Path to store results in |
Nothing, all results are written to disc
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
1 2 3 4 5 | ## Not run:
# See examples in inst/examples/Example-01/01-RunExample.R
# See examples in inst/examples/Example-02/01-RunExample.R
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.