Displaying 10 results from an estimated 10 matches for "sote".
Did you mean:
some
2003 Jul 14
2
install problem
Dear R experts,
I am in transition to the R system from other statistical systems I was
using (SPSS, Statistica, etc.). I have used R for a few months on my
Windows PC, but now I would like to install R on a Linux box with SuSE 8.1.
I downloaded the RPM for SuSE 8.1 from the CRAN mirror.
But when I run the INSTALL script using the midnight commander it gives
the following error message:
#
2006 Mar 10
3
Sweave scientific real display format (e.g. 5e-12)
Dear All,
I couldn't figure and couldn't google out how to make construct a pair of
\Sexpr s or a LaTeX macro that would include
5\cdot 10^{-12}
into the LaTeX output istead of
5e-12 .
Any ideas?
Thank you
G?bor
2003 Dec 17
1
R demonstration ideas?
Dear All!
Tomorrow morning I will have to demonstrate R to a professor here at the
Semmelweis University. He uses Windows and Statistica. I will have 20
minutes and I would like to convince him that R is powerful, and it even
could be used in teaching the students basic medical statistics.
Could you give me some ideas what to show him in this 20 minutes?
This night I will have about 1.5 hours
2009 Sep 18
1
Dovecot(-auth) crashes upon encountering a private key in .ssh
I've recently hit a bug after updating pam, while pam-ssh passphrase
authentication become enabled.
Dovecot-auth crashes as users having private a key stored in .ssh try to
log in.
I have a gentoo system with dovecot-1.1.7 installed. PAM: 1.1.0.
Gentoo Bug:
http://bugs.gentoo.org/show_bug.cgi?id=274924
Regards,
Dw.
--
dr T?th Attila, Radiol?gus, 06-20-825-8057, 06-30-5962-962
Attila Toth
2003 Jul 14
2
special characters
Dear R-users,
Some hours ago I successfully installed R 1.7.1 on my Linux computer
(SuSE 8.1). Now I am trying to get my scripts work which I have written
for R/Windows.
* While with Windows I was able to use the vowels with the accents
present in the Hungarian language:
> d$crude.inc<-d$esetsz?m/d$?vk?zepi.l?leksz?m*1000000
>
the same line leads to an error on Linux:
>
2007 Jun 04
0
Error: could not find function "glht" (multcomp)
Dear List,
Could you tell why I get the error message?
> library(multcomp)
> data("cholesterol")
> m = aov(response ~ trt, data = cholesterol)
> cht <- glht(m, linfct = mcp(trt = "Tukey"))
Error: could not find function "glht"
Thank you
G?bor
2005 May 13
1
Traffic shaping problem
Dear all,
I am a newbie, so excuse me if I ask stupid things.
I have a proxy server with 2 nic, a subnet for wireless lan (with DHCP),
and I would like to limit up/download speed to every client, who is
connected to this network.
After reading howto I think the only one solution is to create classes
for all possible hosts, with 1024k limits (for one client) and I create
rules to assign classes
2012 Feb 23
1
How to achieve proper privilege separation?
I'm using a simple mbox config with regular Unix users and pam
authentication.
I'm also using grsecurity. That's why I see what dovecot does in which
users' name. As times goes by and new versions are coming I can
frustratedly see, that more and more tasks are performed as root. Why?
When I used 1.x series of Dovecot, imap process started in the name of the
user whose mbox was
2003 Oct 06
3
tick marks: 0, 12, 24, 36 ...
Dear R-help list,
I have a problem with the tick marks of a Kaplan-Meier survival plot.
Here is a sample:
follow.up<-c(10,20,30,40,50,60,70,80,90,100) #months
dead<-c(1,1,1,0,1,1,0,0,0,0)
KM <-survfit(Surv(follow.up, dead))
plot(KM)
The result is a nice plot. However, our research group thinks it may be
a better idea to place the ticks to the years on the time scale, i.e. 0,
12, 24, 36
2003 Jul 16
2
numerical differentiation in R? (for optim "SANN" parscale)
Dear R users,
I am running a maximum likelihood model with optim. I chose the
simulated annealing method (method="SANN").
SANN is not performing bad, but I guess it would be much more effecive
if I could set the `parscale' parameter.
The help sais:
`parscale' A vector of scaling values for the parameters.
Optimization is performed on `par/parscale' and these