Other packages > Find by keyword >

nlrx  

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("nlrx", "0.4.5")



Attach the package and use:
library("nlrx")
Maintained by
Sebastian Hanss
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2019-03-18
Latest Update: 2023-05-16
Description:
Setup, run and analyze 'NetLogo' () model simulations in 'R'. 'nlrx' experiments use a similar structure as 'NetLogos' Behavior Space experiments. However, 'nlrx' offers more flexibility and additional tools for running and analyzing complex simulation designs and sensitivity analyses. The user defines all information that is needed in an intuitive framework, using class objects. Experiments are submitted from 'R' to 'NetLogo' via 'XML' files that are dynamically written, based on specifications defined by the user. By nesting model calls in future environments, large simulation design with many runs can be executed in parallel. This also enables simulating 'NetLogo' experiments on remote high performance computing machines. In order to use this package, 'Java' and 'NetLogo' (>= 5.3.1) need to be available on the executing system.
How to cite:
Sebastian Hanss (2019). nlrx: Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'. R package version 0.4.5, https://cran.r-project.org/web/packages/nlrx. Accessed 27 Jan. 2025.
Previous versions and publish date:
0.1.0 (2019-03-18 17:50), 0.2.0 (2019-03-28 15:20), 0.3.0 (2019-09-26 14:50), 0.4.0 (2019-12-03 13:20), 0.4.1 (2020-02-07 10:40), 0.4.2 (2020-11-14 01:00), 0.4.3 (2021-09-20 20:50), 0.4.4 (2023-05-16 16:40)
Other packages that cited nlrx R package
View nlrx citation profile
Other R packages that nlrx depends, imports, suggests or enhances
Complete documentation for nlrx
Functions, R codes and Examples using the nlrx R package
Some associated functions: analyze_eFast . analyze_ff . analyze_lhs . analyze_morris . analyze_nl . analyze_simple . analyze_sobol . analyze_sobol2007 . analyze_soboljansen . check_netlogo_version . download_netlogo . eval_simoutput . eval_variables_constants . experiment . export_nl . getexp . getnl . getsim . import_nl . init-classes . nl . nl_distinct . nl_eFast . nl_ff . nl_gensa . nl_lhs . nl_morris . nl_simple . nl_sobol . nl_sobol2007 . nl_soboljansen . nl_spatial . nl_to_graph . nl_to_points . nl_to_raster . nldoc . nldoc_find_procedure_calls . nldoc_network . nldoc_parse_modelcode . nldoc_read_nlogo . nldoc_table_bs . nldoc_table_gui . nldoc_write_nldoc . nlrx-package . pipe . print.nl . report_model_parameters . run_nl_all . run_nl_dyn . run_nl_one . setexp . setnl . setsim . simdesign . simdesign_ABCmcmc_Marjoram . simdesign_ABCmcmc_Marjoram_original . simdesign_ABCmcmc_Wegmann . simdesign_GenAlg . simdesign_GenSA . simdesign_distinct . simdesign_eFast . simdesign_ff . simdesign_lhs . simdesign_morris . simdesign_simple . simdesign_sobol . simdesign_sobol2007 . simdesign_soboljansen . supported_netlogo_versions . test_nlrx . unnest_simoutput . util_call_nl . util_cleanup . util_create_agentset_reporter . util_create_lhs . util_create_sim_XML . util_eval_constants . util_eval_experiment . util_eval_simdesign . util_eval_variables . util_eval_variables_distinct . util_eval_variables_ff . util_eval_variables_op . util_eval_variables_sa . util_gather_results . util_generate_seeds . util_get_os . util_print.experiment . util_print.nl . util_print.simdesign . util_print.summary . util_read_write_batch . util_run_nl_dyn_ABCmcmc . util_run_nl_dyn_GenAlg . util_run_nl_dyn_GenAlg_fn . util_run_nl_dyn_GenSA . util_run_nl_dyn_GenSA_fn . write_simoutput . 
Some associated R codes: analyze_nl.R . class_constr.R . class_init.R . class_setget.R . download_netlogo.R . eval_simoutput.R . eval_variables_constants.R . export_nl.R . import_nl.R . nl_to_graph.R . nl_to_points.R . nl_to_raster.R . nldoc.R . nldoc_find_procedure_calls.R . nldoc_network.R . nldoc_parse_modelcode.R . nldoc_read_nlogo.R . nldoc_table_bs.R . nldoc_table_gui.R . nldoc_write_nldoc.R . nlrx-package.R . print_nl.R . report_model_parameters.R . run_nl.R . sample_data.R . simdesign_helper.R . test_nlrx.R . unnest_simoutput.R . util_eval.R . util_runnl.R . util_runnl_dyn.R . util_stuff.R . utils-pipe.R . write_simoutput.R . zzz.R .  Full nlrx 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

intccr  
Semiparametric Competing Risks Regression under Interval Censoring
Semiparametric regression models on the cumulative incidence function for interval-censored competin ...
Download / Learn more Package Citations See dependency  
shinybrms  
Graphical User Interface ('shiny' App) for 'brms'
A graphical user interface (GUI) for fitting Bayesian regression models using the package 'brms' wh ...
Download / Learn more Package Citations See dependency  
AssetCorr  
Estimating Asset Correlations from Default Data
Functions for the estimation of intra- and inter-cohort correlations in the Vasicek credit portfolio ...
Download / Learn more Package Citations See dependency  
mgm  
Estimating Time-Varying k-Order Mixed Graphical Models
Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net re ...
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  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,561

Publication Badges

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