Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within R
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
R Programming
How can I Create Survival Objects in R?
singh Karan
Greenhorn
Posts: 4
posted 5 years ago
1
Number of slices to send:
Optional 'thank-you' note:
Send
I am a beginner in the Data science using R programming. I have faced a problem in creating a Survival objects in R. Can anybody help me?
Greg Charles
Sheriff
Posts: 3064
12
I like...
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I don't know what a Survival object is, but R has a survival package with a Surv class in it. It's documented here:
http://personal.psu.edu/drh20/R/html/survival/html/Surv.html
, among other places. What problem are you facing?
Aakash Bachheriya
Greenhorn
Posts: 8
posted 5 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Created by Surv function
Usage
>Surv (time, time2, event, type=c (‘right’, ‘left’, ‘interval’, (‘right’, ‘left’, ‘interval’, ‘counting’, ‘interval2’), origin=0)
Sherin Mathew
Ranch Hand
Posts: 95
posted 4 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
you can create object with surv function
Surv(time,time2,event type=,origin=0)
is.Surv(x)
.NET Developer at iFour Technolab Pvt LTd
Well don't expect me to do the dishes! This ad has been cleaned for your convenience:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to connect to database without password using connection pooling
problem with retriving data can anybody help????
How do I read Windows NTFS's Alternate Data Stream using Java's IO?
struts validation example
WSAD 5.1.0 - JNDI - Resource Ref. Could Not Be Located.
More...