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

Download this file

26 lines (22 with data), 571 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/eventData.R
\docType{methods}
\name{fit}
\alias{fit}
\alias{fit,EventData-method}
\title{Fit a survival model to an EventData object}
\usage{
\S4method{fit}{EventData}(object, dist = "weibull")
}
\arguments{
\item{object}{an EventData object}
\item{dist}{character, either weibull or loglogistic, which model
is to be fit}
\item{...}{Additional arguments to the function}
}
\value{
an EventModel object
}
\description{
Fit a survival model to an EventData object
}