Choose the right data for survival analysis
Let's say you're working on estimating the rate at which a new strain of virus spreads in a population. It's always good practice to explore the data you have available before deciding whether to use a statistical model. Look out for any model assumptions and requirements for the data.
Three datasets have been loaded for you, called
virus_record_avirus_record_bvirus_record_c
Inspect each DataFrame in the console. Which of the DataFrames would be suitable for survival analysis?
pandas and numpy are loaded as pd and np, respectively.
Este exercício faz parte do curso
Survival Analysis in Python
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício