{
  "_id": "6a227b61cd65a98ecbd4e758",
  "Package": "tcl",
  "Type": "Package",
  "Title": "Testing in Conditional Likelihood Context",
  "Version": "1.0.1",
  "Date": "2025-10-05",
  "Authors@R": "c(person(given = \"Clemens\",\nfamily = \"Draxler\",\nrole = c(\"aut\", \"cre\"),\nemail = \"clemens.draxler@umit-tirol.at\"),\nperson(given = \"Andreas\",\nfamily = \"Kurz\",\nrole = \"aut\",\nemail = \"andreas.kurz@plus.ac.at\"))",
  "Author": "Clemens Draxler [aut, cre], Andreas Kurz [aut]",
  "Maintainer": "Clemens Draxler <clemens.draxler@umit-tirol.at>",
  "Description": "An implementation of hypothesis testing in an extended\nRasch modeling framework, including sample size planning\nprocedures and power computations. Provides 4 statistical\ntests, i.e., gradient test (GR), likelihood ratio test (LR),\nRao score or Lagrange multiplier test (RS), and Wald test, for\ntesting a number of hypotheses referring to the Rasch model\n(RM), linear logistic test model (LLTM), rating scale model\n(RSM), and partial credit model (PCM). Three types of functions\nfor power and sample size computations are provided. Firstly,\nfunctions to compute the sample size given a user-specified\n(predetermined) deviation from the hypothesis to be tested, the\nlevel alpha, and the power of the test. Secondly, functions to\nevaluate the power of the tests given a user-specified\n(predetermined) deviation from the hypothesis to be tested, the\nlevel alpha of the test, and the sample size. Thirdly,\nfunctions to evaluate the so-called post hoc power of the\ntests. This is the power of the tests given the observed\ndeviation of the data from the hypothesis to be tested and a\nuser-specified level alpha of the test. Power and sample size\ncomputations are based on a Monte Carlo simulation approach. It\nis computationally very efficient. The variance of the random\nerror in computing power and sample size arising from the\nsimulation approach is analytically derived by using the delta\nmethod. Additionally, functions to compute the power of the\ntests as a function of an effect measure interpreted as\nexplained variance are provided. Draxler, C., & Alexandrowicz,\nR. W. (2015), <doi:10.1007/s11336-015-9472-y>.",
  "License": "GPL-2",
  "Encoding": "UTF-8",
  "LazyLoad": "true",
  "NeedsCompilation": "no",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Packaged": {
    "Date": "2026-06-05 07:28:38 UTC",
    "User": "root"
  },
  "Repository": "https://cran.r-universe.dev",
  "Date/Publication": "2025-10-06 08:20:02 UTC",
  "RemoteUrl": "https://github.com/cran/tcl",
  "RemoteRef": "HEAD",
  "RemoteSha": "fbc1d91b9d6407d6ce534a6f044eaac55f8cbdc6",
  "MD5sum": "7cf30691161d3aca6fd6e05f61650228",
  "_user": "cran",
  "_type": "src",
  "_file": "tcl_1.0.1.tar.gz",
  "_fileid": "ca435da13def7469d9d0d1706a850f867cfd190af8a2a7b5374b29e4f10fdc70",
  "_filesize": 414508,
  "_sha256": "ca435da13def7469d9d0d1706a850f867cfd190af8a2a7b5374b29e4f10fdc70",
  "_created": "2026-06-05T07:28:38.000Z",
  "_published": "2026-06-05T07:31:45.739Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79683530145,
      "time": 145,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7431165334"
    },
    {
      "job": 79683530103,
      "time": 132,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431165501"
    },
    {
      "job": 79683105795,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431127233"
    },
    {
      "job": 79683530156,
      "time": 100,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7431156182"
    }
  ],
  "_buildurl": "https://github.com/r-universe/cran/actions/runs/27001441165",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/tcl",
  "_commit": {
    "id": "fbc1d91b9d6407d6ce534a6f044eaac55f8cbdc6",
    "author": "Clemens Draxler <clemens.draxler@umit-tirol.at>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.0.1\n",
    "time": 1759738802
  },
  "_maintainer": {
    "name": "Clemens Draxler",
    "email": "clemens.draxler@umit-tirol.at"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "eRm",
      "role": "Imports"
    },
    {
      "package": "psychotools",
      "role": "Imports"
    },
    {
      "package": "ltm",
      "role": "Imports"
    },
    {
      "package": "numDeriv",
      "role": "Imports"
    },
    {
      "package": "graphics",
      "role": "Imports"
    },
    {
      "package": "grDevices",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "splines",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "lattice",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-41",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "1.0.1",
      "date": "2025-10-06"
    }
  ],
  "_stars": 0,
  "_userbio": {
    "uuid": 6899542,
    "type": "organization",
    "name": "cran",
    "description": "Unofficial read-only mirror of all CRAN R packages"
  },
  "_downloads": {
    "count": 180,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/tcl"
  },
  "_mentions": 27,
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_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/tcl.html",
    "manual.pdf"
  ],
  "_realowner": "cran",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2019-09-20"
    },
    {
      "version": "0.1.1",
      "date": "2021-05-04"
    },
    {
      "version": "0.2.0",
      "date": "2023-05-03"
    },
    {
      "version": "0.2.1",
      "date": "2024-09-16"
    },
    {
      "version": "1.0.1",
      "date": "2025-10-06"
    }
  ],
  "_exports": [
    "change_test",
    "cml_power",
    "discr_test",
    "get_eRm_arg",
    "invar_test",
    "LLTM_test",
    "mix_mod",
    "opt_n",
    "p_curve",
    "p_ncurve",
    "post_hocChange",
    "post_hocPCM",
    "post_hocRM",
    "powerChange",
    "powerPCM",
    "powerRM",
    "sa_sizeChange",
    "sa_sizePCM",
    "sa_sizeRM",
    "tcl_hessian",
    "tcl_scorefun"
  ],
  "_help": [
    {
      "page": "change_test",
      "title": "Tests in context of measurement of change using LLTM.",
      "topics": [
        "change_test"
      ]
    },
    {
      "page": "cml_power",
      "title": "Power and Power Curve Functions",
      "topics": [
        "cml_power",
        "p_curve",
        "p_ncurve"
      ]
    },
    {
      "page": "discr_test",
      "title": "Testing item discriminations",
      "topics": [
        "discr_test"
      ]
    },
    {
      "page": "get_eRm_arg",
      "title": "Extract Arguments from an eRm Object",
      "topics": [
        "get_eRm_arg"
      ]
    },
    {
      "page": "invar_test",
      "title": "Test of invariance of item parameters between two groups.",
      "topics": [
        "invar_test"
      ]
    },
    {
      "page": "LLTM_test",
      "title": "Testing linear restrictions on parameter space of item parameters of RM.",
      "topics": [
        "LLTM_test"
      ]
    },
    {
      "page": "mix_mod",
      "title": "Mixed model considering the effects of multiple covariates .",
      "topics": [
        "mix_mod"
      ]
    },
    {
      "page": "opt_n",
      "title": "Computes the optimal sample size for item parameter invariance tests.",
      "topics": [
        "opt_n"
      ]
    },
    {
      "page": "post_hocChange",
      "title": "Power analysis of tests in context of measurement of change using LLTM",
      "topics": [
        "post_hocChange"
      ]
    },
    {
      "page": "post_hocPCM",
      "title": "Power analysis of tests of invariance of item parameters between two groups of persons in partial credit model",
      "topics": [
        "post_hocPCM"
      ]
    },
    {
      "page": "post_hocRM",
      "title": "Power analysis of tests of invariance of item parameters between two groups of persons in binary Rasch model",
      "topics": [
        "post_hocRM"
      ]
    },
    {
      "page": "powerChange",
      "title": "Power analysis of tests in context of measurement of change using LLTM",
      "topics": [
        "powerChange"
      ]
    },
    {
      "page": "powerPCM",
      "title": "Power analysis of tests of invariance of item parameters between two groups of persons in partial credit model",
      "topics": [
        "powerPCM"
      ]
    },
    {
      "page": "powerRM",
      "title": "Power analysis of tests of invariance of item parameters between two groups of persons in binary Rasch model",
      "topics": [
        "powerRM"
      ]
    },
    {
      "page": "sa_sizeChange",
      "title": "Sample size planning for tests in context of measurement of change using LLTM",
      "topics": [
        "sa_sizeChange"
      ]
    },
    {
      "page": "sa_sizePCM",
      "title": "Sample size planning for tests of invariance of item-category parameters between two groups of persons in partial credit model",
      "topics": [
        "sa_sizePCM"
      ]
    },
    {
      "page": "sa_sizeRM",
      "title": "Sample size planning for tests of invariance of item parameters between two groups of persons in binary Rasch model",
      "topics": [
        "sa_sizeRM"
      ]
    },
    {
      "page": "tcl_hessian",
      "title": "Computation of Hessian matrix.",
      "topics": [
        "tcl_hessian"
      ]
    },
    {
      "page": "tcl_scorefun",
      "title": "Computation of score function.",
      "topics": [
        "tcl_scorefun"
      ]
    }
  ],
  "_readme": "https://github.com/cran/tcl/raw/HEAD/README.md",
  "_rundeps": [
    "admisc",
    "cli",
    "colorspace",
    "eRm",
    "expm",
    "generics",
    "glue",
    "GPArotation",
    "lattice",
    "lifecycle",
    "ltm",
    "magrittr",
    "MASS",
    "Matrix",
    "mnormt",
    "msm",
    "mvtnorm",
    "nlme",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "polycor",
    "psych",
    "psychotools",
    "rlang",
    "survival",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_vignettes": [
    {
      "source": "tcl-vignette.Rmd",
      "filename": "tcl-vignette.html",
      "title": "Testing in Conditional Likelihood Context: The R Package tcl",
      "author": "Clemens Draxler and Andreas Kurz",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2021-05-04 06:00:03",
      "modified": "2025-10-06 08:20:02",
      "commits": 4
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "tcl",
  "_universes": [
    "cran"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-05T07:30:46.000Z",
      "distro": "noble",
      "commit": "fbc1d91b9d6407d6ce534a6f044eaac55f8cbdc6",
      "fileid": "8378cab3900ae5c69bec20ed3aa5666f410a60698ad272d0a9d6eb830399ecd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001441165"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.1",
      "date": "2026-06-05T07:30:45.000Z",
      "distro": "noble",
      "commit": "fbc1d91b9d6407d6ce534a6f044eaac55f8cbdc6",
      "fileid": "3b2b9cbe276093e514d7f780eaeab856733286e848682480eb7955c428a75bbb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001441165"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.1",
      "date": "2026-06-05T07:30:42.000Z",
      "commit": "fbc1d91b9d6407d6ce534a6f044eaac55f8cbdc6",
      "fileid": "6dc815efefe0e4913023987af03819070d7f7efcdf6e6058a8c91a158a795031",
      "status": "success",
      "buildurl": "https://github.com/r-universe/cran/actions/runs/27001441165"
    }
  ]
}