Displaying 20 results from an estimated 65 matches for "konings".
Did you mean:
koning
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
This is off-topic so please let me know if it is inappropriate. I thought
i'd post here as a lot of people on the list seem to be using samba with ms
terminal server.
I have profile problem ito roaming profiles from my samba dc not loading
when you log onto w2k terminal server.
I reloaded one of the servers, installed sp4 and installed ms office 2000
using the termsrvr.mst file.
When a
2003 Sep 29
2
nested logon scripts
I Have my users organised in 1: Whole Company, 2: Department, 3: 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
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!
I've been running verious version of samba 2.2.x up to last night.
I now converted all my server so 3.0 with ldapsam.
All my w2k roaming profiles now refuse to load, complaining about not being
able to load various files in the profile dir containing special chars.
Things like Sendto\3>> floppy... or 3?floppy or 3||!!|floppy is displayed
where it should be 3<ascii character for
2003 Oct 08
2
charsets in samba3
Is there any way to make samba use whatever the default charset was on samba
2.2.x (like 2.2.3?).
I've just upgraded to samba 3 and just about every second file displays
incorrectly on my windows clients and most of them refuse to open because of
this. THis is causing absolute chaos to the point where I (an avid windows
hater) am starting to look at reload all the servers in question with
2003 Sep 23
1
Samba upgrade on dedrat linux
I'm running samba 2.2.5 on a redhat 9.0 server. I'm planning on upgrading
it to 2.2.8a tomorrow.
My questions are thus:
1) I has hassles before when doing this on another redhat box because samba
was installed with redhat's own rpm's which install in different locations.
Would it be OK to do rpm --erase for all the redhat packages (samba, common,
client, swat,
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
I upgraded to samba 3.0 recently.
I have a lot of shares containing excel workbooks that need to be rea only
for certain people and writable by others.
If I try and open any one that is resctricted to read only, whether by samba
"read list" etc. of using linux ext permissions windows compalins that the
file could not be found, check the spelling of the filaname blah blah ...
No errors
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