{
  "_id": "6a23e30a530b9bc726be824a",
  "Package": "bbmle",
  "Title": "Tools for General Maximum Likelihood Estimation",
  "Description": "Methods and functions for fitting maximum likelihood\nmodels in R. This package modifies and extends the 'mle'\nclasses in the 'stats4' package.",
  "Version": "1.0.26",
  "Authors@R": "c(person(\"Ben\",\"Bolker\",email=\"bolker@mcmaster.ca\",role=c(\"aut\",\"cre\"),\ncomment=c(ORCID=\"0000-0002-2127-0443\")),\nperson(\"R Development Core Team\",role=c(\"aut\")),\nperson(\"Iago Giné-Vázquez\", role=c(\"ctb\"))\n)",
  "VignetteBuilder": "knitr",
  "BuildVignettes": "yes",
  "License": "GPL",
  "URL": "https://github.com/bbolker/bbmle",
  "Collate": "'mle2-class.R' 'mle2-methods.R' 'mle.R' 'confint.R'\n'predict.R' 'profile.R' 'update.R' 'dists.R' 'IC.R' 'slice.R'\n'impsamp.R' 'TMB.R'",
  "RoxygenNote": "7.3.0",
  "Encoding": "UTF-8",
  "Repository": "https://bbolker.r-universe.dev",
  "Date/Publication": "2025-02-13 15:03:18 UTC",
  "RemoteUrl": "https://github.com/bbolker/bbmle",
  "RemoteRef": "HEAD",
  "RemoteSha": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 09:01:28 UTC",
    "User": "root"
  },
  "Author": "Ben Bolker [aut, cre] (ORCID: <https://orcid.org/0000-0002-2127-0443>),\nR Development Core Team [aut],\nIago Giné-Vázquez [ctb]",
  "Maintainer": "Ben Bolker <bolker@mcmaster.ca>",
  "MD5sum": "0e330d4268d21ec1e39ce3a70e9b1d49",
  "_user": "bbolker",
  "_type": "src",
  "_file": "bbmle_1.0.26.tar.gz",
  "_fileid": "8ed4320c1342b6afd9055fdff3cb8639e40c01109118f5ebb1a28a83d09abb93",
  "_filesize": 711015,
  "_sha256": "8ed4320c1342b6afd9055fdff3cb8639e40c01109118f5ebb1a28a83d09abb93",
  "_created": "2026-06-06T09:01:28.000Z",
  "_published": "2026-06-06T09:06:18.032Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79866118125,
      "time": 217,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7453096074"
    },
    {
      "job": 79866118127,
      "time": 209,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453095052"
    },
    {
      "job": 79866118123,
      "time": 164,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7453089761"
    },
    {
      "job": 79866118131,
      "time": 186,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7453092313"
    },
    {
      "job": 79865925616,
      "time": 196,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453069727"
    },
    {
      "job": 79866118121,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453083310"
    },
    {
      "job": 79866118139,
      "time": 179,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7453092076"
    },
    {
      "job": 79866118142,
      "time": 249,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7453099817"
    },
    {
      "job": 79866118138,
      "time": 170,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7453090413"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bbolker/bbmle",
  "_commit": {
    "id": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
    "author": "Ben Bolker <bbolker@gmail.com>",
    "committer": "Ben Bolker <bbolker@gmail.com>",
    "message": "fix hessian/hessian.method stuff\n",
    "time": 1739458998
  },
  "_maintainer": {
    "name": "Ben Bolker",
    "email": "bolker@mcmaster.ca",
    "login": "bbolker",
    "description": "",
    "uuid": 78918,
    "orcid": "0000-0002-2127-0443"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "stats4",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "numDeriv",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "bdsmatrix",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "emdbook",
      "role": "Suggests"
    },
    {
      "package": "rms",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "RUnit",
      "role": "Suggests"
    },
    {
      "package": "MuMIn",
      "role": "Suggests"
    },
    {
      "package": "AICcmodavg",
      "role": "Suggests"
    },
    {
      "package": "Hmisc",
      "role": "Suggests"
    },
    {
      "package": "optimx",
      "version": ">= 2013.8.6",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "bbolker",
  "_selfowned": true,
  "_usedby": 151,
  "_updates": [],
  "_tags": [],
  "_stars": 25,
  "_contributors": [
    {
      "user": "bbolker",
      "count": 91,
      "uuid": 78918
    },
    {
      "user": "andrechalom",
      "count": 2,
      "uuid": 1994997
    },
    {
      "user": "stouffer",
      "count": 1,
      "uuid": 1916363
    },
    {
      "user": "iagogv3",
      "count": 1,
      "uuid": 40892925
    }
  ],
  "_userbio": {
    "uuid": 78918,
    "type": "user",
    "name": "Ben Bolker"
  },
  "_downloads": {
    "count": 36273,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/bbmle"
  },
  "_mentions": 114,
  "_devurl": "https://github.com/bbolker/bbmle",
  "_searchresults": 1636,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/bbmle.html",
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/bbolker/bbmle",
  "_realowner": "bbolker",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.6",
      "date": "2007-02-20"
    },
    {
      "version": "0.7",
      "date": "2007-05-22"
    },
    {
      "version": "0.7.5",
      "date": "2007-06-17"
    },
    {
      "version": "0.7.7",
      "date": "2007-07-30"
    },
    {
      "version": "0.8.1",
      "date": "2007-10-23"
    },
    {
      "version": "0.8.2",
      "date": "2007-11-17"
    },
    {
      "version": "0.8.5",
      "date": "2008-03-09"
    },
    {
      "version": "0.8.9",
      "date": "2008-08-07"
    },
    {
      "version": "0.9.0",
      "date": "2009-02-05"
    },
    {
      "version": "0.9.3",
      "date": "2009-09-18"
    },
    {
      "version": "0.9.5.1",
      "date": "2010-05-22"
    },
    {
      "version": "0.9.7",
      "date": "2011-01-10"
    },
    {
      "version": "1.0.0",
      "date": "2011-06-27"
    },
    {
      "version": "1.0.2",
      "date": "2011-09-07"
    },
    {
      "version": "1.0.3",
      "date": "2011-09-14"
    },
    {
      "version": "1.0.4",
      "date": "2012-01-02"
    },
    {
      "version": "1.0.4.1",
      "date": "2012-01-28"
    },
    {
      "version": "1.0.5.1",
      "date": "2012-07-17"
    },
    {
      "version": "1.0.5.2",
      "date": "2012-08-01"
    },
    {
      "version": "1.0.11",
      "date": "2013-08-19"
    },
    {
      "version": "1.0.13",
      "date": "2013-08-23"
    },
    {
      "version": "1.0.15",
      "date": "2013-11-21"
    },
    {
      "version": "1.0.16",
      "date": "2014-03-02"
    },
    {
      "version": "1.0.17",
      "date": "2014-05-27"
    },
    {
      "version": "1.0.18",
      "date": "2016-02-11"
    },
    {
      "version": "1.0.19",
      "date": "2017-04-18"
    },
    {
      "version": "1.0.20",
      "date": "2017-10-30"
    },
    {
      "version": "1.0.22",
      "date": "2019-12-19"
    },
    {
      "version": "1.0.23.1",
      "date": "2020-02-03"
    },
    {
      "version": "1.0.24",
      "date": "2021-08-05"
    },
    {
      "version": "1.0.25",
      "date": "2022-05-11"
    },
    {
      "version": "1.0.25.1",
      "date": "2023-12-09"
    }
  ],
  "_exports": [
    "AIC",
    "AICc",
    "AICctab",
    "AICtab",
    "anova",
    "BICtab",
    "call.to.char",
    "coef",
    "confint",
    "deviance",
    "dnorm_n",
    "formula",
    "ICtab",
    "logLik",
    "mle2",
    "mle2.options",
    "namedrop",
    "parnames",
    "parnames<-",
    "plot",
    "pop_pred_samp",
    "predict",
    "proffun",
    "profile",
    "qAIC",
    "qAICc",
    "relist2",
    "residuals",
    "sbeta",
    "sbetabinom",
    "sbinom",
    "simulate",
    "slice",
    "slice1D",
    "slice2D",
    "sliceOld",
    "slnorm",
    "snbinom",
    "snorm",
    "spois",
    "stdEr",
    "summary",
    "update",
    "vcov"
  ],
  "_help": [
    {
      "page": "as.data.frame.profile.mle2",
      "title": "convert profile to data frame",
      "topics": [
        "as.data.frame.profile.mle2",
        "coerce,profile.mle2,data.frame-method",
        "coerce,profile.mle2-method"
      ]
    },
    {
      "page": "BIC-methods",
      "title": "Log likelihoods and model selection for mle2 objects",
      "topics": [
        "AIC,mle2-method",
        "AIC-methods",
        "AICc",
        "AICc,ANY,mle2,logLik-method",
        "AICc,ANY-method",
        "AICc,logLik-method",
        "AICc,mle2-method",
        "AICc-methods",
        "anova,mle2-method",
        "BIC-methods",
        "logLik,mle2-method",
        "logLik-methods",
        "qAIC",
        "qAIC,ANY,mle2,logLik-method",
        "qAIC,ANY-method",
        "qAIC,logLik-method",
        "qAIC,mle2-method",
        "qAIC-methods",
        "qAICc",
        "qAICc,ANY,mle2,logLik-method",
        "qAICc,ANY-method",
        "qAICc,logLik-method",
        "qAICc,mle2-method",
        "qAICc-methods"
      ]
    },
    {
      "page": "call.to.char",
      "title": "Convert calls to character",
      "topics": [
        "call.to.char"
      ]
    },
    {
      "page": "dnorm_n",
      "title": "Normal distribution with profiled-out standard deviation",
      "topics": [
        "dnorm_n"
      ]
    },
    {
      "page": "get.mnames",
      "title": "extract model names",
      "topics": [
        "get.mnames"
      ]
    },
    {
      "page": "ICtab",
      "title": "Compute table of information criteria and auxiliary info",
      "topics": [
        "AICctab",
        "AICtab",
        "BICtab",
        "ICtab",
        "print.ICtab"
      ]
    },
    {
      "page": "mle2",
      "title": "Maximum Likelihood Estimation",
      "topics": [
        "calc_mle2_function",
        "mle",
        "mle2"
      ]
    },
    {
      "page": "mle-class",
      "title": "Class \"mle2\". Result of Maximum Likelihood Estimation.",
      "topics": [
        "coef,mle2-method",
        "coerce,mle,mle2-method",
        "deviance,mle2-method",
        "formula,mle2-method",
        "mle2-class",
        "show,mle2-method",
        "slice,mle2-method",
        "stdEr",
        "stdEr,mle2-method",
        "summary,mle2-method",
        "update,mle2-method",
        "vcov,mle2-method"
      ]
    },
    {
      "page": "mle2.options",
      "title": "Options for maximum likelihood estimation",
      "topics": [
        "mle2.options"
      ]
    },
    {
      "page": "namedrop",
      "title": "drop unneeded names from list elements",
      "topics": [
        "namedrop"
      ]
    },
    {
      "page": "parnames",
      "title": "get and set parameter names",
      "topics": [
        "parnames",
        "parnames<-"
      ]
    },
    {
      "page": "pop_pred_samp",
      "title": "generate population prediction sample from parameters",
      "topics": [
        "pop_pred_samp"
      ]
    },
    {
      "page": "predict-methods",
      "title": "Predicted values from an mle2 fit",
      "topics": [
        "gfun",
        "predict,mle2-method",
        "predict-methods",
        "residuals,mle2-method",
        "simulate,mle2-method"
      ]
    },
    {
      "page": "profile-methods",
      "title": "Likelihood profiles",
      "topics": [
        "proffun",
        "profile,mle2-method",
        "profile-methods",
        "profile.mle2"
      ]
    },
    {
      "page": "profile.mle-class",
      "title": "Methods for likelihood profiles",
      "topics": [
        "confint,mle2-method",
        "confint,profile.mle2-method",
        "confint.mle2",
        "plot,profile.mle2,missing-method",
        "plot,profile.mle2-method",
        "plot.profile.mle2",
        "profile.mle2-class",
        "show,profile.mle2-method"
      ]
    },
    {
      "page": "relist",
      "title": "reconstruct the structure of a list",
      "topics": [
        "relist2"
      ]
    },
    {
      "page": "sbinom",
      "title": "Abstract definitions of distributions",
      "topics": [
        "sbeta",
        "sbetabinom",
        "sbinom",
        "slnorm",
        "snbinom",
        "snorm",
        "spois"
      ]
    },
    {
      "page": "slice",
      "title": "Calculate likelihood \"slices\"",
      "topics": [
        "slice",
        "slice1D",
        "slice2D",
        "sliceOld",
        "slicetrans"
      ]
    },
    {
      "page": "slice.mle-class",
      "title": "likelihood-surface slices",
      "topics": [
        "slice.mle2-class"
      ]
    },
    {
      "page": "strwrapx",
      "title": "Wrap strings at white space and + symbols",
      "topics": [
        "strwrapx"
      ]
    },
    {
      "page": "summary.mle-class",
      "title": "Class \"summary.mle2\", summary of \"mle2\" objects",
      "topics": [
        "coef,summary.mle2-method",
        "show,summary.mle2-method",
        "summary.mle2-class"
      ]
    }
  ],
  "_readme": "https://github.com/bbolker/bbmle/raw/HEAD/README.md",
  "_rundeps": [
    "bdsmatrix",
    "lattice",
    "MASS",
    "Matrix",
    "mvtnorm",
    "numDeriv"
  ],
  "_vignettes": [
    {
      "source": "mle2.Rnw",
      "filename": "mle2.pdf",
      "title": "Examples for enhanced mle code",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2016-11-17 00:53:24",
      "modified": "2024-10-07 21:44:44",
      "commits": 5
    },
    {
      "source": "quasi.Rnw",
      "filename": "quasi.pdf",
      "title": "quasi: notes on quasi-likelihood/qAIC analysis inR",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2016-11-17 00:53:24",
      "modified": "2022-05-06 22:22:47",
      "commits": 4
    }
  ],
  "_score": 13.304526240628128,
  "_indexed": true,
  "_nocasepkg": "bbmle",
  "_universes": [
    "bbolker"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:59.000Z",
      "distro": "noble",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "1eac193401939d43fc7def754e2f8e5a5fc5fbb2c17a8c49db754e09ead9ea17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:53.000Z",
      "distro": "noble",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "e307f9ebd3ae5938bcf022169566ed7eb670d6e22fc6a076d2d07ef15367214f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:21.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "cab9f0d2fd4cc307ba9b7ac776ababd42fc97e20c1534717fa4ce029bb331c66",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:33.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "55bc6a24986c55a1a6423f86a5a37cc76c0a6368304195d06e7e1c38f2392c1b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:41.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "114473f3aaecae94b4cf583ce37c25af1c45e98ace4a0f04f05b95f6a859712b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:20.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "323d57e52ee23204d6808db7014de68ea3879a4cad9ddb5d8c196e6282905ebb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-06-06T09:04:28.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "8012414ab40889f968c2ae2cb1797ee820115afa9997fea6041741e1474d28a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.26",
      "date": "2026-06-06T09:03:02.000Z",
      "commit": "17e676755ec5d48f881a03d38e1023d03ab2fcfe",
      "fileid": "c032a274f9fc73dc9d1e96d744d9efeafe0d846e7adf313c8afb890176a57151",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbolker/actions/runs/27058043844"
    }
  ]
}