Displaying 20 results from an estimated 3000 matches similar to: "Automatic & Permanent Disconnect of WinXP Clients"
2003 Sep 09
4
Cross-platform compatibility with R?
Dear All,
I'm a newbie to R having just switched from S-Plus.
I was able to port my files from S-Plus for Linux to R for OSX using
the S-Plus "data.dump", and the R "data.restore" commands. I've decided
that I like R enough to install it on my Linux box, but I can't figure
out an easy way to get multiple files from my OSX macintosh R
environment to a Linux
2005 Aug 26
1
Help in Compliling user -defined functions in Rpart
I have been trying to write my own user defined function in Rpart.I
imitated the anova splitting rule which is given as an example.In the
work I am doing ,I am calculating the concentration index(ci) ,which
is in between -1 and +1.So my deviance is given by
abs(ci)*(1-abs(ci)).Now when I run rpart incorporating this user
defined function i get the following error message:
Error in
2001 Apr 05
2
CI for wilcoxon test (PR#895)
Full_Name: Marketa Kylouskova
Version: 1.2.1
OS: Windows
Submission from: (NULL) (147.231.7.2)
Hi,
I believe there is a bug in the extension of wilcox.test, namely in
determination of confidence intervals. I concentrated on the two-sample test
only. I examined and tested its performance on this working data set:
x<-rnorm(10,3,1) # So I have two samples, I will test whether
2011 Oct 13
0
xyplot() and confidence interval polygons
Dear all,
I'm trying to replicate the panel function behaviour that Deepayan and
others discuss here:
https://stat.ethz.ch/pipermail/r-help/2007-April/130779.html
and Oscar Lamigueiro refers to here and provides sample code for:
http://www.r-bloggers.com/confidence-bands-with-lattice-and-r/
where a polygon is generated around lines on panels to display the
confidence interval bounds for
2009 Jan 20
1
tclarray with embedded spaces in data
I would like to use a tclArray:
mytkarray <- tclArray()
as the variable for a table:
table1 <- tkwidget(f1, 'table', variable= mytkarray)
but if I include character strings with embedded spaces, I get braces
appearing in the table.
I can remove them using a non-R tclarray, (the difference between the
first example of
http://www.sciviews.org/_rgui/tcltk/Tktable.html
and
2002 Nov 27
1
lp_servicenumber: couldn't find printers
Hi:
I first installed samba (Version 2.0.7) on an AIX 4.3 system about 3 years ago.
Yesterday the original system crashed, and I am now trying to get it going on
another AIX system. To the best of my knowledege smb.conf, along with all the
samba binaries have not changed, i.e. they are from the backup of the crashed
system.
On the new system, when the smbd and nmbd daemons are started, they
2012 Mar 09
4
round giving different results on Windows and Mac
Dear all,
I have been running some tests of my package RSiena on different
platforms and trying to reconcile the results.
With Mac, the commands
options(digits=4)
round(1.81652, digits=4)
print 1.817
With Windows, the same commands print 1.816
I am not bothered which answer I get, but it would be nice if they were
the same. A linux box agreed with the Mac.
Mac sessionInfo():
R version
2010 Sep 24
3
Odds ratio from Logistic model in R
Hi, I am new to R. Anyone can explain the following from R-help or
anyone can direct me how to calculate odds ratio from logistic model in
R. Thank you very much. Guoya
Stefano <stecalza at tiscalinet.it
<https://stat.ethz.ch/mailman/listinfo/r-help> > writes:
>Hi all.
>
>A simple question.
>Is there a function to compute the Odds Ratio and its confidence
intervall,
2008 Jul 28
3
lib90_cmusieve_plugin.so: undefined symbol: message_decoder_init
After upgrading our CentOS 5 box to the latest revisions last week
(including Dovecot 1.1), we're seeing the following error message in the
log files. Sieve was working fine with Dovecot 1.0.
I have yet to turn up anything via Google for this particular error.
SELinux is not logging any error messages at the moment, so I'm pretty
sure that we've properly allowed all the SELinux
2011 Apr 06
1
metaplot
Dear all,
I have a four variable: Stuy.Name, OR, 95%LCI and 95%UCI and I would like to
create a meta analysis plot. I can't use meta.MH function in metaplot
because I do not have
n.trt, n.ctrl, col.trt, col.ctrl are not available! Is there an alternative
way to do it?
Many thanks in advance,
Cheba
[[alternative HTML version deleted]]
2002 Aug 02
1
survival analysis: plot.survfit
Hello everybody,
does anybody know how the function plot.survfit exactly works?
I'd like to plot the log of the cummulative hazard against the
log time by using plot.survfit(...fun="cloglog") which does not
work correctly. The scales are wrong and there is an error
message about infinit numbers. It must have something to do with
the censored data, doesn't it?
#Example:
2002 Jul 30
2
Questions concerning survival analysis
Good morning everyone (or maybe good evening)
Is there a counterpart to the s-plus function "probplot" (which
provides a qq-plot for "survreg"-objects)? Or do exist other
(rather simple) possibilities to check the assumptions of the
distribution?
I have another question to the author(s) of summary.survreg:
Why does summary(...,times=sort(x)) not give the same result as
2008 Jul 20
0
asterisk-users Digest, Vol 48, Issue 57
Hola,
Estoy de vacaciones hasta el 1 de Agosto.
Para dar soporte sobre la centralita de telefonia: voip at mildmac.es
Perdonen las molestias.
Ruth Llaneza Lapausa - Tecnico de VoIP.
ruth.llaneza at mildmac.es
Tlf: 902 199 384
Mildmac SA ? www.mildmac.es ? mildmac at mildmac.es
C/ Hnos. Garc?a Noblejas 41, 6? planta.
28037 - Madrid
Tlf: +34 91 501 33 02
Fax: +34 91 501 57 45
1998 Dec 08
0
nmbd failure on Solaris 2.4
Hi,
I expect this is a FAQ, but I can't find the answer and it's driving me mad...
I have an old Sun SPARCstation1+ running Solaris 2.4 and Samba 1.9.18p10. It's
configured to use plain text passwords, and to act as a domain master browser
(there are no NT servers in the workgroup). The workgroup spans several
subnets; Samba is set up as a WINS server, and the clients (WinNT and
2009 May 06
1
Duplicating meta-regression results from PROC MIXED with lmer
R-experts:
In 2002, Hans Van Houwelingen et al. published a tutorial on how to do
meta-regression in Statistics in Medicine. They used the classic BCG
dataset of Colditz to demonstrate correct methodology and computed the
results using PROC MIXED in SAS. In trying to duplicate the results
presented in this paper, I have discovered that I can reproduce
certain items with lmer but not
2014 Sep 08
3
problema con los cambios de marcas temporales en el eje X
Muchísimas gracias Carlos, de verdad que te agradezco la ayuda, pero no es lo que voy buscando. Quiero colocar en el eje de abscisas la secuencia temporal de los meses, es decir, agosto septiembre, octubre, etc? pero no las fechas de las toma de datos, sino que aparezca la marca de un mes, y la siguiente marca sea la del siguiente mes, etc?, y además que las muestras estén separadas de acuerdo con
2005 Jul 16
1
Shares all empty after upgrade to 3.0.14a-fc4
Hi,
Hoping you can help. I've updated my samba server (PDC) from 3.0.10 to
3.0.14a as part of updating from FC3 to FC4.
I now find I cant see inside any of the shares, even though I can see
the share names themselves and the directories are quite readable to
Linux processes. So, e.g. I can see that I have a share "Users", but not
the contents of it. With one exception all shares
2020 Jul 12
2
No se inicia R-studio
Al instalar el R funciona, pero el r-Studio al abrirlo despu?s de la instalaci?n no se inicia y se queda cargando al final aparece que tardo mucho y no hay conexi?n.
Gracias por la ayuda
Saludos cordiales
Ruth Madera Sandoval
[[alternative HTML version deleted]]
2014 Sep 08
2
problema con los cambios de marcas temporales en el eje X
Muchas gracias Carlos, previo a mi correo, entre las pruebas que hice estaba una parecida a la que apuntas de la siguiente manera:
attach (Libro1)
plot (xbar~as.Date(fechas,"%d/%m/%y"), ylim=c(400,660), xaxt="n", type="b", pch=19,cex=1)
xlabels<-strptime(fecha,format="%d/%m/%Y")
axis.Date (1,at=xlabels,format="%b-%y")
2006 Apr 18
2
installation of package "randomForest" failed
Hello
I'd like to try out some functions in the package randomForest. Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",