Other packages > Find by keyword >

nlist  

Lists of Numeric Atomic Objects
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("nlist", "0.3.3")



Attach the package and use:
library("nlist")
Maintained by
Joe Thorley
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-01-24
Latest Update: 2021-09-02
Description:
Create and manipulate numeric list ('nlist') objects. An 'nlist' is an S3 list of uniquely named numeric objects. An numeric object is an integer or double vector, matrix or array. An 'nlists' object is a S3 class list of 'nlist' objects with the same names, dimensionalities and typeofs. Numeric list objects are of interest because they are the raw data inputs for analytic engines such as 'JAGS', 'STAN' and 'TMB'. Numeric lists objects, which are useful for storing multiple realizations of of simulated data sets, can be converted to coda::mcmc and coda::mcmc.list objects.
How to cite:
Joe Thorley (2020). nlist: Lists of Numeric Atomic Objects. R package version 0.3.3, https://cran.r-project.org/web/packages/nlist. Accessed 22 Dec. 2024.
Previous versions and publish date:
0.1.0 (2020-01-24 18:00), 0.1.1 (2020-06-18 21:00), 0.2.0 (2020-06-25 22:20), 0.3.0 (2020-09-25 22:00), 0.3.1 (2021-02-06 23:00), 0.3.2 (2021-08-05 06:20)
Other packages that cited nlist R package
View nlist citation profile
Other R packages that nlist depends, imports, suggests or enhances
Complete documentation for nlist
Functions, R codes and Examples using the nlist R package
Some associated functions: aggregate.nlist . aggregate.nlists . as_mcmc . as_mcmc_list . as_nlist . as_nlists . as_term.mcmc . as_term.nlist . as_term.nlists . as_term_frame.nlist . as_term_frame.nlists . as_term_frame . bind_iterations.mcmc.list . bind_iterations.mcmc . chk_nlist . collapse_chains.mcmc.list . collapse_chains.mcmc . collapse_chains.nlist . collapse_chains.nlists . complete_terms.mcmc . deprecated . estimates.nlist . estimates.nlists . fill_all.nlist . fill_all.nlists . fill_na.nlist . fill_na.nlists . is_numeric . nchains.mcmc.list . nchains.mcmc . nchains.nlist . nchains.nlists . niters.mcmc.list . niters.mcmc . niters.nlist . niters.nlists . nlist . nlists . npdims.mcmc.list . npdims.nlist . npdims.nlists . nsims.nlist . nsims.nlists . nterms.mcmc.list . nterms.mcmc . nterms.nlist . nterms.nlists . params . pars.mcmc.list . pars.mcmc . pars.nlist . pars.nlists . pdims.mcmc.list . pdims.mcmc . pdims.nlist . pdims.nlists . reexports . relist_nlist . set_pars.mcmc.list . set_pars.mcmc . set_pars.nlist . set_pars.nlists . split_chains.nlists . subset.mcmc.list . subset.mcmc . subset.nlist . subset.nlists . thin.default . tidy.mcmc.list . tidy.mcmc . tidy.nlists . unlist.nlist . unlist_nlist . vld_nlist . 
Some associated R codes: aggregate.R . any-na.R . as-list.R . as-mcmc-list.R . as-mcmc.R . as-nlist.R . as-nlists.R . as-term-frame.R . as-term.R . bind-iterations.R . brackets.R . c.R . chk.R . collapse-chains.R . complete-terms.R . deprecated.R . estimates.R . export.R . extras.R . fill-all.R . fill-na.R . internal.R . is.R . namespace.R . nchains.R . niters.R . nlist.R . nlists.R . npdims.R . nsims.R . nterms.R . numericise.R . params.R . pars.R . pdims.R . print.R . relist-nlist.R . set-pars.R . sort.R . split-chains.R . subset.R . thin.R . tidy.R . unlist-nlist.R . utils.R . vld.R .  Full nlist 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

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)
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  
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  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
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  
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,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