--- title: "Conditional Average Treatment Effects (`cate`)" author: Klaus Kähler Holst date: "`r Sys.Date()`" output: knitr:::html_vignette: fig_caption: yes fig_width: 5.15 fig_height: 3.5 fig_align: center vignette: > %\VignetteIndexEntry{Average Treatment Effects} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ```{r, include = FALSE} knitr::opts_chunk$set( collapse = TRUE, #dev="png", comment = "#>" ) library(targeted) ``` # Introduction