Learn R Programming

⚠️There's a newer version (2.0) of this package.Take me there.

abcrf (version 1.9)

Approximate Bayesian Computation via Random Forests

Description

Performs Approximate Bayesian Computation (ABC) model choice and parameter inference via random forests. Pudlo P., Marin J.-M., Estoup A., Cornuet J.-M., Gautier M. and Robert C. P. (2016) . Estoup A., Raynal L., Verdu P. and Marin J.-M. . Raynal L., Marin J.-M., Pudlo P., Ribatet M., Robert C. P. and Estoup A. (2019) .

Copy Link

Version

Install

install.packages('abcrf')

Monthly Downloads

584

Version

1.9

License

GPL (>= 2)

Maintainer

JeanMichel Marin

Last Published

August 9th, 2022

Functions in abcrf (1.9)

densityPlot

Plot the posterior density given a new summary statistic
err.abcrf

Calculate and plot for different numbers of tree, the out-of-bag errors associated with an ABC-RF object
predict.regAbcrf

Predict posterior expectation, median, variance and quantiles given a new dataset using a reg-ABC-RF object
predictOOB

Predict out-of-bag posterior expectation, median, variance, quantiles and error measures using a reg-ABC-RF object
err.regAbcrf

Calculate and plot for different numbers of tree, the out-of-bag mean squared errors associated with a REG-ABC-RF object
plot.regAbcrf

Plot of a reg-ABC-RF object
covRegAbcrf

Predict posterior covariance between two parameters for new data using two reg-ABC-RF objects
abcrf

Create an ABC-RF object: a classification random forest from a reference table towards performing an ABC model choice
snp

A simulated example in population genetics
variableImpPlot

Variable importance plot from a random forest
predict.abcrf

Predict and evaluate the posterior probability of the MAP for new data using an ABC-RF object
readRefTable

Read a reference table simulated from DIYABC
regAbcrf

Create a reg-ABC-RF object: a regression random forest from a reference table aimed out predicting posterior expectation, variance and quantiles for a parameter
plot.abcrf

Plot of an ABC-RF object