Other packages > Find by keyword >

poems  

Pattern-Oriented Ensemble Modeling System
View on CRAN: Click here


Download and install poems package within the R console
Install from CRAN:
install.packages("poems")

Install from Github:
library("remotes")
install_github("cran/poems")

Install by package version:
library("remotes")
install_version("poems", "1.1.0")



Attach the package and use:
library("poems")
Maintained by
Sean Haythorne
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-03-29
Latest Update: 2023-12-20
Description:
A framework of interoperable R6 classes (Chang, 2020, ) for building ensembles of viable models via the pattern-oriented modeling (POM) approach (Grimm et al., 2005, ). The package includes classes for encapsulating and generating model parameters, and managing the POM workflow. The workflow includes: model setup; generating model parameters via Latin hyper-cube sampling (Iman & Conover, 1980, ); running multiple sampled model simulations; collating summary results; and validating and selecting an ensemble of models that best match known patterns. By default, model validation and selection utilizes an approximate Bayesian computation (ABC) approach (Beaumont et al., 2002, ), although alternative user-defined functionality could be employed. The package includes a spatially explicit demographic population model simulation engine, which incorporates default functionality for density dependence, correlated environmental stochasticity, stage-based transitions, and distance-based dispersal. The user may customize the simulator by defining functionality for translocations, harvesting, mortality, and other processes, as well as defining the sequence order for the simulator processes. The framework could also be adapted for use with other model simulators by utilizing its extendable (inheritable) base classes.
How to cite:
Sean Haythorne (2021). poems: Pattern-Oriented Ensemble Modeling System. R package version 1.1.0, https://cran.r-project.org/web/packages/poems
Previous versions and publish date:
1.0.1 (2021-03-29 17:50), 1.0.2 (2022-01-17 09:32), 1.0.4 (2022-09-30 12:10), 1.1.0 (2023-10-07 08:20)
Other packages that cited poems R package
View poems citation profile
Other R packages that poems depends, imports, suggests or enhances
Functions, R codes and Examples using the poems R package
Some associated functions: DispersalFriction . DispersalGenerator . DispersalTemplate . GenerativeTemplate . Generator . GenericClass . GenericManager . GenericModel . LatinHypercubeSampler . ModelSimulator . PopulationModel . PopulationResults . Region . ResultsManager . SimulationManager . SimulationModel . SimulationResults . SimulatorReference . SpatialCorrelation . SpatialModel . Validator . poems . population_density . population_dispersal . population_env_stoch . population_results . population_simulator . population_transformation . population_transitions . tasmania_ibra_data . tasmania_ibra_raster . tasmania_raster . thylacine_bounty_record . thylacine_example_matrices . thylacine_example_matrices_rerun . thylacine_example_metrics . thylacine_example_metrics_rerun . thylacine_hs_raster . 
Some associated R codes: DispersalFriction.R . DispersalGenerator.R . DispersalTemplate.R . GenerativeTemplate.R . Generator.R . GenericClass.R . GenericManager.R . GenericModel.R . LatinHypercubeSampler.R . ModelSimulator.R . PopulationModel.R . PopulationResults.R . Region.R . ResultsManager.R . SimulationManager.R . SimulationModel.R . SimulationResults.R . SimulatorReference.R . SpatialCorrelation.R . SpatialModel.R . Validator.R . data.R . poems.R . population_density.R . population_dispersal.R . population_env_stoch.R . population_results.R . population_simulator.R . population_transformation.R . population_transitions.R .  Full poems package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

steepness  
Testing Steepness of Dominance Hierarchies
The steepness package computes steepness as a property of dominance hierarchies. Steepness is define ...
Download / Learn more Package Citations See dependency  
ftaproxim  
Fault Tree Analysis Based on Proxel Simulation
Calculation and plotting of instantaneous unavailabilities of basic events along with the top event ...
Download / Learn more Package Citations See dependency  
mistral  
Methods in Structural Reliability
Various reliability analysis methods for rare event inference (computing failure probability and qua ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
critpath  
Setting the Critical Path in Project Management
Solving the problem of project management using CPM (Critical Path Method), PERT (Program Evaluation ...
Download / Learn more Package Citations See dependency  
rdbnomics  
Download DBnomics Data
R access to hundreds of millions data series from DBnomics API (). ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns