Displaying 5 results from an estimated 5 matches for "vestergaard".
Did you mean:
ostergaard
2006 Jun 13
2
levelplot and source() problems
I have been using levelplot but have had trouble calling it inside
functions - something seems to go wrong when it's not called directly from
the R command prompt. Simplest reproducible example:
$ R --vanilla
> library(lattice)
> levelplot(matrix(1:4,2,2))
- This gives a nice plot in soothing pastel colors.
Now, with a file lptest.r containing 2 lines:
library(lattice)
2006 Aug 26
3
Reproduced the Login process died too early issue.
Hi.
I tried for some time to reproduce the "Login process died too early
issue".
It seems related to when the system run out of file descriptors, to
force the issue i forwarded 3k of messages trough the server(using
thunderbird).
I also tried with my usual mail application - mail.app, but no luck
there.
Aug 26 18:46:36 soekris postfix/cleanup[14739]: fatal: accept
2002 Dec 12
0
R-intro: Simple manipulations/Vectors and assignment (PR #2365)
...text accordingly.
Bill Venables.
-----Original Message-----
From: nvj@fys.ku.dk [mailto:nvj@fys.ku.dk]
Sent: Thursday, December 12, 2002 9:17 AM
To: r-devel@stat.math.ethz.ch
Cc: R-bugs@biostat.ku.dk
Subject: [Rd] R-intro: Simple manipulations/Vectors and assignment
(PR#2365)
Full_Name: Niels Vestergaard Jensen
Version: 1.6.1
OS: Linux (Mandrake 9.0)
Submission from: (NULL) (62.79.36.179)
The R-intro (1.6.1 (2002-11-01)) says in Simple manipulations/Vectors and
assignment:
"So with the above assignments the command
> v <- 2*x + y + 1
generates a new vector v of length 11 constructe...
2006 Jul 24
5
grouping by consecutive integers
Hello R-helpers!
I have a question concerning extracting sequence information from a
vector. I have a vector (representing the bins of a time series where
the frequency of occurrences is greater than some threshold) where I
would like to extract the min, median and max of each group of
consecutive numbers.
For Example:
tmp <- c(24,25,29,35,36,37,38,39,40,41,42,43,44,45,46,47,68,69,70,71)
I
2005 Apr 11
1
smbpasswd -as
Hi!
I have a problem by using smbpasswd -as USER PASSWORD
it returns with this:
[root@backup ~]# smbpasswd -as USER PASSWORD
When run by root:
smbpasswd [options] [username]
otherwise:
smbpasswd [options]
I has been a problem for about 6 month now on both debian testing and
redhat ES 3 / 4
It is still working on Redhat 9 with samba-2.2.12-0.90.2.legacy
Any one know why?
Regards