knitr::opts_chunk$set( message = FALSE, warning = FALSE, error = FALSE, echo = TRUE)
Text goes here
More text here.
And even more text here.
library(oldr) library(magrittr) library(dplyr) library(knitr) testSVY %>% create_op() %>% estimate_op(w = testPSU, indicators = "demo", replicates = 19) %>% select(LABEL:UCL.FEMALES) %>% kable(digits = 2)
resultsDF <- estimate_op(x = indicators.ALL, w = testPSU, indicators = "demo", replicates = 19) %>% select(LABEL:UCL.FEMALES) knitr::kable(x = resultsDF)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.