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



Attach the package and use:
library("poems")
Maintained by
July Pilowsky
[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:
July Pilowsky (2021). poems: Pattern-Oriented Ensemble Modeling System. R package version 1.3.1, https://cran.r-project.org/web/packages/poems. Accessed 22 Dec. 2024.
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

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  
tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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