Switch to unified view

a b/man/isSingleArm-methods.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/study.R
3
\docType{methods}
4
\name{isSingleArm}
5
\alias{isSingleArm}
6
\alias{isSingleArm,Study-method}
7
\title{Is the \code{Study} a single arm study}
8
\usage{
9
isSingleArm(study)
10
11
\S4method{isSingleArm}{Study}(study)
12
}
13
\arguments{
14
\item{study}{A \code{Study} object}
15
}
16
\value{
17
TRUE if study is single arm, FALSE otherwise
18
}
19
\description{
20
Is the \code{Study} a single arm study
21
}
22