SlideShare ist ein Scribd-Unternehmen logo
1 von 177
Survival Data
Analysis
Setia Pramana
Educational Background
• Hasselt Universiteit, Belgium, MSc in Applied Statistics
2005-2006.
• Hasselt Universiteit, Belgium, MSc in Biostatistics 2006-
2007.
• Hasselt Universiteit, Belgium, PhD Statistical
Bioinformatics, 2007-2011.
• Medical Epidemiology And Biostatistics Dept.
Karolinska Institutet, Sweden, Postdoctoral, 2011-2014
Course Outline
• Introduction
o Overview of Survival data analysis
o Type of censoring
• Kaplan-Meier Survival Model
o Kaplan-Meier curve
o Comparison of survival curves
o Logrank test & Wilcoxon (Gehan) test
o Application in R.
Setia PramanaSurvival Data Analysis 3
Course Outline
• Cox Proportional Hazard:
o Parameter Estimation
o Partial likelihood
o Model diagnostics
o Hazard Ratio
o Application in R.
Setia PramanaSurvival Data Analysis 4
Course Outline
• Parametric Survival Functions:
o Weibull dist
o Exponential
• Competing risk
• Frailty Model
Setia PramanaSurvival Data Analysis 5
Course Workload
• 40% Theory, 60% practice
• Group Project (5 students)
• Presentation every week
• Software used mainly R, others are allowed
• R code would be provided
• Slides can be seen at :
http://www.slideshare.net/hafidztio/
Setia PramanaSurvival Data Analysis 6
Reference Books
Setia PramanaSurvival Data Analysis 7
Survival Analysis
• Statistical procedures focuses on time to event
data. Outcome: “time until an event occurs”
• Events:
o time to death
o time to onset (or relapse) of a disease
o length of stay in a hospital
o duration of a strike
o money paid by health insurance
o viral load measurements
o time to finish our study
Setia PramanaSurvival Data Analysis 8
Survival Studies
• Clinical trials
• Prospective cohort studies
• Retrospective cohort studies
• Typically, survival data are not fully
observed, but rather are censored.
Setia PramanaSurvival Data Analysis 9
Goals
• To Estimate and interpret Survivor and
Hazard functions
• To compare Survivor and Hazard functions
• To assess the relationship of explanatory
variables to Survival time
Setia PramanaSurvival Data Analysis 10
Survival Studies
• Clinical trials
• Prospective cohort studies
• Retrospective cohort studies
• Typically, survival data are not fully
observed, but rather are censored.
Setia PramanaSurvival Data Analysis 11
Example
• Survival times of cancer patients
• Patients with advanced cancer of the
stomach, bronchus, colon, ovary, or breast
were treated (in addition to standard
treatment) with ascorbate.
• Research questions:
o What is the prognosis for a patient with specific
type of cancer ?
o Do survival times differ with organ affected ?
Setia PramanaSurvival Data Analysis 12
Example
Setia PramanaSurvival Data Analysis 13
Gene Signature for
Prostate Cancer
Setia Pramana 14
Gene Signature for
Prostate Cancer
Setia Pramana 15
The survival time
response
• Usually continuous
• May be incompletely determined for some subjects
o i.e.- For some subjects we may know that their survival
• Time was at least equal to some time t. Whereas, for
other subjects, we will know their exact time of
event.
• Incompletely observed responses are censored
• Is always ≥ 0
Setia PramanaSurvival Data Analysis 16
Censoring
Setia PramanaSurvival Data Analysis 17
Censoring
Setia PramanaSurvival Data Analysis 18
Censoring
• We have some information about a
subject’s event time, but we don’t know the
exact event time.
• Censoring mechanism must be
independent of the survival mechanism.
• Three reasons:
o Study ends (no event)
o Lost to follow-up
o Withdraws
Setia PramanaSurvival Data Analysis 19
Censoring
• Right Censoring: The
survival time is
incomplete at the right
side.
Setia PramanaSurvival Data Analysis 20
Censoring
• Right Censoring: The
survival time is
incomplete at the right
side.
• Left Censoring: True
survival time <=
observed survival time
• Most studies are right
censoring
Setia PramanaSurvival Data Analysis 21
No Censoring
Setia PramanaSurvival Data Analysis 22
Right Censoring due to
End of Study
Setia PramanaSurvival Data Analysis 23
Right Censoring due to
Drop out
Setia PramanaSurvival Data Analysis 24
Left Censoring (due to
Late Study Onset)
Setia PramanaSurvival Data Analysis 25
Interval Censoring
Setia PramanaSurvival Data Analysis 26
Terminology & Notation
Setia PramanaSurvival Data Analysis 27
Terminology & Notation
Setia PramanaSurvival Data Analysis 28
Terminology & Notation
• Survival functions:
• Downwards as t increases
• At time t=0 S(t=0)=1
• S(~)= 0
Setia PramanaSurvival Data Analysis 29
Terminology & Notation
Setia PramanaSurvival Data Analysis 30
Survival Curve
Setia PramanaSurvival Data Analysis 31
Survival Curve
Setia PramanaSurvival Data Analysis 32
Survival Curve
Setia PramanaSurvival Data Analysis 33
Survival Curve
Setia PramanaSurvival Data Analysis 34
Survival Curve
Setia PramanaSurvival Data Analysis 35
Survival Curve
• Make survival curve for Stomach
Setia PramanaSurvival Data Analysis 36
Data Layout
Setia PramanaSurvival Data Analysis 37
censored
Data Layout
Setia PramanaSurvival Data Analysis 38
Data Layout
Setia PramanaSurvival Data Analysis 39
R
• http://www.r-project.org
• http://cran.r-project.org/doc/manuals/R-
intro.html
• The continued rapid growth in add-on
packages.
• The near monopoly R has on the latest
analytic methods.
• Its free price.
R
• R users is growing
R Sources for Survival
Analysis
• http://cran.r-project.org/web/views/Survival.html
• http://anson.ucdavis.edu/~hiwang/teaching/10fall/
R_tutorial%201.pdf
Setia PramanaSurvival Data Analysis 42
Next Class
• Kaplan-Meier Survival Model
Setia PramanaSurvival Data Analysis 43
Review Prev. Class
Setia PramanaSurvival Data Analysis 44
Review Prev. Class
Setia PramanaSurvival Data Analysis 45
Review Prev. Class
Setia PramanaSurvival Data Analysis 46
Review Prev. Class
Setia PramanaSurvival Data Analysis 47
Review Prev. Class
Setia PramanaSurvival Data Analysis 48
Review Prev. Class
Setia PramanaSurvival Data Analysis 49
Review Prev. Class
Setia PramanaSurvival Data Analysis 50
Another example
Setia PramanaSurvival Data Analysis 51
Setia PramanaSurvival Data Analysis 52
Kaplan Meier Curve
Setia PramanaSurvival Data Analysis 53
Setia PramanaSurvival Data Analysis 54
Setia PramanaSurvival Data Analysis 55
Setia PramanaSurvival Data Analysis 56
Setia PramanaSurvival Data Analysis 57
Setia PramanaSurvival Data Analysis 58
Setia PramanaSurvival Data Analysis 59
Example in R
Setia PramanaSurvival Data Analysis 60
Comparing Survival
curves
Setia PramanaSurvival Data Analysis 61
Comparing Survival
curves
Setia PramanaSurvival Data Analysis 62
Leukemia Data
Setia PramanaSurvival Data Analysis 63
• Df =1
Setia PramanaSurvival Data Analysis 64
Setia PramanaSurvival Data Analysis 65
Setia PramanaSurvival Data Analysis 66
Setia PramanaSurvival Data Analysis 67
Review
• Hazard Function
o The risk of failure in a time interval after
time t, given that the customer has
survived to time t
o denoted as: h(t)
• Survival Function
o The probability that a person/patients will
have a survival time >= t
o denoted as: S(t)
Setia PramanaSurvival Data Analysis 68
Hazard Function
Setia PramanaSurvival Data Analysis 69
Survival Function
Setia PramanaSurvival Data Analysis 70
Survival Application
• Telco – customer lifetime
• Insurance – time to lapsing on policy
• Mortgages – time to mortgage redemption
• Mail Order Catalogue – time to next purchase
• Retail – time till food customer starts purchasing
non-food
• Manufacturing - lifetime of a machine component
• Public Sector – time intervals to critical events
Setia PramanaSurvival Data Analysis 71
Compare Survival Curves
Setia PramanaSurvival Data Analysis 72
• The hazard rate is defined for non repairable
populations as the (instantaneous) rate of failure for
the survivors to time t during the next instant of time.
Setia PramanaSurvival Data Analysis 73
Regression for Survival
Data
• The relation with factors can be studied using
group-specific Kaplan-Meier estimates, together
with Logrank and/or Wilcoxon tests
• Investigating the relation with covariates, requires a
regression-type model
• Relating the outcome to several factors and/or
covariates simultaneously requires multiple
regression, ANOVA, or ANCOVA models
• The most frequently used model is the Cox
(proportional hazards) model
Setia PramanaSurvival Data Analysis 74
Cox PH Regression
Setia PramanaSurvival Data Analysis 75
Cox PH Regression
Setia PramanaSurvival Data Analysis 76
Cox PH Regression
Setia PramanaSurvival Data Analysis 77
78
Characteristics of Cox
Regression, continued
• Cox models the effect of covariates on the hazard rate
but leaves the baseline hazard rate unspecified.
• Does NOT assume knowledge of absolute risk.
• Estimates relative rather than absolute risk.
Properties
Setia PramanaSurvival Data Analysis 79
PH Assumption
• The PH assumption requires that the HR is constant
over time
• If the hazards of each group is different (not
proportioned), then a CoxPH model is not
appropriate.
• Use extended Cox model
Setia PramanaSurvival Data Analysis 80
Independent Variables
Setia PramanaSurvival Data Analysis 81
ML Estimation of Cox PH
Model
Setia PramanaSurvival Data Analysis 82
ML Estimation of Cox PH
Model
Setia PramanaSurvival Data Analysis 83
ML Estimation of Cox PH
Model
Setia PramanaSurvival Data Analysis 84
Setia PramanaSurvival Data Analysis 85
ML Estimation of Cox PH
Model
Setia PramanaSurvival Data Analysis 86
Example
Setia PramanaSurvival Data Analysis 87
Setia PramanaSurvival Data Analysis 88
Setia PramanaSurvival Data Analysis 89
Likelihood ratio tests
• Likelihood ratio tests (LRTs) have been used to compare
two nested models.
• The form :
• the ratio of two likelihood functions; the simpler model (s)
has fewer parameters than the general (g) model.
• LRT ~ chi-squared random variable, DF = the difference
in the number of parameters between the two models.
Setia PramanaSurvival Data Analysis 90
Setia PramanaSurvival Data Analysis 91
Setia PramanaSurvival Data Analysis 92
93
• Does not require that you choose some particular
probability model to represent survival times, and is
therefore more robust than parametric methods
discussed last week.
• Semi-parametric
(recall: Kaplan-Meier is non-parametric; exponential and
Weibull are parametric)
• Can accommodate both discrete and continuous
measures of event times
• Easy to incorporate time-dependent covariates—
covariates that may change in value over the course of
the observation period
Characteristics of Cox
Regression
Setia PramanaSurvival Data Analysis 94
95
Assumptions of Cox Regression
• Proportional hazards assumption: the hazard for any
individual is a fixed proportion of the hazard for any
other individual
• Multiplicative risk
Hazard Ratio
Setia PramanaSurvival Data Analysis 96
Hazard Ratio
Setia PramanaSurvival Data Analysis 97
Hazard Ratio
Setia PramanaSurvival Data Analysis 98
HR Model 1
Setia PramanaSurvival Data Analysis 99
HR Model 2
Setia PramanaSurvival Data Analysis 100
HR Model 2
Setia PramanaSurvival Data Analysis 101
HR Model 3
Setia PramanaSurvival Data Analysis 102
Hazard Ratio
Setia PramanaSurvival Data Analysis 103
104
Cox regression vs.logistic
regression
Distinction between rate and proportion:
• Incidence (hazard) rate: number of new cases of
disease per population at-risk per unit time (or
mortality rate, if outcome is death)
• Cumulative incidence: proportion of new cases
that develop in a given time period
105
Cox regression vs.logistic
regression
Distinction between hazard/rate ratio and odds
ratio/risk ratio:
• Hazard/rate ratio: ratio of incidence rates
• Odds/risk ratio: ratio of proportions
By taking into account time, you are taking into account
more information than just binary yes/no.
Gain power/precision.
Logistic regression aims to estimate the odds ratio; Cox
regression aims to estimate the hazard ratio
HR Ex. Data Model 1
Setia PramanaSurvival Data Analysis 106
Pneumonia data
Setia PramanaSurvival Data Analysis 107
Pneumonia data
Setia PramanaSurvival Data Analysis 108
Pneumonia data
Setia PramanaSurvival Data Analysis 109
Setia PramanaSurvival Data Analysis 110
Single variable Cox
Setia PramanaSurvival Data Analysis 111
Setia PramanaSurvival Data Analysis 112
Multiple Cox
Setia PramanaSurvival Data Analysis 113
Setia PramanaSurvival Data Analysis 114
Adjusted Survival Curves
• No Model: Kaplan-Meier method (Prev.
chapter)
• Cox model: adjusted survival curves
o Adjust for explanatory variables used as
predictors
o Like KM curves plotted as step functions
Setia PramanaSurvival Data Analysis 115
Adjusted Survival Curves
• Converting Hazard Functions to Survival Functions
Setia PramanaSurvival Data Analysis 116
Adjusted Survival Curves
• Converting Hazard Functions to Survival Functions
Setia PramanaSurvival Data Analysis 117
Xi must be specified before
Setia PramanaSurvival Data Analysis 118
Case: Telco
Survival Analysis:
• To understand length of time before an event
occurs
• To predict time till next event
• To analyze duration of time in a particular state
• “Event” can be:
o Customer churn (the tendency of the subscribers to
switch providers)
o Take-up new product
o Default on credit
o Make next purchase
Setia PramanaSurvival Data Analysis 119
Case: Telco
• Compute the survival curve for your customer base
– Understand ‘natural patterns’ in customer survival
– Identify key points where survival rates fall
• Compare survival curves between
– Demographic groups
– Customer segments
– Sales channels
– Product plans, etc
• Identifies key factors influencing ‘time till churn’
• Enables you to predict monthly numbers of churners
– but does not identify which customers will churn
Setia PramanaSurvival Data Analysis 120
Example
Setia PramanaSurvival Data Analysis 121
Setia PramanaSurvival Data Analysis 122
Evaluating PH
Assumption
Setia PramanaSurvival Data Analysis 123
Evaluating PH
Assumption
Setia PramanaSurvival Data Analysis 124
Log-log Plots
Setia PramanaSurvival Data Analysis 125
Setia PramanaSurvival Data Analysis 126
Setia PramanaSurvival Data Analysis 127
Example of non PH
Setia PramanaSurvival Data Analysis 128
Example of non PH
Setia PramanaSurvival Data Analysis 129
Setia PramanaSurvival Data Analysis 130
Observed Versus
Expected Plots
• One-at-a-time: uses KM curves to
obtain observed plots
• Adjusting for other variables: uses
stratified Cox PH model to obtain
observed plot.
• One-at-a-time:
• stratify data by categories of
predictor
• obtain KM curves for each
category
Setia PramanaSurvival Data Analysis 131
Setia PramanaSurvival Data Analysis 132
• Continuous Var.
Setia PramanaSurvival Data Analysis 133
GOF testing
Setia PramanaSurvival Data Analysis 134
Schoenfeld Residuals Test
Setia PramanaSurvival Data Analysis 135
• > time.dep <- coxph( Surv(time,
censor)~age+race+treat+ site+age:site,
• + uis, method="breslow",
na.action=na.exclude)
• > time.dep.zph <- cox.zph(time.dep, transform = 'log')
• > time.dep.zph
• rho chisq p
• age 0.0245 0.283 0.595
• race 0.0601 1.851 0.174
• treat 0.0346 0.597 0.440
• site 0.0355 0.587 0.444
• age:site -0.0289 0.385 0.535
Setia PramanaSurvival Data Analysis 136
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 137
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 138
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 139
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 140
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 141
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 142
Stratified Cox Regression
Setia PramanaSurvival Data Analysis 143
General Stratified Cox
Setia PramanaSurvival Data Analysis 144
General Stratified Cox
Setia PramanaSurvival Data Analysis 145
Interaction model Cox
Regression
Setia PramanaSurvival Data Analysis 146
Interaction model Cox
Regression
Setia PramanaSurvival Data Analysis 147
Example
Setia PramanaSurvival Data Analysis 148
Setia PramanaSurvival Data Analysis 149
Example
Setia PramanaSurvival Data Analysis 150
Setia PramanaSurvival Data Analysis 151
Setia PramanaSurvival Data Analysis 152
Test for Significance of
Interaction Model
Setia PramanaSurvival Data Analysis 153
Test for Significance of
Interaction Model
Setia PramanaSurvival Data Analysis 154
Graphical Comparison
Setia PramanaSurvival Data Analysis 155
Graphical Comparison
Setia PramanaSurvival Data Analysis 156
Graphical Comparison
Setia PramanaSurvival Data Analysis 157
Graphical Comparison
Setia PramanaSurvival Data Analysis 158
Graphical Comparison
Setia PramanaSurvival Data Analysis 159
Parametric Survival
Models
Setia PramanaSurvival Data Analysis 160
Survival Analysis so far
• The methods that are most often employed to analyze time-
to-event data are
o Kaplan-Meier + Log-Rank/Wilcoxon Test.
• Produces empirical estimate of the time-to-event
distribution and compare between groups
o Cox (proportional hazard) regression Cox (proportional
hazard) regression.
• Measure the effect of multiple predictors without
modeling underlying distribution
• Assuming proportional hazards between levels of
predictors
• Neither of these methods produce an estimate of the
functional form of the underlying distribution
Setia PramanaSurvival Data Analysis 161
Parametric Survival
Analysis
• The survival time follows a distribution.
• Explicitly models the functional form of the event times using
various statistical distributions
• Exact distribution is unknown if parameters are unknown
• Data is used to estimate parameters
• Examples of parametric models:
o Linear regression
o Logistic regression
o Poisson regression
Setia PramanaSurvival Data Analysis 162
Parametric Survival
Analysis
• Most commonly used
o Exponential
o Weibull
o Gompertz
o Log-Logistic
o Log-Normal
o Gamma
• Generally involve two parameters
Scale () and Shape (p) parameters
• Shape generally assumed constant across individuals
• Scale related to determinants via regression
o Can quantify the effect of predictors, particularly treatment
Setia PramanaSurvival Data Analysis 163
Setia PramanaSurvival Data Analysis 164
Parametric vs Cox PH
Parametric vs Cox PH
• Parametric Survival Model
+ Completely specified h(t) and S(t)
+ More consistent with theoretical S(t)
+ time-quantile prediction possible
– Assumption on underlying distribution
• Cox PH Model
– distribution of survival time unknown
– Less consistent with theoretical S(t) (typically step
function)
+ Does not rely on distributional assumptions
+ Baseline hazard not necessary for estimation of
hazard ratio
Setia PramanaSurvival Data Analysis 165
Parametric vs Cox PH
Setia PramanaSurvival Data Analysis 166
Parametric Survival
Analysis
• Conceptually same as linear case, but Normal is
replaced by appropriate distribution
• It is implemented in a regression framework,
estimated by maximizing the likelihood of the data:
o For patients observed to have event at time t:
• Likelihood contribution: P(T=t) = f(t) (density
function)
o For patients censored at time t
• Likelihood contribution: Prob = P(T> t) = S(t)
(survival function)
Setia PramanaSurvival Data Analysis 167
Functions Characterizing
Parametric Distributions
• The survival time T is assumed to follow a distribution
with density function f (t)
• Cumulative Incidence: F(t) = P[T≤ t]
• Survival Distribution: S(t) = P[T > t ]
Setia PramanaSurvival Data Analysis 168
Commonly Used
Distributions and Parameters
•  is reparameterized in terms of predictor variables
and regression parameters.
• p Typically for parametric models, the shape
parameters p is held fixed
Setia PramanaSurvival Data Analysis 169
Ex: Exponential Dist
Setia PramanaSurvival Data Analysis 170
Weibull Distribution
Setia PramanaSurvival Data Analysis 171
Weibull Distribution
• p is Shape Parameter
o p > 1: Hazards increase over time
o p = 1: Hazard is constant (Exponential Distribution)
o p < 1: Hazards decreases over time
Setia PramanaSurvival Data Analysis 172
Weibull Distribution
Setia PramanaSurvival Data Analysis 173
Gompertz Distribution
Setia PramanaSurvival Data Analysis 174
Setia PramanaSurvival Data Analysis 175
Setia PramanaSurvival Data Analysis 176
Setia PramanaSurvival Data Analysis 177

