{
  "_id": "6a23d155530b9bc726be2ece",
  "Package": "misaem",
  "Type": "Package",
  "Version": "1.1.0",
  "Title": "Linear Regression and Logistic Regression with Missing\nCovariates",
  "Date": "2025-09-05",
  "Authors@R": "c( person(\"Wei\", \"Jiang\", role = \"aut\", email = \"wei.jiang@polytechnique.edu\"),\nperson(\"Pavlo\", \"Mozharovskyi\", role = \"ctb\", email = \"pavlo.mozharovskyi@telecom-paristech.fr\"),\nperson(\"Imke\", \"Mayer\", role = \"ctb\", email = \"mayer.imke@gmail.com\"),\nperson(\"Christophe\", \"Muller\", role = \"ctb\", email = \"christophe.muller@jesus.ox.ac.uk\"),\nperson(\"Julie\", \"Josse\", role = c(\"aut\", \"cre\"), email = \"julie.josse@inria.fr\"))",
  "Maintainer": "Julie Josse <julie.josse@inria.fr>",
  "Description": "Estimate parameters of linear regression and logistic\nregression with missing covariates with missing data, perform\nmodel selection and prediction, using EM-type algorithms. Jiang\nW., Josse J., Lavielle M., TraumaBase Group (2020)\n<doi:10.1016/j.csda.2019.106907>.",
  "Encoding": "UTF-8",
  "License": "GPL-3",
  "URL": "https://github.com/ChristopheMuller/misaem",
  "BugReports": "https://github.com/ChristopheMuller/misaem/issues",
  "RoxygenNote": "7.3.2",
  "Repository": "https://julierennes.r-universe.dev",
  "Date/Publication": "2025-09-06 14:08:47 UTC",
  "RemoteUrl": "https://github.com/julierennes/misaem",
  "RemoteRef": "HEAD",
  "RemoteSha": "135b441273f2e6473f0b9130d572737623cac7c6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-06 07:47:30 UTC",
    "User": "root"
  },
  "Author": "Wei Jiang [aut],\nPavlo Mozharovskyi [ctb],\nImke Mayer [ctb],\nChristophe Muller [ctb],\nJulie Josse [aut, cre]",
  "MD5sum": "4bf7c44421afd68459d1a23eb5003581",
  "_user": "julierennes",
  "_type": "src",
  "_file": "misaem_1.1.0.tar.gz",
  "_fileid": "f55dc6646fc2277cd9b4ff58dac49dfbbd1447ed6a0e83805e5bdf91a05f4512",
  "_filesize": 210759,
  "_sha256": "f55dc6646fc2277cd9b4ff58dac49dfbbd1447ed6a0e83805e5bdf91a05f4512",
  "_created": "2026-06-06T07:47:30.000Z",
  "_published": "2026-06-06T07:50:44.998Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79862124639,
      "time": 141,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7452584526"
    },
    {
      "job": 79862124646,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7452584730"
    },
    {
      "job": 79862124637,
      "time": 154,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7452582997"
    },
    {
      "job": 79862124640,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7452580653"
    },
    {
      "job": 79861953269,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452566450"
    },
    {
      "job": 79862124658,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7452580485"
    },
    {
      "job": 79862124653,
      "time": 105,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7452580149"
    },
    {
      "job": 79862124654,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7452581156"
    },
    {
      "job": 79862124649,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7452582412"
    }
  ],
  "_buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/julierennes/misaem",
  "_commit": {
    "id": "135b441273f2e6473f0b9130d572737623cac7c6",
    "author": "mullerchristophe21 <mullerchristophe21@gmail.com>",
    "committer": "mullerchristophe21 <mullerchristophe21@gmail.com>",
    "message": "implement the changes from 1.0.1 (imke)\n",
    "time": 1757167727
  },
  "_maintainer": {
    "name": "Julie Josse",
    "email": "julie.josse@inria.fr"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "norm",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "abind",
      "role": "Imports"
    },
    {
      "package": "glmnet",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "mice",
      "role": "Suggests"
    }
  ],
  "_owner": "julierennes",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-32",
      "n": 15
    },
    {
      "week": "2025-33",
      "n": 11
    },
    {
      "week": "2025-34",
      "n": 2
    },
    {
      "week": "2025-35",
      "n": 9
    },
    {
      "week": "2025-36",
      "n": 21
    }
  ],
  "_tags": [],
  "_stars": 2,
  "_contributors": [
    {
      "user": "christophemuller",
      "count": 62,
      "uuid": 120631200
    },
    {
      "user": "wjiang94",
      "count": 13,
      "uuid": 24636135
    }
  ],
  "_userbio": {
    "uuid": 11328240,
    "type": "user",
    "name": "julierennes",
    "description": "Professor of Statistics, \r\nR enthusiast,\r\nHandle missing data\r\nCausal inference\r\n"
  },
  "_downloads": {
    "count": 4848,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/misaem"
  },
  "_devurl": "https://github.com/christophemuller/misaem",
  "_searchresults": 38,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/misaem.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/julierennes/misaem",
  "_realowner": "julierennes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.9.0",
      "date": "2018-12-03"
    },
    {
      "version": "0.9.1",
      "date": "2019-01-15"
    },
    {
      "version": "0.9.2",
      "date": "2019-12-19"
    },
    {
      "version": "1.0.0",
      "date": "2020-07-05"
    },
    {
      "version": "1.0.1",
      "date": "2021-04-12"
    },
    {
      "version": "1.1.0",
      "date": "2025-09-11"
    }
  ],
  "_exports": [
    "combinations",
    "likelihood_saem",
    "louis_lr_saem",
    "miss.glm",
    "miss.glm.model.select",
    "miss.lm",
    "miss.lm.model.select"
  ],
  "_help": [
    {
      "page": "combinations",
      "title": "combinations",
      "topics": [
        "combinations"
      ]
    },
    {
      "page": "imputeEllP",
      "title": "Function for imputing single point for linear regression model",
      "topics": [
        "imputeEllP"
      ]
    },
    {
      "page": "initialize_df",
      "title": "Initialize Missing Data in Data Frame",
      "topics": [
        "initialize_df"
      ]
    },
    {
      "page": "likelihood_saem",
      "title": "likelihood_saem",
      "topics": [
        "likelihood_saem"
      ]
    },
    {
      "page": "log_reg",
      "title": "log_reg",
      "topics": [
        "log_reg"
      ]
    },
    {
      "page": "louis_lr_saem",
      "title": "louis_lr_saem",
      "topics": [
        "louis_lr_saem"
      ]
    },
    {
      "page": "miss.glm",
      "title": "Statistical Inference for Logistic Regression Models with Missing Values",
      "topics": [
        "miss.glm"
      ]
    },
    {
      "page": "miss.glm.control",
      "title": "Auxiliary for Controlling Fitting",
      "topics": [
        "miss.glm.control"
      ]
    },
    {
      "page": "miss.glm.fit",
      "title": "Fitting Logistic Regression Models with Missing Values",
      "topics": [
        "miss.glm.fit"
      ]
    },
    {
      "page": "miss.glm.model.select",
      "title": "miss.glm.model.select",
      "topics": [
        "miss.glm.model.select"
      ]
    },
    {
      "page": "miss.lm",
      "title": "Statistical Inference for Linear Regression Models with Missing Values",
      "topics": [
        "miss.lm"
      ]
    },
    {
      "page": "miss.lm.control",
      "title": "Auxiliary for Controlling Fitting",
      "topics": [
        "miss.lm.control"
      ]
    },
    {
      "page": "miss.lm.fit",
      "title": "Fitting Linear Regression Model with Missing Values",
      "topics": [
        "miss.lm.fit"
      ]
    },
    {
      "page": "miss.lm.model.select",
      "title": "miss.lm.model.select",
      "topics": [
        "miss.lm.model.select"
      ]
    },
    {
      "page": "predict.miss.glm",
      "title": "Prediction on test with missing values for the logistic regression model.",
      "topics": [
        "predict.miss.glm"
      ]
    },
    {
      "page": "predict.miss.lm",
      "title": "Prediction on test with missing values for the linear regression model.",
      "topics": [
        "predict.miss.lm"
      ]
    },
    {
      "page": "print.miss.glm",
      "title": "Print miss.glm",
      "topics": [
        "print.miss.glm"
      ]
    },
    {
      "page": "print.miss.lm",
      "title": "Print miss.lm",
      "topics": [
        "print.miss.lm"
      ]
    },
    {
      "page": "print.summary.miss.glm",
      "title": "Print Summary of miss.glm",
      "topics": [
        "print.summary.miss.glm"
      ]
    },
    {
      "page": "print.summary.miss.lm",
      "title": "Print Summary of miss.lm",
      "topics": [
        "print.summary.miss.lm"
      ]
    },
    {
      "page": "summary.miss.glm",
      "title": "Summarizing Fits for miss.glm",
      "topics": [
        "summary.miss.glm"
      ]
    },
    {
      "page": "summary.miss.lm",
      "title": "Summarizing Fits for miss.lm",
      "topics": [
        "summary.miss.lm"
      ]
    }
  ],
  "_readme": "https://github.com/julierennes/misaem/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "codetools",
    "foreach",
    "glmnet",
    "iterators",
    "lattice",
    "MASS",
    "Matrix",
    "mvtnorm",
    "norm",
    "Rcpp",
    "RcppEigen",
    "shape",
    "survival"
  ],
  "_score": 4.964316212111059,
  "_indexed": true,
  "_nocasepkg": "misaem",
  "_universes": [
    "julierennes",
    "christophemuller"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:42.000Z",
      "distro": "noble",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "b147a0f14063795c6e8ba09cd035ad8e5771aa5ab47a0d7039ef57aea41d6316",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:43.000Z",
      "distro": "noble",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "b02aa86d0b749667efd5b9a6466a27a5279b31a26004cd2459fdccdaa14d319c",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:42.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "26934dd9df300bb386ee1973c399a83d769a6bd8e4b379d5e9becd3e67eafd65",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:22.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "ce261b09c9119a3698d414ac210e6bbc5d01136e6b2582af7518065c8e3c9739",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:39.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "6b446d6e40f48235e90ba77ffa3cdd8eb10e6953e32a47c48921fdf9d818474c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:00.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "9d8a10cad3705b5a5a86c1ed4a96d4c630b2c11f962246df71302a283879de31",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:10.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "62d5658d09f304869ab56b593b2179a8a18f6005057a925773b4b945475f165b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.1.0",
      "date": "2026-06-06T07:49:15.000Z",
      "commit": "135b441273f2e6473f0b9130d572737623cac7c6",
      "fileid": "a8a0b60ecccb361ddfdff0a7b3b50703b8abd5c978be1f6d7b15395ef3669f70",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/julierennes/actions/runs/27056550776"
    }
  ]
}