EVOLUTION-MANAGER
Edit File: model.frame.coxph.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Model.frame method for coxph objects</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for model.frame.coxph {survival}"><tr><td>model.frame.coxph {survival}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Model.frame method for coxph objects</h2> <h3>Description</h3> <p> Recreate the model frame of a coxph fit. </p> <h3>Usage</h3> <pre> ## S3 method for class 'coxph' model.frame(formula, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>formula</code></td> <td> <p>the result of a <code>coxph</code> fit</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>other arguments to <code>model.frame</code></p> </td></tr> </table> <h3>Details</h3> <p>For details, see the manual page for the generic function. This function would rarely be called by a user, it is mostly used inside functions like <code>residual</code> that need to recreate the data set from a model in order to do further calculations. </p> <h3>Value</h3> <p>the model frame used in the original fit, or a parallel one for new data. </p> <h3>Author(s)</h3> <p>Terry Therneau</p> <h3>See Also</h3> <p><code><a href="../../stats/html/model.frame.html">model.frame</a></code></p> <hr /><div style="text-align: center;">[Package <em>survival</em> version 2.44-1.1 <a href="00Index.html">Index</a>]</div> </body></html>