Piercing Insight
  • Home
  • R Packages
  • Presentations
  • About
Categories
All (3)
Missing Data (1)
Quarto Tips (3)
R (1)
Reproducible Research (2)
Separation Principle (1)

Home

Author

Steven J. Pierce

Modified

2025-02-16

Welcome my personal website! This is where I share materials on reproducible research, statistical consulting, and other topics I find interesting.

Software for Reproducible Research with R

HTML vs. PDF Output

Quarto Tips
Reproducible Research

Choosing between Quarto output formats.

2025-05-13
6 min
html_vs_pdf.qmd

Assessing Missing Data

Quarto Tips
Missing Data
R

Examples of Assessing Missing Data.

2025-03-29
16 min
assess_missing_data.qmd

Draft vs. Production Output

Quarto Tips
Reproducible Research
Separation Principle

How I use Quarto to separate draft from production output files.

2025-02-16
6 min
draft_vs_production.qmd
No matching items
Source Code
---
title: "Home"
author: 
  - name: Steven J. Pierce
    orcid: 0000-0002-0679-3019
    email: pierces1@msu.edu
date-modified: last-modified
date-format: YYYY-MM-DD
format: 
  html:
    toc: true
    toc-depth: 3
    toc-location: left
    number-sections: true
    number-depth: 3
    code-fold: true
    code-tools: true
    code-line-numbers: false
    embed-resources: false 
    anchor-sections: true
execute:
  eval: true
  echo: fenced
  output: true
  warning: true
  error: true
  include: true
knitr:
  opts_chunk: 
    message: true
listing:
  contents: posts/**/*.qmd
  sort: "date desc"
  type: default
  categories: true
  sort-ui: true
  filter-ui: true
  fields: [date, title, reading-time, description, categories, filename]
page-layout: full  
---

Welcome my personal website! This is where I share materials on reproducible 
research, statistical consulting, and other topics I find interesting.  

[Software for Reproducible Research with R](rr_software.qmd)