Weitere ähnliche Inhalte

Was ist angesagt?

Survival analysis
Survival analysisSurvival analysis
Survival analysisSanjaya Sahoo
 
R workshop xiv--Survival Analysis with R
R workshop xiv--Survival Analysis with RR workshop xiv--Survival Analysis with R
R workshop xiv--Survival Analysis with RVivian S. Zhang
 
Survival analysis
Survival analysisSurvival analysis
Survival analysisShalli Bavoria
 
SURVIVAL ANALYSIS.ppt
SURVIVAL ANALYSIS.pptSURVIVAL ANALYSIS.ppt
SURVIVAL ANALYSIS.pptmbang ernest
 
Survival analysis
Survival analysisSurvival analysis
Survival analysisHar Jindal
 
Kaplan meier survival curves and the log-rank test
Kaplan meier survival curves and the log-rank testKaplan meier survival curves and the log-rank test
Kaplan meier survival curves and the log-rank testzhe1
 
Survival analysis & Kaplan Meire
Survival analysis & Kaplan MeireSurvival analysis & Kaplan Meire
Survival analysis & Kaplan MeireDr Athar Khan
 
Survival Analysis Lecture.ppt
Survival Analysis Lecture.pptSurvival Analysis Lecture.ppt
Survival Analysis Lecture.ppthabtamu biazin
 
