inst/doc/morocco.R

## ---- echo = FALSE, message = FALSE-------------------------------------------
knitr::opts_chunk$set(collapse = T, comment = "#>")

## ---- message=FALSE-----------------------------------------------------------
library(rddtools)
data("indh")

## -----------------------------------------------------------------------------
str(indh)

## -----------------------------------------------------------------------------
rdd_dat_indh <- rdd_data(y=choice_pg,
                         x=poverty,
                         data=indh,
                         cutpoint=30 )

## -----------------------------------------------------------------------------
str(rdd_dat_indh)

## -----------------------------------------------------------------------------
summary(rdd_dat_indh)

## -----------------------------------------------------------------------------
plot(rdd_dat_indh[1:715,])

## -----------------------------------------------------------------------------
(reg_para <- rdd_reg_lm(rdd_dat_indh, order=4))

## -----------------------------------------------------------------------------
bw_ik <- rdd_bw_ik(rdd_dat_indh)
(reg_nonpara <- rdd_reg_np(rdd_object=rdd_dat_indh, bw=bw_ik))

## -----------------------------------------------------------------------------
plotSensi(reg_nonpara, from=0.05, to=1, by=0.1)

Try the rddtools package in your browser

Any scripts or data that you put into this service are public.

rddtools documentation built on Jan. 10, 2022, 5:07 p.m.