{
  "_id": "6a1d70c21d7bb097a0a505a1",
  "Package": "PND.heter.cluster",
  "Type": "Package",
  "Title": "Estimating the Cluster Specific Treatment Effects in Partially\nNested Designs",
  "Version": "0.1.0",
  "Authors@R": "person(given = \"Xiao\",\nfamily = \"Liu\",\nrole = c(\"aut\", \"cre\"),\nemail = \"xiao.liu@austin.utexas.edu\")",
  "Maintainer": "Xiao Liu <xiao.liu@austin.utexas.edu>",
  "Description": "Implements the methods for assessing heterogeneous\ncluster-specific treatment effects in partially nested designs\nas described in Liu (2024) <doi:10.1037/met0000723>. The\nestimation uses the multiply robust method, allowing for the\nuse of machine learning methods in model estimation (e.g.,\nrandom forest, neural network, and the super learner ensemble).\nPartially nested designs (also known as partially clustered\ndesigns) are designs where individuals in the treatment arm are\nassigned to clusters (e.g., teachers, tutoring groups,\ntherapists), whereas individuals in the control arm have no\nsuch clustering.",
  "URL": "https://github.com/xliu12/PND.heter",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.1",
  "Config/pak/sysreqs": "cmake libfontconfig1-dev libfreetype6-dev\nlibfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev\nlibpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev\nlibssl-dev libx11-dev zlib1g-dev",
  "Repository": "https://xliu12.r-universe.dev",
  "Date/Publication": "2025-06-03 13:38:14 UTC",
  "RemoteUrl": "https://github.com/xliu12/pnd.heter",
  "RemoteRef": "HEAD",
  "RemoteSha": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
  "RemoteSubdir": "PND.heter.cluster",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-01 11:40:04 UTC",
    "User": "root"
  },
  "Author": "Xiao Liu [aut, cre]",
  "MD5sum": "e9b43c3f246f2f1137edaf6bd8d153c8",
  "_user": "xliu12",
  "_type": "src",
  "_file": "PND.heter.cluster_0.1.0.tar.gz",
  "_fileid": "1f8a52767892951ec128a0b11dccebc3cd0cf7a29aced9ec93cdbc7a0044ae11",
  "_filesize": 151569,
  "_sha256": "1f8a52767892951ec128a0b11dccebc3cd0cf7a29aced9ec93cdbc7a0044ae11",
  "_created": "2026-06-01T11:40:04.000Z",
  "_published": "2026-06-01T11:45:06.106Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78844335248,
      "time": 214,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7330549187"
    },
    {
      "job": 78844335255,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7330529195"
    },
    {
      "job": 78844335239,
      "time": 264,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7330555162"
    },
    {
      "job": 78844335250,
      "time": 225,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7330537941"
    },
    {
      "job": 78843718281,
      "time": 229,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330478479"
    },
    {
      "job": 78844335214,
      "time": 148,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7330527191"
    },
    {
      "job": 78844335241,
      "time": 116,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7330516202"
    },
    {
      "job": 78844335257,
      "time": 179,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7330538622"
    },
    {
      "job": 78844335223,
      "time": 103,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7330512791"
    }
  ],
  "_buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/xliu12/pnd.heter",
  "_commit": {
    "id": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
    "author": "Xiao Liu <xiao.liu@austin.utexas.edu>",
    "committer": "GitHub <noreply@github.com>",
    "message": "updated with CRAN comments",
    "time": 1748957894
  },
  "_maintainer": {
    "name": "Xiao Liu",
    "email": "xiao.liu@austin.utexas.edu",
    "login": "xliu12",
    "description": "",
    "uuid": 49348732
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "mvtnorm",
      "role": "Imports"
    },
    {
      "package": "SuperLearner",
      "role": "Imports"
    },
    {
      "package": "ranger",
      "role": "Imports"
    },
    {
      "package": "xgboost",
      "role": "Imports"
    },
    {
      "package": "nnet",
      "role": "Imports"
    },
    {
      "package": "origami",
      "role": "Imports"
    },
    {
      "package": "boot",
      "role": "Imports"
    },
    {
      "package": "tidyverse",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "magrittr",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "xliu12",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 3
    },
    {
      "week": "2025-23",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "xliu12",
      "count": 100,
      "uuid": 49348732
    }
  ],
  "_userbio": {
    "uuid": 49348732,
    "type": "user",
    "name": "Xiao Liu"
  },
  "_downloads": {
    "count": 127,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/PND.heter.cluster"
  },
  "_devurl": "https://github.com/xliu12/pnd.heter",
  "_searchresults": 2,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/PND.heter.cluster.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/xliu12/pnd.heter",
  "_realowner": "xliu12",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-06-05"
    }
  ],
  "_exports": [
    "atekCl",
    "balance"
  ],
  "_datasets": [
    {
      "name": "data_in",
      "title": "data_in",
      "object": "data_in",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Y",
        "K",
        "tt",
        "X_dat.1",
        "X_dat.2",
        "X_dat.3",
        "X_dat.4",
        "id"
      ],
      "rows": 400,
      "table": true,
      "tojson": true
    },
    {
      "name": "partially_nested_data_example",
      "title": "partially_nested_data_example",
      "object": "partially_nested_data_example",
      "class": [
        "data.frame"
      ],
      "fields": [
        "Intervention_Assignment",
        "Coach_ID",
        "Posttest_Instructional_Support",
        "X_gender",
        "X_age",
        "X_TRace_Black",
        "X_TRace_Hispanic",
        "X_TRace_White",
        "X_Tses_aboveMiddle",
        "X_TINTNEED",
        "X_Tparedu_aboveHS",
        "X_yrs_education",
        "X_yrs_teaching_experience",
        "X_CLASSPOV",
        "X_Cheadstart",
        "X_CpublicSCH",
        "X_self_efficacy",
        "X_pretest_emotional_support",
        "X_pretest_organizational_support",
        "X_pretest_instructional_support",
        "X_extraversion",
        "X_agreeableness",
        "X_conscientiousness",
        "id"
      ],
      "rows": 308,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "atekCl",
      "title": "Estimation of the cluster-specific treatment effects in the partially nested design.",
      "topics": [
        "atekCl"
      ]
    },
    {
      "page": "balance",
      "title": "Checking covariate balance based on estimated cluster assignment probabilities (principal score) and treatment assignment probabilities (propensity score).",
      "topics": [
        "balance"
      ]
    },
    {
      "page": "cluster.specific.ate",
      "title": "Estimation of the cluster-specific treatment effects in the partially nested design",
      "topics": [
        "cluster.specific.ate"
      ]
    },
    {
      "page": "data_in",
      "title": "data_in",
      "topics": [
        "data_in"
      ]
    },
    {
      "page": "partially_nested_data_example",
      "title": "partially_nested_data_example",
      "topics": [
        "partially_nested_data_example"
      ]
    }
  ],
  "_readme": "https://github.com/xliu12/pnd.heter/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "askpass",
    "assertthat",
    "backports",
    "base64enc",
    "bit",
    "bit64",
    "bitops",
    "blob",
    "boot",
    "broom",
    "bslib",
    "cachem",
    "callr",
    "caTools",
    "cellranger",
    "cli",
    "clipr",
    "codetools",
    "conflicted",
    "cpp11",
    "crayon",
    "curl",
    "cvAUC",
    "data.table",
    "DBI",
    "dbplyr",
    "digest",
    "dplyr",
    "dtplyr",
    "evaluate",
    "farver",
    "fastmap",
    "fontawesome",
    "forcats",
    "foreach",
    "fs",
    "future",
    "future.apply",
    "gam",
    "gargle",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "googledrive",
    "googlesheets4",
    "gplots",
    "gtable",
    "gtools",
    "haven",
    "highr",
    "hms",
    "htmltools",
    "httr",
    "ids",
    "isoband",
    "iterators",
    "jquerylib",
    "jsonlite",
    "KernSmooth",
    "knitr",
    "labeling",
    "lattice",
    "lifecycle",
    "listenv",
    "lubridate",
    "magrittr",
    "Matrix",
    "memoise",
    "mime",
    "modelr",
    "mvtnorm",
    "nnet",
    "nnls",
    "openssl",
    "origami",
    "parallelly",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "processx",
    "progress",
    "ps",
    "purrr",
    "R6",
    "ragg",
    "ranger",
    "rappdirs",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "readr",
    "readxl",
    "rematch",
    "rematch2",
    "reprex",
    "rlang",
    "rmarkdown",
    "ROCR",
    "rstudioapi",
    "rvest",
    "S7",
    "sass",
    "scales",
    "selectr",
    "stringi",
    "stringr",
    "SuperLearner",
    "sys",
    "systemfonts",
    "textshaping",
    "tibble",
    "tidyr",
    "tidyselect",
    "tidyverse",
    "timechange",
    "tinytex",
    "tzdb",
    "utf8",
    "uuid",
    "vctrs",
    "viridisLite",
    "vroom",
    "withr",
    "xfun",
    "xgboost",
    "xml2",
    "yaml"
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "pnd.heter.cluster",
  "_universes": [
    "xliu12"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T11:43:26.000Z",
      "distro": "noble",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "7abf28b01a09bc659ce5a8e15d83a4131b4bf852f1dfe9396afc5a5437d61ac2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-01T11:42:33.000Z",
      "distro": "noble",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "32e9d10480a18abd8594deeb2a86859454d1afc3c62dba3f3fc7936d8569832e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T11:42:53.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "daf41776d9c3b01fb629bc8f5b4c030d756cc8076aeebadcf4115063b17b24b3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-01T11:42:46.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "9690468a3f1fe82ff1414fbc24cba957ae8714dfdfcb9fc05631d9bb688e4fda",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-01T11:42:53.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "27e6832b89549d584736e4e661985c7d5df64efdeac10926c4636a355346d39a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T11:41:38.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "fed213204938a9834d34f5b43cac3264ab3d7cafc68c5fe0f431248310607a65",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T11:42:48.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "c26396f86d5547e85456cab0de4d9b670ee5d810273387ac8e87acd3cd1db079",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-01T11:41:28.000Z",
      "commit": "7099a2096dbf6f24a133af82ced0793a1bc981d6",
      "fileid": "0381526b4b89487e6d918a2d5d9923e305c075230dbbcec98cb725c28f9349de",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/xliu12/actions/runs/26752454408"
    }
  ]
}