Displaying 20 results from an estimated 155 matches for "rau".
Did you mean:
rao
2005 Aug 17
2
power of a matrix
Dear all,
I have a population with three age-classes, at time t=0 the population
is:
n.zero <- c(1,0,0)
I have a transition matrix A which denotes "fertility" and "survival":
A <- matrix(c(0,1,5, 0.3,0,0, 0,0.5,0), ncol=3, byrow=TRUE)
To obtain the population at t=1, I calculate:
A %*% n.zero
To obtain the population t=2, I calculate:
A %*% (A %*% n.zero)
... and so
2003 Oct 09
4
Previous Commands
Dear All,
yesterday I took the R-1.8.0-source file and compiled it on my own. As I am
using Linux just for a couple of weeks, it was my first compiling session
with ./configure, make, ....
Everything went fine, except for one thing: if I want to look at the
commands history by using the cursor keys, it does not work. Instead of
displaying the previous commands, it returns something like
2005 Jan 21
6
Avoiding a Loop?
Dear R-Helpers,
I have a matrix where the first column is known. The second column is
the result of multiplying this first column with a constant "const". The
third column is the result of multiplying the second column with
"const".....
So far, I did it like this (as a simplified example):
nr.of.columns <- 4
myconstant <- 27.5
mymatrix <- matrix(numeric(0), nrow=5,
2003 Feb 04
1
spurious domian login problems
...03/01/11 17:22:21, 1]
nmbd/nmbd_processlogon.c:process_logon_packet(70)
process_logon_packet: Logon from 192.168.1.26: code = 0x7
[2003/01/04 11:51:06, 1]
nmbd/nmbd_processlogon.c:process_logon_packet(70)
process_logon_packet: Logon from 192.168.1.197: code = 0x0
Any help appreciated.
Urs RAU
Head of Information Services OM UK HeadQuarters
------------------------------------------------------------+
| Operation Mobilisation, The Quinta, Weston Rhyn, OSWESTRY |
| SY10 7lT, UK, FAX: +44-1691-778378, TEL: +44-1691-773388 |
| Email: urs.rau@uk.om.org |
+-...
2003 Feb 27
2
PRESS again
...eur enige ongemagtigde persoon is streng verbode.
Die menings wat in hierdie boodskap uitgedruk word, tensy anders
vermeld, is die van die skrywer en nie van die Randse Afrikaanse
Universiteit of sy Bestuur nie.
Gebruikersbeleide van die Randse Afrikaanse Universiteit is beskikbaar
by:
http://www.rau.ac.za/disclaimer
DISCLAIMER
The contents and any attachments of this electronic mail message are
confidential and intended only for the named addressees.
Dissemination, forwarding, publication or other use of the message or
atta...
2006 Dec 08
0
howto "upgrade/transfer" samba domain-user + domain-group data to a new windows 2003 act
...HKLM, depending on whether you're dumped the machine or user policy. The above entry is from user, and disables access to Windows Update.
It's not as slick or easy as AD, but it's certainly cheaper, especially if you don't rev your policies that often.
Ryan
>>> "Urs Rau" <urs.rau@gmail.com> 12/7/2006 2:52 PM >>>
Thanks Michael,
On 12/6/06, Michael Schurter <michael@susens-schurter.com> wrote:
> Urs Rau wrote:
> > We have two basic needs that demand we now introduce active directory
> > servers to our previously 'window...
2006 Dec 06
3
howto "upgrade/transfer" samba domain-user + domain-group data to a new windows 2003 active directory domain?
...es, using any other
configuration, preferably open source of course. ;-)
Many thanks in advance for any hints or suggestions.
PS: Please note there is _no_ active directory already deployed. All
of the user and group info is currently on our samba 3.0.21a PDC
running on a CentOs 4.x box.
--
Urs Rau
2009 Jan 18
8
regex -> negate a word
Dear all,
let's assume I have a vector of character strings:
x <- c("abcdef", "defabc", "qwerty")
What I would like to find is the following: all elements where the word
'abc' does not appear (i.e. 3 in this case of 'x').
Since I am not really experienced with regular expressions, I started
slowly and thought I find all word were
2003 Apr 18
2
profiles for win98 + xp in same dir under home dir?
...Is the way we have setup our profile share being under the users home
dir contributing to the problems we have? The samba 2.2 PDC FAQ made me
think that, but I am not sure I understood it correctly.
Any suggestions corrections instructions pointers or insults gladly
received.
Thanks.
--
Urs Rau
2005 Sep 19
6
Teaching R - In front of the computer?
Dear R-Users,
given you have been teaching R to students (grad level, mainly social
science background, no previous programming experience, 80% know SPSS),
what are your experiences concerning the style of teaching? Do you
prefer to stand in front of the class like in "normal" lectures and you
show them slides? Or do you you explain some concept (for example things
like
2007 Feb 20
0
Apple Mail/Tiger Bug came up on the pf mailing list. . .
Hi all,
Just FYI, this post showed up on the pf mailing list a couple of days
ago:
Cc: pf at benzedrine.cx
From: Axel Rau <Axel.Rau at Chaos1.DE>
Subject: Re: mismatch on route through packet/byte counts
Date: Sun, 18 Feb 2007 14:37:56 +0100
To: Daniel Hartmeier <daniel at benzedrine.cx>
X-Mailer: Apple Mail (2.752.2)
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by...
2001 Mar 16
1
seeing/setting file or directory owners from win9x just like from nt/w2k
...n2k the "dir /q" command does this adequately.
And if this is possible, is it then possible for someone to change
the ownership of a file to another user or group from a win9x
workstation, assuming that the person logged in has sufficient
rights to do so of course.
Many thanks,
Urs RAU
Head of Information Services OM UK HeadQuarters
------------------------------------------------------------+
| Operation Mobilisation, The Quinta, Weston Rhyn, OSWESTRY |
| SY10 7lT, UK, FAX: +44-1691-778378, TEL: +44-1691-773388 |
| Email: urs.rau@uk.om.org |
+-...
2003 Jul 31
1
Found RegToAdm util !
Samba admins,
I have stumbled across a FREE & interesting utility that allows one to
create Policy Templates straight from an registry export "*.reg"
(unicode or ansi), thank you Yizhar Hurwitz.
http://www.new-ofek.co.il/yizhar/
Hope somebody else finds this usefull too.
Urs Rau
PS:
Now if anybody knows of a unix commandline util/script that creates both
User and Machine "Registry.pol" files from either "*.reg" or "*.ADM"
files, my day will be very happy. (see seperate email with subject:
"utility/script -> "Registry.pol"...
2005 Mar 29
1
apologies for duplicate posts - btw what's the real diff between gmane.network.samba.general and mailing.unix.samba?
...not "gmane.network.samba.general" and how do the two
lists relate to each other? It would appear that at least some of the
posts to "gmane.network.samba.general" do make it to
"mailing.unix.samba" but no messages appear to travel the "other way".
--
Urs Rau
2005 Dec 08
3
Reshaping data
Dear all,
given I have data in a data.frame which indicate the number of people in
a
specific year at a specific age:
n <- 10
mydf <- data.frame(yr=sample(1:10, size=n, replace=FALSE),
age=sample(1:12, size=n, replace=FALSE),
no=sample(1:10, size=n, replace=FALSE))
Now I would like to make a matrix with (in this simple example)
10 columns (for the
2003 Aug 08
3
isolinux.cfg/syslinux.cfg
Hi:
I am having problems with isolinux.cfg
I am receiving several error messages.
'Missing parameter in config file' and 'Unknown keyword in config file'.
Here is a copy of my Isolinux.cfg maybe sombody can help me figure it out:
default ks
prompt 1
timeout 60
display custom.msg
F1 boot.msg
F2 options.msg
F3 general.msg
F4 param.msg
F5 rescue.msg
F7 custom.msg
2003 Feb 14
1
FW: [Fwd: Re: [S] Exact p-values]
...rmatics
Dr. Boehringergasse 5-11
A-1121 Vienna, Austria
Tel.: ++43-1-80105-2470
Fax: ++43-1-80105-2683
email: christian.stratowa at vie.boehringer-ingelheim.com
> -------- Original Message --------
> Subject: Re: [S] Exact p-values
> Date: Thu, 13 Feb 2003 18:31:38 +0100
> From: "Rau, Roland" <Rau at demogr.mpg.de>
> To: 'Spencer Graves' <spencer.graves at PDF.COM>, Jose Mar?a Fedriani
> Laffitte <fedriani at ebd.csic.es>
> CC: s-news at lists.biostat.wustl.edu
>
> Dear all,
>
> in relation to your question, the following wo...
2007 Dec 04
6
Is R portable?
Recently I came across an interesting web site:
http://portableapps.com/. The idea is simple, this is software that
is possible to install and run on some type of USB memory, a stick or
one of these hard disks. I can think of a number of situations where
this could be handy. In addition memory sticks are getting cheaper
and more powerful by the day.
So: Is it possible to run R off one of
2005 Feb 03
2
Surprising Behavior of 'tapply'
Dear all,
I wanted to make a two-way-table of two variables with a counting
variable stored in another column of a dataframe. In version 1.9.1, the
behavior is as expected as shown in the simplified example code.
> sex <- rep(c("F", "M"), 5)
> income <- c(rep("low", 5), rep("high", 5))
> count <- 1:10
> mydf <-
2004 Jul 22
3
Replace only Capital Letters
Dear All,
I have these data:
exampledata <- c("This is one item", "This is Another One", "And so is
This")
I would like to find each occurence of a blank space followed by a Capital
Letter and replace it by a blank space, a left curly brace, the respective
Capital Letter, and then a right curly brace.
I thought the following will do:
gsub(pattern = "