A gentle introduction to survival analysis
A gentle introduction to survival analysisA gentle introduction to survival analysis
A gentle introduction to survival analysisAngelo Tinazzi
 
Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis Vijay Hemmadi
 
Poisson regression models for count data
Poisson regression models for count dataPoisson regression models for count data
Poisson regression models for count dataUniversity of Southampton
 
SURVIVAL ANALYSIS 1.pptx
SURVIVAL ANALYSIS 1.pptxSURVIVAL ANALYSIS 1.pptx
SURVIVAL ANALYSIS 1.pptxDrVikasKaushik1
 
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rata
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rataAPG Pertemuan 6 : Inferensia Dua Vektor Rata-rata
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rataRani Nooraeni
 
Lecture2 hypothesis testing
Lecture2 hypothesis testingLecture2 hypothesis testing
Lecture2 hypothesis testingo_devinyak
 
Standard deviationnormal distributionshow
Standard deviationnormal distributionshowStandard deviationnormal distributionshow
Standard deviationnormal distributionshowBiologyIB
 
Survival Analysis Using SPSS
Survival Analysis Using SPSSSurvival Analysis Using SPSS
Survival Analysis Using SPSSNermin Osman
 
Mantel Haenszel methods in epidemiology (Stratification)
Mantel Haenszel methods in epidemiology (Stratification) Mantel Haenszel methods in epidemiology (Stratification)
Mantel Haenszel methods in epidemiology (Stratification) Rizwan S A
 
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...Rani Nooraeni
 
