Other packages > Find by keyword >

melt  

Multiple Empirical Likelihood Tests
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("melt", "1.11.4")



Attach the package and use:
library("melt")
Maintained by
Eunseop Kim
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2021-09-29
Latest Update: 2023-05-23
Description:
Performs multiple empirical likelihood tests. It offers an easy-to-use interface and flexibility in specifying hypotheses and calibration methods, extending the framework to simultaneous inferences. The core computational routines are implemented using the 'Eigen' 'C++' library and 'RcppEigen' interface, with 'OpenMP' for parallel computation. Details of the testing procedures are provided in Kim, MacEachern, and Peruggia (2023) . A companion paper by Kim, MacEachern, and Peruggia (2024) is available for further information. This work was supported by the U.S. National Science Foundation under Grants No. SES-1921523 and DMS-2015552.
How to cite:
Eunseop Kim (2021). melt: Multiple Empirical Likelihood Tests. R package version 1.11.4, https://cran.r-project.org/web/packages/melt. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0.0 (2021-09-29 10:20), 1.0.1 (2021-10-08 10:40), 1.1.0 (2021-12-22 09:40), 1.2.0 (2022-01-31 00:00), 1.3.0 (2022-03-07 08:50), 1.4.0 (2022-04-03 21:20), 1.5.0 (2022-05-03 23:10), 1.5.1 (2022-05-06 11:30), 1.5.2 (2022-06-15 08:20), 1.6.0 (2022-07-10 11:20), 1.7.0 (2022-08-12 09:10), 1.8.0 (2022-09-21 04:50), 1.9.0 (2022-11-04 22:40), 1.10.0 (2023-05-23 09:10), 1.11.0 (2024-02-17 11:50), 1.11.1 (2024-03-02 01:30), 1.11.2 (2024-03-21 04:40), 1.11.3 (2024-04-12 07:00)
Other packages that cited melt R package
View melt citation profile
Other R packages that melt depends, imports, suggests or enhances
Complete documentation for melt
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)
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  
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  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
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  
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