knitr::opts_chunk$set(echo = TRUE)
<!--
(a) Report numbers of individuals at each stage of study—eg numbers potentially eligible, examined for eligibility, confirmed eligible, included in the study, completing follow-up, and analysed
(b) Give reasons for non-participation at each stage
(c) Consider use of a flow diagram
(a) Give characteristics of study participants (eg demographic, clinical, social) and information on exposures and potential confounders
(b) Indicate number of participants with missing data for each variable of interest
(c) Cohort study — Summarise follow-up time (eg, average and total amount)
Cohort study — Report numbers of outcome events or summary measures over time
Case-control study — Report numbers in each exposure category, or summary measures of exposure
Cross-sectional study — Report numbers of outcome events or summary measures
(a) Give unadjusted estimates and, if applicable, confounder-adjusted estimates and their precision (eg, 95% confidence interval). Make clear which confounders were adjusted for and why they were included
(b) Report category boundaries when continuous variables were categorized
(c) If relevant, consider translating estimates of relative risk into absolute risk for a meaningful time period
Report other analyses done—eg analyses of subgroups and interactions, and sensitivity analyses -->
You can include code in this document like this:
source("main.R") ## This "imports" the main script file of your project and run any code in it
You can also embed plots:
plot(pressure)
You can also mix text and code, so called inline code, like this: r 2+5
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.