APG Pertemuan 4 : Multivariate Normal Distribution
APG Pertemuan 4 : Multivariate Normal DistributionAPG Pertemuan 4 : Multivariate Normal Distribution
APG Pertemuan 4 : Multivariate Normal DistributionRani Nooraeni
 

Was ist angesagt? (20)

Survival analysis
Survival analysisSurvival analysis
Survival analysis
 
R workshop xiv--Survival Analysis with R
R workshop xiv--Survival Analysis with RR workshop xiv--Survival Analysis with R
R workshop xiv--Survival Analysis with R
 
Survival analysis
Survival analysisSurvival analysis
Survival analysis
 
SURVIVAL ANALYSIS.ppt
SURVIVAL ANALYSIS.pptSURVIVAL ANALYSIS.ppt
SURVIVAL ANALYSIS.ppt
 
Survival analysis
Survival analysisSurvival analysis
Survival analysis
 
Kaplan meier survival curves and the log-rank test
Kaplan meier survival curves and the log-rank testKaplan meier survival curves and the log-rank test
Kaplan meier survival curves and the log-rank test
 
Survival analysis & Kaplan Meire
Survival analysis & Kaplan MeireSurvival analysis & Kaplan Meire
Survival analysis & Kaplan Meire
 
Survival Analysis Lecture.ppt
Survival Analysis Lecture.pptSurvival Analysis Lecture.ppt
Survival Analysis Lecture.ppt
 
