How do I view the format of a sample data in matlab e.g. "load readmissiontimes" (survival analysis)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
PEACE AMOATEY
el 10 de Oct. de 2013
Respondida: Wayne King
el 10 de Oct. de 2013
Load the sample data.
load readmissiontimes
I want to have a look at the readmissionstimes data.
0 comentarios
Respuesta aceptada
Wayne King
el 10 de Oct. de 2013
The variables in that .mat file are:
Age 100x1 800 double
Censored 100x1 800 double
ReadmissionTime 100x1 800 double
Sex 100x1 800 double
Smoker 100x1 800 double
Weight 100x1 800 double
So you have data for 100 subjects.
The dependent variable is ReadmissionTime
hist(ReadmissionTime)
gives you a histogram of that data.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Industrial Statistics en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!