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
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Ron McLeod
Jeanne Boyarsky
Tim Cooke
Sheriffs:
Bear Bibeault
Henry Wong
Devaka Cooray
Saloon Keepers:
salvin francis
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Bartenders:
Jj Roberts
Carey Brown
Scott Selikoff
Forum:
R Programming
How can I Create Survival Objects in R?
singh Karan
Greenhorn
Posts: 4
posted 1 year 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: 3036
12
I like...
posted 1 year 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 1 year 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 6 months 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
With a little knowledge, a
cast iron skillet
is non-stick and lasts a lifetime.
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...