{
  "_id": "6a490908b5e98c4082a0705a",
  "Package": "summclust",
  "Title": "Module to Compute Influence and Leverage Statistics for\nRegression Models with Clustered Errors",
  "Version": "0.7.0",
  "Authors@R": "c(\nperson(given = \"Alexander\",\nfamily = \"Fischer\",\nrole = c(\"aut\", \"cre\"),\nemail = \"alexander-fischer1801@t-online.de\")\n)",
  "Description": "Module to compute cluster specific information for\nregression models with clustered errors, including leverage and\ninfluence statistics. Models of type 'lm' and 'fixest'(from the\n'stats' and 'fixest' packages) are supported. 'summclust'\nimplements similar features as the user-written 'summclust.ado'\nStata module (MacKinnon, Nielsen & Webb, 2022;\n<arXiv:2205.03288v1>).",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.1",
  "Config/testthat/edition": "3",
  "URL": "https://s3alfisc.github.io/summclust/",
  "BugReports": "https://github.com/s3alfisc/summclust/issues",
  "VignetteBuilder": "knitr",
  "Repository": "https://s3alfisc.r-universe.dev",
  "Date/Publication": "2023-06-11 16:55:10 UTC",
  "RemoteUrl": "https://github.com/s3alfisc/summclust",
  "RemoteRef": "HEAD",
  "RemoteSha": "2d25c68eb046028b680fdc8c9827820f7e791827",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 13:19:07 UTC",
    "User": "root"
  },
  "Author": "Alexander Fischer [aut, cre]",
  "Maintainer": "Alexander Fischer <alexander-fischer1801@t-online.de>",
  "_user": "s3alfisc",
  "_type": "src",
  "_file": "summclust_0.7.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/e58f0046fe0f2cf129e59f2c515e52a1b63cc6150b78aa41b5f0be0e33c8e53e",
  "_filesize": 278376,
  "_sha256": "e58f0046fe0f2cf129e59f2c515e52a1b63cc6150b78aa41b5f0be0e33c8e53e",
  "_expires": "2026-10-12T13:22:15.000Z",
  "_created": "2026-07-04T13:19:07.000Z",
  "_published": "2026-07-04T13:22:16.908Z",
  "_jobs": [
    {
      "job": 85135463450,
      "time": 153,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8082066767"
    },
    {
      "job": 85135463455,
      "time": 145,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8082065898"
    },
    {
      "job": 85135463463,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8082059225"
    },
    {
      "job": 85135463442,
      "time": 116,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8082062831"
    },
    {
      "job": 85135205011,
      "time": 244,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8082049731"
    },
    {
      "job": 85135463447,
      "time": 152,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8082066668"
    },
    {
      "job": 85135463474,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8082059803"
    },
    {
      "job": 85135463472,
      "time": 84,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8082059136"
    },
    {
      "job": 85135463448,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8082060829"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655",
  "_status": "success",
  "_upstream": "https://github.com/s3alfisc/summclust",
  "_commit": {
    "id": "2d25c68eb046028b680fdc8c9827820f7e791827",
    "author": "Alexander Fischer <alexander-fischer1801@t-online.de>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #20 from s3alfisc/dev-na-handling\n\nfix severe problems with NA handling",
    "time": 1686502510
  },
  "_maintainer": {
    "name": "Alexander Fischer",
    "email": "alexander-fischer1801@t-online.de",
    "login": "s3alfisc",
    "description": "Data Science & Economics @trivago ",
    "uuid": 19531450
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "dreamerr",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "collapse",
      "role": "Imports"
    },
    {
      "package": "generics",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "latex2exp",
      "role": "Suggests"
    },
    {
      "package": "fabricatr",
      "role": "Suggests"
    },
    {
      "package": "fixest",
      "role": "Suggests"
    },
    {
      "package": "haven",
      "role": "Suggests"
    },
    {
      "package": "sandwich",
      "role": "Suggests"
    },
    {
      "package": "lmtest",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    }
  ],
  "_owner": "s3alfisc",
  "_selfowned": true,
  "_usedby": 3,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "clustered-standard-errors",
    "fixest",
    "linear-regression",
    "robust-inference"
  ],
  "_stars": 6,
  "_contributors": [
    {
      "user": "s3alfisc",
      "count": 86,
      "uuid": 19531450
    },
    {
      "user": "kylebutts",
      "count": 1,
      "uuid": 19961439
    }
  ],
  "_userbio": {
    "uuid": 19531450,
    "type": "user",
    "name": "Alexander Fischer",
    "followers": 106,
    "description": "Data Science & Economics @trivago "
  },
  "_downloads": {
    "count": 110,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/summclust"
  },
  "_devurl": "https://github.com/s3alfisc/summclust",
  "_pkgdown": "https://s3alfisc.github.io/summclust/",
  "_searchresults": 58,
  "_rbuild": "4.6.1",
  "_assets": [
    "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",
    "extra/summclust.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.5",
      "date": "2022-10-04"
    },
    {
      "version": "0.6.0",
      "date": "2023-02-26"
    },
    {
      "version": "0.7.0",
      "date": "2023-06-11"
    },
    {
      "version": "0.7.2",
      "date": "2023-08-10"
    }
  ],
  "_exports": [
    "summclust",
    "tidy",
    "vcov_CR3J"
  ],
  "_help": [
    {
      "page": "plot.summclust",
      "title": "Plotting method for objects of type 'summclust'",
      "topics": [
        "plot.summclust"
      ]
    },
    {
      "page": "summary.summclust",
      "title": "A 'summary()' method for objects of type 'summclust'",
      "topics": [
        "summary.summclust"
      ]
    },
    {
      "page": "summclust",
      "title": "Compute Influence and Leverage Metrics",
      "topics": [
        "summclust"
      ]
    },
    {
      "page": "summclust.fixest",
      "title": "Compute Influence and Leverage Metrics for objects of type 'fixest'",
      "topics": [
        "summclust.fixest"
      ]
    },
    {
      "page": "summclust.lm",
      "title": "Compute Influence and Leverage Metrics for objects of type 'lm'",
      "topics": [
        "summclust.lm"
      ]
    },
    {
      "page": "tidy.summclust",
      "title": "S3 method to summarize objects of class boottest into tidy data.frame",
      "topics": [
        "tidy.summclust"
      ]
    },
    {
      "page": "vcov_CR3J",
      "title": "Compute CRV3 covariance matrices via a cluster jackknife as described in MacKinnon, Nielsen & Webb (2022)",
      "topics": [
        "vcov_CR3J"
      ]
    },
    {
      "page": "vcov_CR3J.fixest",
      "title": "Compute CRV3 covariance matrices via a cluster jackknife as described in MacKinnon, Nielsen & Webb (2022) for objects of type 'fixest'",
      "topics": [
        "vcov_CR3J.fixest"
      ]
    },
    {
      "page": "vcov_CR3J.lm",
      "title": "Compute CRV3 covariance matrices via a cluster jackknife as described in MacKinnon, Nielsen & Webb (2022) for objects of type 'lm'",
      "topics": [
        "vcov_CR3J.lm"
      ]
    }
  ],
  "_readme": "https://github.com/s3alfisc/summclust/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "collapse",
    "dreamerr",
    "Formula",
    "generics",
    "MASS",
    "Rcpp",
    "rlang",
    "stringmagic"
  ],
  "_vignettes": [
    {
      "source": "summclust.Rmd",
      "filename": "summclust.html",
      "title": "Using summclust",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "The summclust function",
        "Using summclust with coefplot and fixest"
      ],
      "created": "2022-07-23 17:12:03",
      "modified": "2023-06-11 16:55:10",
      "commits": 5
    }
  ],
  "_score": 5.194791757721925,
  "_indexed": true,
  "_nocasepkg": "summclust",
  "_universes": [
    "s3alfisc"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-07-04T13:21:28.000Z",
      "distro": "resolute",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/d6b0e2d8e0cbab5d94579ea462f3f067c72ca048fc241c3fbc94eddb43618627",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.7.0",
      "date": "2026-07-04T13:21:20.000Z",
      "distro": "resolute",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/9f64b006101700ac8226704f680d8100031f9dd3f4762f23c17a1194591c9767",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-07-04T13:20:31.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/62aef8993f855d2823eec3adaca9e57b29c35e8e8fc22e2f0b71b8a230f82f75",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.7.0",
      "date": "2026-07-04T13:20:54.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/55b670b16e05f4ed338fb57e934e891967de10c76a838bc94c58f01d2a05bf33",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.7.0",
      "date": "2026-07-04T13:21:54.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/49d620f46d361477bc6c6a72ddd669f32fcdfafbecdc159bf67da71d6ced99ac",
      "status": "success",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-07-04T13:20:20.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/aa3c5a71cac406b25c0d3da50e118a30145ce5e3d3a49a86e2a52635b34b5bf0",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-07-04T13:20:12.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/55a964afc183db6e8380b80f50fb8bdb3c0b7e7492f388f8dc8e320b8d58195b",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.7.0",
      "date": "2026-07-04T13:20:26.000Z",
      "commit": "2d25c68eb046028b680fdc8c9827820f7e791827",
      "fileid": "https://r2.ropensci.org/0bcf0ce3fd30e9f0810ba7b161c343e1540e89634a126911cc094a65b43fec0c",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/s3alfisc/actions/runs/28707374655"
    }
  ]
}