[f2e496]: / man / isSingleArm-methods.Rd

Download this file

23 lines (20 with data), 473 Bytes

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