A gentle introduction to survival analysis
A gentle introduction to survival analysisA gentle introduction to survival analysis
A gentle introduction to survival analysis
 
Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis Introduction to probability distributions-Statistics and probability analysis
Introduction to probability distributions-Statistics and probability analysis
 
Poisson regression models for count data
Poisson regression models for count dataPoisson regression models for count data
Poisson regression models for count data
 
SURVIVAL ANALYSIS 1.pptx
SURVIVAL ANALYSIS 1.pptxSURVIVAL ANALYSIS 1.pptx
SURVIVAL ANALYSIS 1.pptx
 
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rata
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rataAPG Pertemuan 6 : Inferensia Dua Vektor Rata-rata
APG Pertemuan 6 : Inferensia Dua Vektor Rata-rata
 
Lecture2 hypothesis testing
Lecture2 hypothesis testingLecture2 hypothesis testing
Lecture2 hypothesis testing
 
Standard deviationnormal distributionshow
Standard deviationnormal distributionshowStandard deviationnormal distributionshow
Standard deviationnormal distributionshow
 
Survival Analysis Using SPSS
Survival Analysis Using SPSSSurvival Analysis Using SPSS
Survival Analysis Using SPSS
 
Mantel Haenszel methods in epidemiology (Stratification)
Mantel Haenszel methods in epidemiology (Stratification) Mantel Haenszel methods in epidemiology (Stratification)
Mantel Haenszel methods in epidemiology (Stratification)
 
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
APG Pertemuan 5 : Inferences about a Mean Vector and Comparison of Several Mu...
 
