Displaying 12 results from an estimated 12 matches similar to: "step in a model with strata"
2007 Jun 11
1
epitools and R 2.5
At work after updating to R 2.5 I get an error using epitab from package 
epitools, when at home  (R 2.4) I get no error. Could someone help me?
Thanks
Pietro Bulian
Servizio di Onco-Ematologia Clinico-Sperimentale
I.R.C.C.S. Centro di Riferimento Oncologico
Via Franco Gallini 2
33081 Aviano (PN) - Italy
phone: +39 0434 659 412
fax: +39 0434 659 409
e-mail: pbulian at cro.it
(at work)
2007 Jan 25
0
cox.zph vs log-log survival plot
Hello,
Excuse me for a more methodological than technical question. I'm developing a Cox model with 10 covariates. One of them is age (named "eta"). I've checked proportionality with cox.zph with age continuous:
    > cox.zph(coxph(Surv(TTP,CENSOTTP)~eta))
                rho  chisq    p
    eta -0.0154 0.0225 0.88
and categorical (eta<60):
    >
2009 Sep 08
1
rcorrp.cens and U statistics
I have two alternative Cox models with C-statistics 0.72 and 0.78. My question is if 0.78 is significantly greater than 0.72. I'm using rcorrp.cens. I cannot find the U statistics in the output of the function. This is the output of the help example:
> x1 <- rnorm(400)
> x2 <- x1 + rnorm(400)
> d.time <- rexp(400) + (x1 - min(x1))
> cens   <- runif(400,.5,2)
> death
2018 Nov 22
2
NTP strangeness...
In our network we found some client with clock differences.
Some machine have effectively some troubles, eg have NO 'Windows Time'
service defined, probably some glitches happened when moving from our
old NT-like domain.
Anyway, catching for that, we have found some other strangeness.
Windows time service run:
 C:\Users\gaio>sc query w32time
 NOME_SERVIZIO: w32time
        TIPO    
2016 Jun 09
1
cumsum method in Math group
When running
a = runif(10)
class(a) = "foo"
Math.foo = function(x, ...) {
    NextMethod(.Generic)
}
signif(a, 3)
cumsum(a)
I don't understand why cumsum strips the class, but signif does not.
Both claim in the documentation that "These are generic functions:
methods can be defined for them individually or via the ?Math? group
generic."
-- 
Edzer Pebesma
Institute for
2018 Nov 22
0
NTP strangeness...
Hi Marco, 
As far i can see here. 
Are all your ADDC servers set to the same source NTP ( preffered a stratum 1 or 2 ) server. ( and not pool ntp sources ) 
Because below i see stratum 4 and stratum 3 servers and a timeout on one server. 
When i look at this. 
> C:\Users\gaio>w32tm /query /peers                            
>  N. peer: 1                                                  
2007 Jul 30
2
EditingCentOSWiki in Italian
= Linee guida per la modifica del Wiki di CentOS =
Questa pagina contiene alcune linee guida per la modifica del Wiki. Poich?
queste linee guida sono in divenire, ricordatevi di tornare su questa pagina
ogni tanto.
== Linee guida riguardo al markup del Wiki ==
 * Usare link relativi invece che link assoluti o link liberi. I link
relativi devono avere la forma seguente: {{{[:Percorso:Testo
2005 Jan 13
1
(no subject)
Good morning,
I wrote a little code in R which has to show two graphs  but  I can get 
only one. How can I  adress  the graphs in two files?
Second, I'd like, always in the same code, to add a legend  to a graph.  
Better,  I'd like to  put in  such a legend a  new item whose color 
could remind the colour ol the columns it  refers to in the plot. I wrote:
leg.txt<-c("control
2009 Mar 26
2
Data manipulation - multiplicate cases
Hi listers,
I am trying to arrange my data and I didn't find any information how to do
it!
I have a data with 3 variables: X Y Z
1-I would like to multiplicate de information of X according to the number I
have for my Y variable...
2-Then I want to identify with a dicotomic variable by the number according
my variable Z from X...
I can do the first part by...
z<-rep(x,y)
But I don't
2010 Jul 16
1
Multinomial logistic regression in complex surveys
Dear R-list members,
I´m using the package "survey" and I need to find a function for 
multinomial logistic regression in a complex design. The functions that 
I see are only for dicotomic and ordinal variables. 
Thank you!
Rosario Austral
________________________________
De: "r-help-request@r-project.org" <r-help-request@r-project.org>
Para:
2010 May 26
3
cluster analysis and supervised classification: an alternative to knn1?
Hi,
I have a 1.000 observations with 10 attributes (of different types: numeric,
dicotomic, categorical  ecc..) and a measure M. 
I need to cluster these observations in order to assign a new observation
(with the same 10 attributes but not the measure) to a cluster. 
I want to calculate for the new observation a measure as the average of the
meausures M of the observations in the cluster
2007 Jan 27
0
Problem with MAX OPEN FILES REACHED
I am using CALDERA OPENLINUX 3.1.1 with latest patches and Samba 2.2.5 on it. 
But recently I start to receive linux error "kernel: VFS MAX FILES REACHED" 
and Samba error "Too many open files". After it I tuning linux increase open 
files descriptors in
/etc/security/limits.conf 
*               soft    nproc   4094
*               hard    nproc   16384
*               soft