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 03 May. 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
04/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/01Downloads for poems024681012141618TrendBars

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
sift  
Intelligently Peruse Data
Facilitate extraction of key information from common datasets. ...
Download / Learn more Package Citations See dependency  
ENMTools  
Analysis of Niche Evolution using Niche and Distribution Models
Constructing niche models and analyzing patterns of niche evolution. Acts as an interface for many ...
Download / Learn more Package Citations See dependency  
cleanNLP  
A Tidy Data Model for Natural Language Processing
Provides a set of fast tools for converting a textual corpus into a set of normalized tables. Users ...
Download / Learn more Package Citations See dependency  
hdme  
High-Dimensional Regression with Measurement Error
Penalized regression for generalized linear models for measurement error problems (aka. errors-in-v ...
Download / Learn more Package Citations See dependency  
scModels  
Fitting Discrete Distribution Models to Count Data
Provides functions for fitting discrete distribution models to count data. Included are the Poisson ...
Download / Learn more Package Citations See dependency  

24,187

R Packages

207,311

Dependencies

65,312

Author Associations

24,143

Publication Badges

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