File: predict.rsadd.Rd

package info (click to toggle)
r-cran-relsurv 2.3-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: ansic: 1,223; cpp: 138; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
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/predict.rsadd.R
\name{predict.rsadd}
\alias{predict.rsadd}
\title{Subject-specific prediction from rsadd}
\usage{
\method{predict}{rsadd}(object, newdata, ...)
}
\arguments{
\item{object}{An rsadd object}

\item{newdata}{A data.frame with one row (add covariate values in columns)}

\item{...}{Not used for now}
}
\value{
A data.frame with times, excess and population hazard.
}
\description{
Function
}
\author{
Damjan Manevski \email{damjan.manevski@mf.uni-lj.si}
}