|
a |
|
b/man/show-methods.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/simQOutput.R, R/eventPrediction_package.R, R/eventData.R, R/accrual.R, R/longlagSettings.R, R/dataResults.R, R/eventModel.R, R/lag.R, R/study.R, R/results.R |
|
|
3 |
\docType{methods} |
|
|
4 |
\name{show} |
|
|
5 |
\alias{show} |
|
|
6 |
\alias{show,AccrualGenerator-method} |
|
|
7 |
\alias{show,AnalysisResults-method} |
|
|
8 |
\alias{show,EventData-method} |
|
|
9 |
\alias{show,EventModel-method} |
|
|
10 |
\alias{show,FromDataResults-method} |
|
|
11 |
\alias{show,LagEffect-method} |
|
|
12 |
\alias{show,LongLagSettings-method} |
|
|
13 |
\alias{show,SimQOutput-method} |
|
|
14 |
\alias{show,Study-method} |
|
|
15 |
\title{The S4 show methods for EventPrediction package} |
|
|
16 |
\usage{ |
|
|
17 |
\S4method{show}{SimQOutput}(object) |
|
|
18 |
|
|
|
19 |
\S4method{show}{EventData}(object) |
|
|
20 |
|
|
|
21 |
\S4method{show}{AccrualGenerator}(object) |
|
|
22 |
|
|
|
23 |
\S4method{show}{LongLagSettings}(object) |
|
|
24 |
|
|
|
25 |
\S4method{show}{FromDataResults}(object) |
|
|
26 |
|
|
|
27 |
\S4method{show}{EventModel}(object) |
|
|
28 |
|
|
|
29 |
\S4method{show}{LagEffect}(object) |
|
|
30 |
|
|
|
31 |
\S4method{show}{Study}(object) |
|
|
32 |
|
|
|
33 |
\S4method{show}{AnalysisResults}(object) |
|
|
34 |
} |
|
|
35 |
\arguments{ |
|
|
36 |
\item{object}{The object to be shown} |
|
|
37 |
} |
|
|
38 |
\description{ |
|
|
39 |
The S4 show methods for EventPrediction package |
|
|
40 |
} |
|
|
41 |
|