Sample size calculation
Sample size calculationSample size calculation
Sample size calculation
 
APG Pertemuan 4 : Multivariate Normal Distribution
APG Pertemuan 4 : Multivariate Normal DistributionAPG Pertemuan 4 : Multivariate Normal Distribution
APG Pertemuan 4 : Multivariate Normal Distribution
 

Ähnlich wie Survival Data Analysis for Sekolah Tinggi Ilmu Statistik Jakarta

Biological variation as an uncertainty component
Biological variation as an uncertainty componentBiological variation as an uncertainty component
Biological variation as an uncertainty componentGH Yeoh
 
An introduction to the stepped wedge cluster randomised trial
An introduction to the stepped wedge cluster randomised trial An introduction to the stepped wedge cluster randomised trial
An introduction to the stepped wedge cluster randomised trial Karla hemming
 
Quantitative analysis
Quantitative analysisQuantitative analysis
Quantitative analysisRajesh Mishra
 
Chapter 11Survival AnalysisLearning Objectives.docx
Chapter 11Survival AnalysisLearning Objectives.docxChapter 11Survival AnalysisLearning Objectives.docx
Chapter 11Survival AnalysisLearning Objectives.docxketurahhazelhurst
 
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)Aamir Ijaz Brig
 
High throughput Data Analysis
High throughput Data AnalysisHigh throughput Data Analysis
High throughput Data AnalysisSetia Pramana
 
Adjusting for treatment switching in randomised controlled trials
Adjusting for treatment switching in randomised controlled trialsAdjusting for treatment switching in randomised controlled trials
Adjusting for treatment switching in randomised controlled trialscheweb1
 
Determine the survival of ICU patients
Determine the survival of ICU patientsDetermine the survival of ICU patients
Determine the survival of ICU patientsHWHwang_
 
Statistics
StatisticsStatistics
Statisticsasia said
 
Elashoff approach section in grant applications
Elashoff approach section in grant applicationsElashoff approach section in grant applications
Elashoff approach section in grant applicationsUCLA CTSI
 
LoveJ-SurvivalAnalysis to analyse degreee completion.pptx
LoveJ-SurvivalAnalysis to analyse degreee completion.pptxLoveJ-SurvivalAnalysis to analyse degreee completion.pptx
LoveJ-SurvivalAnalysis to analyse degreee completion.pptxTroyTeo1
 
Summary of statistical tools used in spss
Summary of statistical tools used in spssSummary of statistical tools used in spss
Summary of statistical tools used in spssSubodh Khanal
 
East ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaEast ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaCytel
 
Eugm 2012 mehta - future plans for east - 2012 eugm
Eugm 2012   mehta - future plans for east - 2012 eugmEugm 2012   mehta - future plans for east - 2012 eugm
Eugm 2012 mehta - future plans for east - 2012 eugmCytel USA
 
The Role of Statistician in Personalized Medicine: An Overview of Statistical...
The Role of Statistician in Personalized Medicine: An Overview of Statistical...The Role of Statistician in Personalized Medicine: An Overview of Statistical...
The Role of Statistician in Personalized Medicine: An Overview of Statistical...Setia Pramana
 
Internal quality control (IQC) in coagulation lab
Internal quality control (IQC) in coagulation labInternal quality control (IQC) in coagulation lab
Internal quality control (IQC) in coagulation labAnkit Raiyani
 
Practical Methods To Overcome Sample Size Challenges
Practical Methods To Overcome Sample Size ChallengesPractical Methods To Overcome Sample Size Challenges
Practical Methods To Overcome Sample Size ChallengesnQuery
 
Test of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testTest of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testdr.balan shaikh
 
Intro to tests of significance qualitative
Intro to tests of significance qualitativeIntro to tests of significance qualitative
Intro to tests of significance qualitativePandurangi Raghavendra
 

Ähnlich wie Survival Data Analysis for Sekolah Tinggi Ilmu Statistik Jakarta (20)

