Skip to main content

Home/ foe_2013/ Group items tagged basico

Rss Feed Group items tagged

Alpha Teleco

R Tutorial Series: Basic Polynomial Regression | (R news & tutorials) - 0 views

    • Alpha Teleco
       
      Tutorial regresión no lineal basica en R.
  • Polynomial regression can be used to explore a predictor at different levels of curvilinearity.
  • This tutorial will demonstrate how polynomial regression can be used in a hierarchical fashion to best represent a dataset in R.
  • ...24 more annotations...
  • Scatterplot
    • Alpha Teleco
       
      El grafico de dispersion demuestra que estos datos pueden no ser lineales.
  • The preceding scatterplot demonstrates that these data may not be linear.
    • Alpha Teleco
       
      Como crear variables de orden lineal, cuadratico y cubico.
  • Creating The Higher Order Variables
  • In this tutorial, we will explore the a linear, quadratic, and cubic model.
    • Alpha Teleco
       
      Paso 1: centrar la variable, restando la media de cada punto y guardando el resultado en una nueva variable de R.
  • Step 1: Centering
  • To center a variable, simply subtract its mean from each data point and save the result into a new R variable, as demonstrated below.
    • Alpha Teleco
       
      Paso 2: Crear los terminos de orden superior multiplicando la variable creada por si misma y guardando el resultado en una nueva variable.
    • Alpha Teleco
       
      Crear los modelos lineales y no lineales.
  • Once the input variable has been centered, the higher order terms can be created.
  • we can simply multiply our centered term from step one and save the result into a new R variable, as demonstrated below.
  • Step 2: Multiplication
  • Creating The Models
  • Now we have all of the pieces necessary to assemble our linear and curvilinear models.
    • Alpha Teleco
       
      Evaluar los modelos y compararlos, en el ejemplo se observa que no ha una diferencia significativa entre los tres modelos.
  • Evaluating The Models
  • In this case, the quadratic and cubic terms are not statistically significant themselves nor are their models statistically significant beyond the linear model.
    • Alpha Teleco
       
      A traves de los modelos que hay en este tutorial se pueden crear modelos muy complejos, utilizando las mismas sencillas tecnicas de este tutorial.
  • it can be helpful to summarize and compare our potential models using the summary(MODEL) and anova(MODEL1, MODEL2,… MODELi) functions.
  • More On Interactions, Polynomials, and HLR
  • The regression topics covered in these tutorials can be mixed and matched to create exceedingly complex models.
  • The good news is that more complex models can be created using the same techniques covered here. The basic principles remain the same.
  •  
    Tutorial
Enrique Diaz Romero

Analisis de supervivencia basico utilizando el lenguaje R | Rafael Borges - Academia.edu - 0 views

  • Análisis de supervivencia utilizando el lenguaje R
  • El paquete survival permite llevar a cabo análisis de supervivencia para datos que presentandiversos mecanismos de censura
  • La función Surv permite crear objetos tipo survival, la estructura para datos que presentancensura por la derecha es
  • ...10 more annotations...
  • La función survfit
  • La función survdiff
  • Estructura del archivo de datos dpa.txt
  • Lectura de los datos en R.
    • Enrique Diaz Romero
       
      Ejemplo de el uso del lenguaje R para el análisis de supervivencia. Podemos ver en acción el uso del lenguaje. 
    • Enrique Diaz Romero
       
      Descripción del paquete survival que nos permite analizar los datos mediante funciones con mecanismos de censura y finalización. Funciones:  *Surv  *Survfit  *survdiff
    • Enrique Diaz Romero
       
      Ejemplo de un archivo de datos en los que incluimos los datos que queremos analizar, los cuales en este caso hace referencia al registro de un hospital. 
  • Estimación de la función de supervivencia a través del estimador de Kaplan yMeier.
  • plot(km1,xlab="Meses",ylab="Supervivencia", main="Gráfico No. 1.Estimador de Kaplan y Meier"
    • Enrique Diaz Romero
       
      Ejemplo de calculo de tabla de supervivencias y posterior muestra gráfica de los datos calculados.
  •  
    Análisis de supervivencia básico utilizando el lenguaje R Ejemplo de un tipo de analisis utilizando el lenguaje R
1 - 2 of 2
Showing 20 items per page