Displaying 20 results from an estimated 65 matches for "koning".
Did you mean:
zoning
2009 Aug 27
2
Comparing and adding two data series
Dear R helpers
I have two series A and B as given below -
A <- c(2, 2, 1, 3, 7, 3, 3, 1, 14, 7, 31)
B <- c(0.0728,0.9538,4.0140,0.0020,2.5593,0.1620,2.513,0.3798, .0033,0.2282, 0.1614)
I need to calculate the total in dataset B corresponding to the numbers in dataset A i.e. for no 1 in A, I need the total as 4.0140+0.3798 (as 1 is repeated twice)
for no 2, I need the total as
2009 Feb 26
3
HP DL380 G5 with TE420
Hi
I'm having problems getting the TE420 working in HP DL380G5 servers.
The cards don't seem to be detected 100% by the BIOS. With two cards in the
server they are never detected.
things I've tried:
1 Update firmware to latest (P56) for the server
2 change irq settings
3 disable all onboard devices on server and remove raid controller
4 different cards in different slots
What I
2006 Nov 19
4
The most common row in a matrix?
Hi,
How do you get the most common row from a matrix? If I have a matrix
like this
array(1:3,dim=c(4,5))
[,1] [,2] [,3] [,4] [,5]
[1,] 1 2 3 1 2
[2,] 2 3 1 2 3
[3,] 3 1 2 3 1
[4,] 1 2 3 1 2
in which rows 1 and 4 are similar, I want to find that vector c
(1,2,3,1,2).
Atte Tenkanen
University of Turku, Finland
2003 Sep 10
1
OT: Win2k ts - cannot start microsft outlook
...ke it's trying to create registry entries in the global registry
in stead of that specific user's registry file that is saved in his profile.
I had this on NT4 t/s but can't remember the solution and M$ is, as usual,
not very helpfull.
Does anybody have the solution for this?
Andr? de Koning
IT Manager
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2003 Sep 29
2
nested logon scripts
...: User
I need a logon script that executes certain comments for all users, certain
commands per department and certain comments per user.
For user andre in department sales it would thus execute all.cmd, sales.cmd
and andre.cmd
Is this possible?
(I'm using samba 3.0 as DC with LDAP)
Andr? de Koning
IT Manager
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2006 Aug 22
4
Successive subsets from a vector?
I'd like to pick every imbricated five character long subsets from a
vector. I guess there is some efficient way to do this without loops...
Here is a for-loop-version and a model for output:
VECTOR=c(1,4,2,6,5,0,11,10,4,3,6,8,6);
ADDRESSES=c();
for(i in 1:(length(VECTOR)-4)){
ADDRESSES[i]=paste(VECTOR[i:(i+4)],collapse="")
}
> ADDRESSES
[1] "14265"
2003 Oct 01
1
roaming profile, w2k and chjaracter sets - PLEASE HELP URGENTLY!
...now what this should be set to and how you set it? What has changes
between 2.2.x (eg. 2.2.5) and 3.0?
I have the problem that about 500 users can't log in today and only get
temporary profiles. If anybody is even able to help me at a fee I'm
prepared to pay!
thanks in advance,
Andr? de Koning
IT Manager
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2003 Oct 08
2
charsets in samba3
...charset" and "display charset"
but have no luck. I have no clue what this should be set to to make this
work like they did before with samba 2.2.3 and don't even have a clue what
options I can choose from - nothing in the man page except one example!
Any help, PLEASE?
Andr? de Koning
IT Manager
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2003 Sep 23
1
Samba upgrade on dedrat linux
...r reinstalling?
4) Would my smb.conf still work without changes?
It's not a DC, just a member server but I've got a script that copies
passwd, group, shadow, gshadow and smbpasswd accross from their pdc every
30min - would this still be ok?
Any other pointers would be appreciated.
Andr? de Koning
IT Manager (Chief computer mechanic)
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2006 Sep 08
8
Weighted association map
Could somebody program this kind of plot type to R, if none exists,
based on mds or correlation tables or some more suitable method? What
do you think about idea? Does it work? None similar or better exists?
http://weightedassociationmap.blogspot.com/
Atte Tenkanen
University of Turku, Finland
2003 Apr 23
3
equipment
Hello, it is likely that I will have to analyze a rather sizeable dataset:
60000 records, 10 to 15 variables. I will have to make descriptive
statistics, and estimate linear models, glm's and maybe Cox proportional
hazard model with time varying covariates. In theory, this is possible in
R, but I would like to get some feedback on the equipment I should get for
this. At this moment, I have a
2007 Jan 24
2
keep track of selected observations over time
Dear all,
Attached is a description of my data, graph and the problem which I need help with. Hope you have time to open the file and help me out.
Many thanks,
Jenny
---------------------------------
1998 Aug 08
20
Roaming profiles
I want to setup a linux box with samba as a file and print server for a
LAN of 20 NT 4.0 SP3 workstations. I want the home direcotories to be on
the server the clients to have roaming profiles.
For this, do I have to make the linux box a domain controller? I want to
avoid it if I can, because the domain control code in not on the
production releases. I don't want to setup an NT server either.
2006 Jun 15
1
How to change the margin widths in png-plots?
Hello,
I have tried to change the margin widths so that mtext (here "sd of
consecutive pc intervals", look at the picture) and
plot(...,xlab="bar") fits to the picture.
Here is an example:
http://users.utu.fi/attenka/margins.png
This doesn't help:
par(mar=c(5.1, 7.1, 4.1, 2.1))
And here are the commands:
png(filename="/Users/kone/Vaitostutkimus/Pictures/
2007 Apr 13
2
Fractals with R
Hi everybody,
I put some R-code to a web page for drawing fractals. See
http://fractalswithr.blogspot.com/
If you have some R-code for fractal images, I'm willing to include
them to the page.
Has somebody tried L-systems or Markov algorithm (http://
en.wikipedia.org/wiki/Markov_algorithm) with R?
Best wishes,
Atte Tenkanen
University of Turku, Finland
2009 Aug 06
2
opration / dates in R
Hi,
how can i use operation + , - , / with veriable format DATES?
for example i have two variable a <- 18/08/2008 and b <- 18/09/2010 and i want to calculate a-b ??
thank you?
[[alternative HTML version deleted]]
2006 Sep 16
2
how to rescale the limits of yaxis rather than using the data range by default?
Dear Lister,
plot() is using the data range as the default limits of yaxis. Is
there any way I can change the limits? I just look at the help of
plot() and par() and couldn't find answers.
Thanks.
--
WenSui Liu
(http://spaces.msn.com/statcompute/blog)
Senior Decision Support Analyst
Health Policy and Clinical Effectiveness
Cincinnati Children Hospital Medical Center
2003 Oct 08
1
excel files not opening read only - samba 3.0
...yed around with mangling, default case,
various locking option, character sets, renaming files etc. etc. - all to no
avail.
Has anybody seen this before?
Please help if you can, this is becoming pretty serious - there seems to be
something seriously wrong with my samba share permissions.
Andr? de Koning
IT Manager
Softline VIP Payroll
Tel: +27 12 420 7000
andre@vippayroll.co.za
2006 Feb 01
3
inserting one backslash
Hello, I am not very familiar with regular expressions and escaping. I
need to replace the %-signs in a character vector with elements as
"income 0%-33%# to be replaced by "income 0\%-33\%" (for later use in
LaTeX). Using
gsub("%","\\%","income 0%-33%")
does not give the desired result. However, gsub("%","\\\\%","income
2007 Apr 24
1
information extraction
Dear R-experts,
I imported successful a workspace from Matlab. The information is stored
in the variable data. If I use the command "length(data)" I get back a
number which corresponds to the number of variables which were imported.
Here it is 82. Now I only want to know the names of the imported
variables to modify my program. Can anyone help me?
My knowledge which I tested yet to