Biological variation as an uncertainty component
Biological variation as an uncertainty componentBiological variation as an uncertainty component
Biological variation as an uncertainty component
 
An introduction to the stepped wedge cluster randomised trial
An introduction to the stepped wedge cluster randomised trial An introduction to the stepped wedge cluster randomised trial
An introduction to the stepped wedge cluster randomised trial
 
Quantitative analysis
Quantitative analysisQuantitative analysis
Quantitative analysis
 
Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)Overview of statistical tests: Data handling and data quality (Part II)
Overview of statistical tests: Data handling and data quality (Part II)
 
Chapter 11Survival AnalysisLearning Objectives.docx
Chapter 11Survival AnalysisLearning Objectives.docxChapter 11Survival AnalysisLearning Objectives.docx
Chapter 11Survival AnalysisLearning Objectives.docx
 
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)
Quality Control for Quantitative Tests by Prof Aamir Ijaz (Pakistan)
 
High throughput Data Analysis
High throughput Data AnalysisHigh throughput Data Analysis
High throughput Data Analysis
 
Adjusting for treatment switching in randomised controlled trials
Adjusting for treatment switching in randomised controlled trialsAdjusting for treatment switching in randomised controlled trials
Adjusting for treatment switching in randomised controlled trials
 
Determine the survival of ICU patients
Determine the survival of ICU patientsDetermine the survival of ICU patients
Determine the survival of ICU patients
 
Statistics
StatisticsStatistics
Statistics
 
Elashoff approach section in grant applications
Elashoff approach section in grant applicationsElashoff approach section in grant applications
Elashoff approach section in grant applications
 
LoveJ-SurvivalAnalysis to analyse degreee completion.pptx
LoveJ-SurvivalAnalysis to analyse degreee completion.pptxLoveJ-SurvivalAnalysis to analyse degreee completion.pptx
LoveJ-SurvivalAnalysis to analyse degreee completion.pptx
 
Summary of statistical tools used in spss
Summary of statistical tools used in spssSummary of statistical tools used in spss
Summary of statistical tools used in spss
 
East ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehtaEast ugm-2012-presentation-east-future-mehta
East ugm-2012-presentation-east-future-mehta
 
Eugm 2012 mehta - future plans for east - 2012 eugm
Eugm 2012   mehta - future plans for east - 2012 eugmEugm 2012   mehta - future plans for east - 2012 eugm
Eugm 2012 mehta - future plans for east - 2012 eugm
 
The Role of Statistician in Personalized Medicine: An Overview of Statistical...
The Role of Statistician in Personalized Medicine: An Overview of Statistical...The Role of Statistician in Personalized Medicine: An Overview of Statistical...
The Role of Statistician in Personalized Medicine: An Overview of Statistical...
 
Internal quality control (IQC) in coagulation lab
Internal quality control (IQC) in coagulation labInternal quality control (IQC) in coagulation lab
Internal quality control (IQC) in coagulation lab
 
Practical Methods To Overcome Sample Size Challenges
Practical Methods To Overcome Sample Size ChallengesPractical Methods To Overcome Sample Size Challenges
Practical Methods To Overcome Sample Size Challenges
 
Test of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square testTest of-significance : Z test , Chi square test
Test of-significance : Z test , Chi square test
 
Intro to tests of significance qualitative
Intro to tests of significance qualitativeIntro to tests of significance qualitative
Intro to tests of significance qualitative
 

Mehr von Setia Pramana

Big data for official statistics @ Konferensi Big Data Indonesia 2016
Big data for official statistics @ Konferensi Big Data Indonesia 2016 Big data for official statistics @ Konferensi Big Data Indonesia 2016
Big data for official statistics @ Konferensi Big Data Indonesia 2016 Setia Pramana
 
Resampling methods
Resampling methodsResampling methods
Resampling methodsSetia Pramana
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational StatisticsSetia Pramana
 
Bioinformatics I-4 lecture
Bioinformatics I-4 lectureBioinformatics I-4 lecture
Bioinformatics I-4 lectureSetia Pramana
 
Correlation and Regression Analysis using SPSS and Microsoft Excel
Correlation and Regression Analysis using SPSS and Microsoft ExcelCorrelation and Regression Analysis using SPSS and Microsoft Excel
Correlation and Regression Analysis using SPSS and Microsoft ExcelSetia Pramana
 
Pengalaman Menjadi Mahasiswa Muslim di Eropa
Pengalaman Menjadi Mahasiswa Muslim di EropaPengalaman Menjadi Mahasiswa Muslim di Eropa
Pengalaman Menjadi Mahasiswa Muslim di EropaSetia Pramana
 
Multivariate data analysis
Multivariate data analysisMultivariate data analysis
Multivariate data analysisSetia Pramana
 
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...Setia Pramana
 
The Role of The Statisticians in Personalized Medicine: An Overview of Stati...
The Role of The Statisticians in Personalized Medicine:  An Overview of Stati...The Role of The Statisticians in Personalized Medicine:  An Overview of Stati...
The Role of The Statisticians in Personalized Medicine: An Overview of Stati...Setia Pramana
 
Introduction to R
Introduction to RIntroduction to R
Introduction to RSetia Pramana
 
