Package: maxLik 1.5-2.1

maxLik: Maximum Likelihood Estimation and Related Tools

Functions for Maximum Likelihood (ML) estimation, non-linear optimization, and related tools. It includes a unified way to call different optimizers, and classes and methods to handle the results from the Maximum Likelihood viewpoint. It also includes a number of convenience tools for testing and developing your own models.

Authors:Ott Toomet [aut, cre], Arne Henningsen [aut], Spencer Graves [ctb], Yves Croissant [ctb], David Hugh-Jones [ctb], Luca Scrucca [ctb]

maxLik_1.5-2.1.tar.gz
maxLik_1.5-2.1.zip(r-4.5)maxLik_1.5-2.1.zip(r-4.4)maxLik_1.5-2.1.zip(r-4.3)
maxLik_1.5-2.1.tgz(r-4.4-any)maxLik_1.5-2.1.tgz(r-4.3-any)
maxLik_1.5-2.1.tar.gz(r-4.5-noble)maxLik_1.5-2.1.tar.gz(r-4.4-noble)
maxLik_1.5-2.1.tgz(r-4.4-emscripten)maxLik_1.5-2.1.tgz(r-4.3-emscripten)
maxLik.pdf |maxLik.html
maxLik/json (API)
NEWS

# Install 'maxLik' in R:
install.packages('maxLik', repos = c('https://otoomet.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

32 exports 6.48 score 6 dependencies 105 dependents 11 mentions 472 scripts 17.7k downloads

Last updated 6 months agofrom:83075210ec. Checks:OK: 5 NOTE: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 22 2024
R-4.5-winNOTEAug 22 2024
R-4.5-linuxNOTEAug 22 2024
R-4.4-winOKAug 22 2024
R-4.4-macOKAug 22 2024
R-4.3-winOKAug 22 2024
R-4.3-macOKAug 22 2024

Exports:activeParcompareDerivativescondiNumberfnSubsetglancegradienthessianmaxAdammaxBFGSmaxBFGSRmaxBHHHmaxCGmaxControlmaximTypemaxLikmaxNMmaxNRmaxSANNmaxSGAmaxValuenIternumericGradientnumericHessiannumericNHessianobjectiveFnreturnCodereturnMessageshowstoredParametersstoredValuessumttidy

Dependencies:digestgenericslatticemiscToolssandwichzoo

Introduction: what is maximum likelihood

Rendered fromintro-to-maximum-likelihood.Rnwusingutils::Sweaveon Aug 22 2024.

Last update: 2021-07-26
Started: 2021-03-22

Maximum likelihood estimation with maxLik

Rendered fromusing-maxlik.Rnwusingutils::Sweaveon Aug 22 2024.

Last update: 2021-03-22
Started: 2021-03-22

SGA introduction: the basic usage of maxSGA

Rendered fromstochastic-gradient-maxLik.Rnwusingutils::Sweaveon Aug 22 2024.

Last update: 2021-03-22
Started: 2020-07-31

Readme and manuals

Help Manual

Help pageTopics
Maximum Likelihood EstimationmaxLik-package
free parameters under maximizationactivePar activePar.default
Methods for the various standard functionsAIC.maxLik coef.maxim coef.maxLik stdEr.maxLik
Bread for Sandwich Estimatorbread bread.maxLik
function to compare analytic and numeric derivativescompareDerivatives
Print matrix condition numbers column-by-columncondiNumber condiNumber.default condiNumber.maxLik
confint method for maxLik objectsconfint confint.maxLik
Call fnFull with variable and fixed parametersfnSubset
Extract Gradients Evaluated at each Observationestfun estfun.maxLik gradient gradient.maxim
Hessian matrixhessian hessian.default
Return the log likelihood valuelogLik.maxLik logLik.summary.maxLik
BFGS, conjugate gradient, SANN and Nelder-Mead MaximizationmaxBFGS maxCG maxNM maxSANN
Class '"MaxControl"'maxControl maxControl,MaxControl-method maxControl,maxim-method maxControl,missing-method MaxControl-class show,MaxControl-method
Type of Minimization/MaximizationmaximType maximType.default maximType.maxim maximType.MLEstimate
Maximum likelihood estimationmaxLik print.maxLik
Newton- and Quasi-Newton MaximizationmaxBFGSR maxBHHH maxNR
Stochastic Gradient AscentmaxAdam maxSGA
Function value at maximummaxValue maxValue.maxim
Return number of iterations for iterative modelsnIter nIter.default
Number of ObservationsnObs.maxLik
Number of model parametersnParam.maxim
Functions to Calculate Numeric DerivativesnumericGradient numericHessian numericNHessian
Optimization Objective FunctionobjectiveFn objectiveFn.maxim
Success or failure of the optimizationreturnCode returnCode.default returnCode.maxLik returnMessage returnMessage.default returnMessage.maxim returnMessage.maxLik
Return the stored values of optimizationstoredParameters storedParameters.maxim storedValues storedValues.maxim
Summary method for maximizationprint.summary.maxim summary.maxim
summary the Maximum-Likelihood estimationcoef.summary.maxLik summary.maxLik
Equality-constrained optimizationsumt
tidy and glance methods for maxLik objectsglance.maxLik tidy.maxLik
Variance Covariance Matrix of maxLik objectsvcov.maxLik