Displaying 2 results from an estimated 2 matches for "vekt".
Did you mean:
  vect
  
2007 Mar 27
1
impose points on lattice plot
R-help,
I'm using the lattice package to plot 2 variables (vekt ~ aldur)
conditioned to a third (kyn * 2 categories).
I use the following:
xyplot(vekt ~ aldur|kyn, , data = sexSu)
I want to superimpose the average(vekt) by 'aldur' 
conditioned to kyn by using something like:
xyplot(vekt~aldur|kyn, subset = aldur <= 12
, data = sexSu, panel = fun...
2010 Mar 19
0
Different results from survreg with version 2.6.1 and 2.10.1
....6.1 and 2.10.1
From:    nathalcs at ulrik.uio.no
Date:    Fri, March 19, 2010 16:00
To:      r-help at r-project.org
--------------------------------------------------------------------------
 Dear all
I'm using survreg command in package survival.
sur2=survreg(Surv((levetid-364),status==2)~vekt.ind,control=list(maxiter=50),data=ord.mfr)
When using
R version 2.6.1 (2007-11-26)
i386-pc-mingw32
I get this result
 summary(sur2)
Call:
survreg(formula = Surv((levetid - 364), status == 2) ~ malder +
    faar + gest + vekt.ind, data = ord.mfr, control = list(maxiter = 50))
               Val...