a data frame or a matrix containing the summary statistics of the observed data sets.
ntree
number of trees to grow in the regression forest, by default 1,000 trees.
sampsize
size of the sample from the reference table to grow a tree
of the forest, by default the minimum between the number of elements of the reference table and 100,000.
paral
a boolean that indicates if the calculations of the regression random forest
(forest that returns the posterior probability of the selected model) should be parallelized.
If yes, the number of CPU cores minus 1 is used.
...
additional arguments to be passed on to randomForest used to construct
the regression random forest that estimates the posterior probability of the selected model.
Value
An object of class abcrfpredict, which is a list with the
following components:
allocationindexes of the selected model for each observed data set,
votevotes for each observed dataset,
post.probABC-RF approximations of the posterior probability of the selected model for each observed dataset.
References
Pudlo, P., Marin, J.-M., Estoup, A., Cornuet, J.-M., Gautier, M. & Robert,
C. P. (2015).
Reliable ABC model choice via random forests. Bioinformatics.
http://bioinformatics.oxfordjournals.org/content/early/2015/12/23/bioinformatics.btv684