Displaying 3 results from an estimated 3 matches for "marryag".
Did you mean:
marryage
2013 Oct 04
2
pregunta
...l script, por favor quizá se nos haya ido algún detalle,
pero fuimos siguiéndolo por el libro paso a paso y no no hemos percatado
Todos los de el paquete survival de la ayuda del R funcionan perfectamente
###########################################
library(survival)
library(epicalc)
data(Marryage)
use(Marryage)
attach(Marryage)
summ(Marryage)
age <- endyr - birthyr
label.var(age, "Age")
summ(age, by = marital)
age.marr <- maryr - birthyr
label.var(age.marr, "Age at marriage")
summ(.data[,8:9])
married <- marital == "Married"...
2013 Oct 04
1
pregunta
...mos percatado
>>
>> Todos los de el paquete survival de la ayuda del R funcionan perfectamente
>>
>>
>>
>> ###########################################
>>
>>
>>
>> library(survival)
>>
>> library(epicalc)
>>
>> data(Marryage)
>>
>> use(Marryage)
>>
>> attach(Marryage)
>>
>> summ(Marryage)
>>
>>
>>
>>
>>
>> age <- endyr - birthyr
>>
>> label.var(age, "Age")
>>
>> summ(age, by = marital)
>>
>>
>&...
2013 Oct 04
0
pregunta
...o fuimos siguiéndolo por el libro paso a paso y no no hemos percatado
>
> Todos los de el paquete survival de la ayuda del R funcionan perfectamente
>
>
>
> ###########################################
>
>
>
> library(survival)
>
> library(epicalc)
>
> data(Marryage)
>
> use(Marryage)
>
> attach(Marryage)
>
> summ(Marryage)
>
>
>
>
>
> age <- endyr - birthyr
>
> label.var(age, "Age")
>
> summ(age, by = marital)
>
>
>
> age.marr <- maryr - birthyr
>
> label.var(age.marr, "...