Diff of /man/fit-methods.Rd [000000] .. [f2e496]

Switch to unified view

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