Other packages > Find by keyword >

EMAR  

Empirical Model Assessment
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("EMAR", "1.0.0")



Attach the package and use:
library("EMAR")
Maintained by
Friday Nwabueze Ogana
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2023-11-10
Latest Update: 2023-11-10
Description:
A tool that allows users to generate various indices for evaluating statistical models. The fitstat() function computes indices based on the fitting data. The valstat() function computes indices based on the validation data set. Both fitstat() and valstat() will return 16 indices SSR: residual sum of squares, TRE: total relative error, Bias: mean bias, MRB: mean relative bias, MAB: mean absolute bias, MAPE: mean absolute percentage error, MSE: mean squared error, RMSE: root mean square error, Percent.RMSE: percentage root mean squared error, R2: coefficient of determination, R2adj: adjusted coefficient of determination, APC: Amemiya's prediction criterion, logL: Log-likelihood, AIC: Akaike information criterion, AICc: corrected Akaike information criterion, BIC: Bayesian information criterion, HQC: Hannan-Quin information criterion. The lower the better for the SSR, TRE, Bias, MRB, MAB, MAPE, MSE, RMSE, Percent.RMSE, APC, AIC, AICc, BIC and HQC indices. The higher the better for R2 and R2adj indices. Petre Stoica, P., Sel
How to cite:
Friday Nwabueze Ogana (2023). EMAR: Empirical Model Assessment. R package version 1.0.0, https://cran.r-project.org/web/packages/EMAR
Previous versions and publish date:
No previous versions
Other packages that cited EMAR R package
View EMAR citation profile
Other R packages that EMAR depends, imports, suggests or enhances
Functions, R codes and Examples using the EMAR R package
Full EMAR 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

AsynchLong  
Regression Analysis of Sparse Asynchronous Longitudinal Data
Estimation of regression models for sparse asynchronous longitudinal observations, where time-depen ...
Download / Learn more Package Citations See dependency  
SE.EQ  
SE-Test for Equivalence
Implements the SE-test for equivalence according to Hoffelder et al. (2015) ...
Download / Learn more Package Citations See dependency  
phylopath  
Perform Phylogenetic Path Analysis
A comprehensive and easy to use R implementation of confirmatory phylogenetic path analysis as desc ...
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  
partykit  
A Toolkit for Recursive Partytioning
A toolkit with infrastructure for representing, summarizing, and visualizing tree-structured regres ...
Download / Learn more Package Citations See dependency  
sparseMVN  
Multivariate Normal Functions for Sparse Covariance and Precision Matrices
Computes multivariate normal (MVN) densities, and samples from MVN distributions, when the covarianc ...
Download / Learn more Package Citations See dependency  

22,799

R Packages

195,128

Dependencies

63,620

Author Associations

22,800

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns