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.3.2")



Attach the package and use:
library("poems")
Maintained by
July Pilowsky
[Scholar Profile | Author Map]
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:
July Pilowsky (2021). poems: Pattern-Oriented Ensemble Modeling System. R package version 1.3.2, https://cran.r-project.org/web/packages/poems. Accessed 08 Apr. 2025.
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), 1.3.1 (2024-09-19 22:40)
Other packages that cited poems R package
View poems citation profile
Other R packages that poems depends, imports, suggests or enhances
Complete documentation for poems
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
03/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/3003/3104/0104/0204/0304/0404/0504/06Downloads for poems02468101214161820TrendBars

Today's Hot Picks in Authors and Packages

icr  
Compute Krippendorff's Alpha
Provides functions to compute and plot Krippendorff's inter-coder reliability coefficient alpha and ...
Download / Learn more Package Citations See dependency  
sybil  
Efficient Constrained Based Modelling
This Systems Biology Package Gelius-Dietrich et. al. 2012 doi10.11861752-0509-7-125 implements algor ...
Download / Learn more Package Citations See dependency  
seasonalclumped  
Toolbox for Clumped Isotope Seasonality Reconstructions
Compiles a set of functions and dummy data that simplify reconstructions of seasonal temperature va ...
Download / Learn more Package Citations See dependency  
dave  
Functions for "Data Analysis in Vegetation Ecology"
A collection of functions accompanying the book "Data Analysis in Vegetation Ecology". 3rd ed. CABI, ...
Download / Learn more Package Citations See dependency  
ssc  
Semi-Supervised Classification Methods
Provides a collection of self-labeled techniques for semi-supervised classification. In semi-superv ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA