knitr::opts_chunk$set(echo = TRUE)

# create CLO file required by the Latex template
CTUtemplate::use_ubreportclo(
  # Personal info
  sign = params$author,
  email = params$email,
  job = params$job,
  # Project info
  projnum = params$projnum,
  projname = params$projname,
  # Report info
  version = params$version,
  reporttype = params$reportname
)

Administrative Information {-}


Project number r params$projnum Protocol version V1


\chapter{Study objective}

Primary objective

Describe study objective. The study objective will usually be defined according to: Patients: Which patients are included in the study? Interventions: Which are the intervention groups? Comparisons: Which are the control groups? Outcome: Which is the primary outcome?

Primary outcome

Description of primary outcome, including: Type of data (binary, ordinal, continuous, count, time-to-event) Time point of assessment * In case of continuous outcomes, the measurement scale/units of measurements

Hypothesis (if applicable)

\chapter{Methods and assumptions}

# do calculations here...

\chapter{Result of sample size calculation} Result, e.g. a table Wording of sample size calculation for the study proposal/protocol



CTU-Bern/CTUtemplate documentation built on Feb. 27, 2025, 7:21 p.m.