Research Methods for Computational Statistics
Research Methods for Computational StatisticsResearch Methods for Computational Statistics
Research Methods for Computational StatisticsSetia Pramana
 
“Big Data” and the Challenges for Statisticians
“Big Data” and the  Challenges for Statisticians“Big Data” and the  Challenges for Statisticians
“Big Data” and the Challenges for StatisticiansSetia Pramana
 
Getting a Scholarship, how?
Getting a Scholarship, how?Getting a Scholarship, how?
Getting a Scholarship, how?Setia Pramana
 
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity Number
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity NumberKehidupan sehari-hari dengan Personnummer atau SIN Single Identity Number
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity NumberSetia Pramana
 
Research possibilities with the Personal Identification Number (person nummer...
Research possibilities with the Personal Identification Number (person nummer...Research possibilities with the Personal Identification Number (person nummer...
Research possibilities with the Personal Identification Number (person nummer...Setia Pramana
 
Developing R Graphical User Interfaces
Developing R Graphical User InterfacesDeveloping R Graphical User Interfaces
Developing R Graphical User InterfacesSetia Pramana
 
Academia vs industry
Academia vs industryAcademia vs industry
Academia vs industrySetia Pramana
 
Gene sebuah nikmat Allah
Gene sebuah nikmat AllahGene sebuah nikmat Allah
Gene sebuah nikmat AllahSetia Pramana
 
Model averaging in dose-response study in microarray expression
Model averaging in dose-response study in microarray expressionModel averaging in dose-response study in microarray expression
Model averaging in dose-response study in microarray expressionSetia Pramana
 
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...Setia Pramana
 

Mehr von Setia Pramana (20)

Big data for official statistics @ Konferensi Big Data Indonesia 2016
Big data for official statistics @ Konferensi Big Data Indonesia 2016 Big data for official statistics @ Konferensi Big Data Indonesia 2016
Big data for official statistics @ Konferensi Big Data Indonesia 2016
 
Resampling methods
Resampling methodsResampling methods
Resampling methods
 
Introduction to Computational Statistics
Introduction to Computational StatisticsIntroduction to Computational Statistics
Introduction to Computational Statistics
 
Bioinformatics I-4 lecture
Bioinformatics I-4 lectureBioinformatics I-4 lecture
Bioinformatics I-4 lecture
 
Correlation and Regression Analysis using SPSS and Microsoft Excel
Correlation and Regression Analysis using SPSS and Microsoft ExcelCorrelation and Regression Analysis using SPSS and Microsoft Excel
Correlation and Regression Analysis using SPSS and Microsoft Excel
 
Pengalaman Menjadi Mahasiswa Muslim di Eropa
Pengalaman Menjadi Mahasiswa Muslim di EropaPengalaman Menjadi Mahasiswa Muslim di Eropa
Pengalaman Menjadi Mahasiswa Muslim di Eropa
 
Multivariate data analysis
Multivariate data analysisMultivariate data analysis
Multivariate data analysis
 
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...
Molecular Subtyping of Breast Cancer and Somatic Mutation Discovery Using DNA...
 
The Role of The Statisticians in Personalized Medicine: An Overview of Stati...
The Role of The Statisticians in Personalized Medicine:  An Overview of Stati...The Role of The Statisticians in Personalized Medicine:  An Overview of Stati...
The Role of The Statisticians in Personalized Medicine: An Overview of Stati...
 
Introduction to R
Introduction to RIntroduction to R
Introduction to R
 
Research Methods for Computational Statistics
Research Methods for Computational StatisticsResearch Methods for Computational Statistics
Research Methods for Computational Statistics
 
“Big Data” and the Challenges for Statisticians
“Big Data” and the  Challenges for Statisticians“Big Data” and the  Challenges for Statisticians
“Big Data” and the Challenges for Statisticians
 
Getting a Scholarship, how?
Getting a Scholarship, how?Getting a Scholarship, how?
Getting a Scholarship, how?
 
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity Number
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity NumberKehidupan sehari-hari dengan Personnummer atau SIN Single Identity Number
Kehidupan sehari-hari dengan Personnummer atau SIN Single Identity Number
 
Research possibilities with the Personal Identification Number (person nummer...
Research possibilities with the Personal Identification Number (person nummer...Research possibilities with the Personal Identification Number (person nummer...
Research possibilities with the Personal Identification Number (person nummer...
 
Developing R Graphical User Interfaces
Developing R Graphical User InterfacesDeveloping R Graphical User Interfaces
Developing R Graphical User Interfaces
 
Academia vs industry
Academia vs industryAcademia vs industry
Academia vs industry
 
Gene sebuah nikmat Allah
Gene sebuah nikmat AllahGene sebuah nikmat Allah
Gene sebuah nikmat Allah
 
Model averaging in dose-response study in microarray expression
Model averaging in dose-response study in microarray expressionModel averaging in dose-response study in microarray expression
Model averaging in dose-response study in microarray expression
 
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...
Dose-Response Modeling of Gene Expression Data in pre-clinical Microarray Exp...
 

KĂźrzlich hochgeladen

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A BeĂąa
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A BeĂąa
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 

KĂźrzlich hochgeladen (20)

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 

Survival Data Analysis for Sekolah Tinggi Ilmu Statistik Jakarta