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

Download this file

42 lines (32 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
% Generated by roxygen2: do not edit by hand
% 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
\docType{methods}
\name{show}
\alias{show}
\alias{show,AccrualGenerator-method}
\alias{show,AnalysisResults-method}
\alias{show,EventData-method}
\alias{show,EventModel-method}
\alias{show,FromDataResults-method}
\alias{show,LagEffect-method}
\alias{show,LongLagSettings-method}
\alias{show,SimQOutput-method}
\alias{show,Study-method}
\title{The S4 show methods for EventPrediction package}
\usage{
\S4method{show}{SimQOutput}(object)
\S4method{show}{EventData}(object)
\S4method{show}{AccrualGenerator}(object)
\S4method{show}{LongLagSettings}(object)
\S4method{show}{FromDataResults}(object)
\S4method{show}{EventModel}(object)
\S4method{show}{LagEffect}(object)
\S4method{show}{Study}(object)
\S4method{show}{AnalysisResults}(object)
}
\arguments{
\item{object}{The object to be shown}
}
\description{
The S4 show methods for EventPrediction package
}