一键导入
conjoint-design
Design conjoint experiments: attributes, power, AMCE/AMIE estimation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Design conjoint experiments: attributes, power, AMCE/AMIE estimation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scaffold or audit an entire research project repository organized around its source library. Use whenever the user is starting, structuring, organizing, or reviewing a whole project — "set up a research repo", "how should I structure/organize this project", "initialize my sources folder", "new paper or literature-review project", "audit my repo structure", "is my sources folder set up right", "check my project layout". Builds the full tree from the sources spine outward — sources/{og,md,unprocessed}, references.bib, a PDF→Markdown convert script (OpenDataLoader PDF), a process-source intake command, CLAUDE.md/AGENTS.md, .gitignore, .venv — plus the analysis, manuscript, and review folders; or audits an existing repo and reports what is present, partial, or missing. NOT for intaking or converting a single PDF (use process-source) or building a publication replication package (use replication-package).
LLM token logprobs and calibration: per-decision confidence, ECE, Brier, reliability diagrams, low-confidence triage.
LLM council/panel voting: multi-model coders, consensus rules, inter-rater agreement (kappa, alpha), correlated-error diagnostics.
Compare OCR systems before a bulk run: candidate set, stratified ground truth, CER/WER, normalization, per-language and per-stratum accuracy.
Fact-check a manuscript's claims against the cited sources themselves: locate each source's knowledge-base Markdown file and verify the in-text claim is actually supported. Runs a pre-flight gate that refuses unless a per-source Markdown knowledge base exists and is clean (PDFs converted via process-source); then runs citation-check; then audits claim support, overclaiming, direction, scope, and misattribution.
Audit citation existence and fabrication risk, in-text/reference parity, DOIs, claim support, and style.
| name | conjoint-design |
| description | Design conjoint experiments: attributes, power, AMCE/AMIE estimation. |
Worked example (attribute table → power calculation → PAP tier assignment): see
reference/example.md.
cjpowR R package (Freitag 2021) or the associated Shiny app for simulation-based power analysis. These allow specification of the number of attributes, levels, tasks, and profiles, and return power curves for main effects and interactions. For a general declare-diagnose-redesign workflow that couples the closed-form formula with design-based simulation across estimands, diagnosands, and assignment schemes, use the DeclareDesign framework (Blair, Cooper, Coppock, and Humphreys 2019). For interaction analysis, use FindIt (Egami and Imai 2019). For heterogeneity detection, use cjbart (Robinson and Duch 2024) or the Bayesian mixture-of-regularized-regressions approach in Goplerud, Imai, and Pashley (2025). For lexicographic preference ranking, use cjRank (Dill, Howlett, and Müller-Crepon 2024). For assumption-free tests of whether a factor matters at all, use CRTConjoint (Ham, Imai, and Janson 2024). For deploying an adaptive focal/context design, use the Docker container at github.com/dmolitor/adaptive-infra, with replication scaffolding at github.com/jennahgosciak/adaptive_conjoint (Gosciak, Molitor, and Lundberg 2026); standard survey platforms (Qualtrics) do not support continuous Thompson-sampling updates.hypothesis-building skill.projoint R package. This is a design decision — it cannot be retrofitted after data collection.CRTConjoint (Ham, Imai, and Janson 2024), which provides an assumption-free test of whether a factor of interest matters in any way given the other factors, and tests for profile-order, carryover, and fatigue effects. This is especially valuable when AMCE-based confidence intervals are narrow and contain zero — a narrow AMCE CI implies a weak marginal effect, not necessarily a weak total causal effect.factorEx) rather than the default uniform AMCE. Define the estimand explicitly — unit-specific quantity, target population, and aggregation — before selecting an estimator, per the estimand-first framework of Lundberg, Johnson, and Stewart (2021).FindIt R package (CausalANOVA()), which simultaneously handles the high-dimensionality problem (even a modest conjoint with 5 attributes and 4 levels each generates 100+ interaction parameters) through regularization that shrinks weak interactions toward zero and collapses adjacent levels with similar effects (Egami and Imai 2019). Note: the AMIE framework applies to interactions between randomized conjoint attributes, not to interactions between attributes and non-randomized respondent characteristics (subgroup moderators).cjbart): Robinson and Duch (2024) fit a probit BART model to estimate Individual-level Marginal Component Effects (IMCEs) -- each respondent's predicted effect for each attribute level. The method introduces a three-level estimand hierarchy: OMCE (observation-level) → IMCE (individual-level, averaged across tasks) → AMCE (population-level, averaged across respondents). The IMCE distribution is the primary heterogeneity diagnostic: a tight, normal distribution centered on the AMCE suggests homogeneous effects; multimodal, skewed, or widely dispersed distributions (especially spanning both sides of zero) indicate substantive heterogeneity. Use het_vimp() to identify which respondent covariates most strongly partition the IMCE distribution via random forest variable importance scores.cjRank R package.pre-registration-writing skill for registry selection, locked/conditional/exploratory tier templates, and contingency-tree conventions that complement the conjoint-specific guidance here.methods-reporting skill to audit the 45-item checklist (attribute list, randomization scheme, restrictions, sample flow, estimator, SEs, weights, and replication materials) before submission; the conjoint-specific items in this skill slot into that broader reporting scaffold rather than substituting for it.FindIt::CausalANOVA() with nway=2 (or nway=3) to estimate AMIEs via penalized ANOVA with weighted zero-sum constraints. Use cv.CausalANOVA() to select the regularization cost parameter (1-SE rule). Decompose specific combination effects with AMIE(). Present as AMIE matrices across factor-level combinations (Egami and Imai 2019). Do not use conventional dummy-coded product terms.cjbart::cjbart() to fit a probit BART model, then IMCE() to extract individual-level effects with credible intervals. Report the AMCE alongside the IMCE standard deviation as the primary heterogeneity diagnostic. Use het_vimp() to identify moderator covariates. Works reliably with 500+ respondents (Robinson and Duch 2024). When interpretable respondent clusters and their moderator-driven membership are the primary target, fit the Bayesian mixture-of-regularized-regressions model in Goplerud, Imai, and Pashley (2025) as an alternative or complement.CRTConjoint (Ham, Imai, and Janson 2024). The same package tests profile-order, carryover, and fatigue assumptions that underlie standard AMCE estimation.CRTConjoint (or equivalent) tests of profile-order, carryover, and fatigue assumptions been planned or reported (Ham, Imai, and Janson 2024)?