{
  "_id": "6a2147a4cd65a98ecbd2bb96",
  "Package": "ecic",
  "Title": "Extended Changes-in-Changes",
  "Version": "0.0.4",
  "Authors@R": "person(\"Frederic\", \"Kluser\", , \"frederic.kluser@unibe.ch\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-4454-7572\"))",
  "Description": "Extends the Changes-in-Changes model a la Athey and Imbens\n(2006) <doi:10.1111/j.1468-0262.2006.00668.x> to multiple\ncohorts and time periods, which generalizes\ndifference-in-differences estimation techniques to the entire\ndistribution. Computes quantile treatment effects for every\npossible two-by-two combination in ecic(). Then, aggregating\nall bootstrap runs adds the standard errors in summary_ecic().\nResults can be plotted with plot_ecic() aggregated over all\ncohort-group combinations or in an event-study style for either\nindividual periods or individual quantiles.",
  "License": "MIT + file LICENSE",
  "URL": "https://frederickluser.github.io/ecic/",
  "BugReports": "https://github.com/frederickluser/ecic/issues",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Repository": "https://frederickluser.r-universe.dev",
  "Date/Publication": "2025-01-20 14:14:46 UTC",
  "RemoteUrl": "https://github.com/frederickluser/ecic",
  "RemoteRef": "HEAD",
  "RemoteSha": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-04 09:34:31 UTC",
    "User": "root"
  },
  "Author": "Frederic Kluser [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-4454-7572>)",
  "Maintainer": "Frederic Kluser <frederic.kluser@unibe.ch>",
  "MD5sum": "c042194c7a59030493fd64f151d85e7a",
  "_user": "frederickluser",
  "_type": "src",
  "_file": "ecic_0.0.4.tar.gz",
  "_fileid": "6f5c357af45abc91e4ba83eb6cd675d9ba32719256d42b26364479c84a470731",
  "_filesize": 673988,
  "_sha256": "6f5c357af45abc91e4ba83eb6cd675d9ba32719256d42b26364479c84a470731",
  "_created": "2026-06-04T09:34:31.000Z",
  "_published": "2026-06-04T09:38:44.065Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79490751480,
      "time": 142,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408067798"
    },
    {
      "job": 79490751439,
      "time": 133,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408064442"
    },
    {
      "job": 79490751541,
      "time": 210,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408071195"
    },
    {
      "job": 79490751478,
      "time": 186,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408071222"
    },
    {
      "job": 79490261829,
      "time": 173,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408016126"
    },
    {
      "job": 79490751446,
      "time": 97,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408051411"
    },
    {
      "job": 79490751465,
      "time": 111,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7408057718"
    },
    {
      "job": 79490751576,
      "time": 103,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7408053653"
    },
    {
      "job": 79490751503,
      "time": 132,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7408064061"
    }
  ],
  "_buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/frederickluser/ecic",
  "_commit": {
    "id": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
    "author": "frederickluser <57940466+frederickluser@users.noreply.github.com>",
    "committer": "frederickluser <57940466+frederickluser@users.noreply.github.com>",
    "message": "Update CRAN-SUBMISSION\n",
    "time": 1737382486
  },
  "_maintainer": {
    "name": "Frederic Kluser",
    "email": "frederic.kluser@unibe.ch",
    "login": "frederickluser",
    "description": "Economist",
    "uuid": 57940466,
    "orcid": "0000-0002-4454-7572"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "furrr",
      "role": "Imports"
    },
    {
      "package": "future",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "patchwork",
      "role": "Imports"
    },
    {
      "package": "progress",
      "role": "Imports"
    },
    {
      "package": "progressr",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    }
  ],
  "_owner": "frederickluser",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 5,
  "_contributors": [
    {
      "user": "frederickluser",
      "count": 30,
      "uuid": 57940466
    }
  ],
  "_userbio": {
    "uuid": 57940466,
    "type": "user",
    "name": "Frédéric Kluser",
    "description": "Economist"
  },
  "_downloads": {
    "count": 163,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ecic"
  },
  "_devurl": "https://github.com/frederickluser/ecic",
  "_pkgdown": "https://frederickluser.github.io/ecic/",
  "_searchresults": 7,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/ecic.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/frederickluser/ecic",
  "_realowner": "frederickluser",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.2",
      "date": "2023-02-03"
    },
    {
      "version": "0.0.3",
      "date": "2023-02-21"
    },
    {
      "version": "0.0.4",
      "date": "2025-01-20"
    }
  ],
  "_exports": [
    "ecic",
    "ecic_plot"
  ],
  "_datasets": [
    {
      "name": "dat",
      "title": "Simulated sample data",
      "object": "dat",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "countyreal",
        "first.treat",
        "year",
        "time_to_treat",
        "lemp"
      ],
      "rows": 60000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "dat",
      "title": "Simulated sample data",
      "topics": [
        "dat"
      ]
    },
    {
      "page": "ecic",
      "title": "Estimate a changes-in-changes model with multiple periods and cohorts",
      "topics": [
        "ecic"
      ]
    },
    {
      "page": "ecic_plot",
      "title": "Plot an extended changes-in-changes model",
      "topics": [
        "ecic_plot"
      ]
    },
    {
      "page": "print.ecic",
      "title": "Print ecic objects",
      "topics": [
        "print.ecic"
      ]
    },
    {
      "page": "summary.ecic",
      "title": "Summary for a changes-in-changes regression with multiple periods and cohorts",
      "topics": [
        "summary.ecic"
      ]
    }
  ],
  "_pkglogo": "https://github.com/frederickluser/ecic/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/frederickluser/ecic/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "cpp11",
    "crayon",
    "digest",
    "farver",
    "furrr",
    "future",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "hms",
    "isoband",
    "labeling",
    "lifecycle",
    "listenv",
    "magrittr",
    "parallelly",
    "patchwork",
    "pkgconfig",
    "prettyunits",
    "progress",
    "progressr",
    "purrr",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 3.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "ecic",
  "_universes": [
    "frederickluser"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:30.000Z",
      "distro": "noble",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "5e182cf274c07baba58aec34cb06a7a970cd9bbc6ab492754e756872e4f515cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:24.000Z",
      "distro": "noble",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "327a02da6ade717bc1945994d7f632b053665cac5dffa8a4875c90a7216b0b47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:47.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "a44057b27820e6ef7601b50e7689cf7cfb86f5ce47b14400dc34ac2db7e3841a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:38.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "5d21f349d6928ec3d29c2eb5d37a530ff3dd8693e652eb879f9708bce866950e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:27.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "84e3c3409d34dad5d2be8c976a1df66b04747926eef1ead80319feaefb9a429d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-04T09:35:50.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "0d66b45993cb8fd5d63232a9cd042239717b51b68628d653422f6b7d16e196e6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-04T09:35:37.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "684ec89b49e32f24a9f96885f4aa46b85c0439a51368595dbd9dd8ed9e01f16c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.4",
      "date": "2026-06-04T09:36:10.000Z",
      "commit": "3867ce3fe3215aa66148ad97cdb551acb3b2ede8",
      "fileid": "4fd3cb1e04cf56afb7ea5de163b9a45052cefc2fb72ab925fec8b414d96ce4f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/frederickluser/actions/runs/26943393251"
    }
  ]
}