Displaying 20 results from an estimated 4000 matches similar to: "multiple plot"
2002 Jan 16
4
faster vector subtraction??
hi
is there a faster way to do this?
i <- 1
for(x in vector1)
for(y in vector2) {
m[[i]] <- (x - y)
i <- i + 1
}
regards soren
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in
2006 May 10
3
integer vector to a string
hi there
is there a way that i can coerce a vector of integers to ONE string with
the numbers comma separated like:
1:500 -> "1,2,3, ..., 500"
i've tried deparse, but it divides the result into a vector of string
(depending on the setting of width with a max of 500)
regards soren
2004 Jun 27
2
subset drop unused levels
hi there
tried to use subset with drop=TRUE, but all the 'old' levels are preserved,
i.e. when calling e.g. ftable a lot of zeros are displayed
>x<-subset(LREG, (kir=='AA' | kir=='BB') & (type=='t1' | otype=='t2'),
drop=TRUE, select=c(event, kir, type))
> ftable(x)
i explicit have to call factor like
2002 Jul 06
2
emacs, ess, command completion?
I'm using
win XP
R 1.51 (Rterm)
emacs-20.7
ess-5.1.20
and everything except from command completion works
Is it possible to have this functionality using a windows enviroment?
thanks soren
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2004 Jan 19
1
ftable to LaTeX
hi there
is there a way to convert objects of class ftable into LaTex code
preserving the 'look' with row and column infomation?
xtable() {xtable} can't handle such objects and latex() {Hmisc} just texify
the number matrix,
without row/column information
regards soren
2006 May 16
1
R(DCOM) / StatConnector and PHP
hi
does anyone have knowledge on how to connected to StatConnector from PHP
I have tried:
new COM("STATCONNECTORSRVLib.StatConnector") or die("Unable to
instantiate StatConnector");
with no succes
regards soren
2004 Aug 17
2
table and getting rownames
hi there
say that i have this table
>x<-table(adoc, oarb)
>x
oarb
0 1
adoc
ab 1 0
am 5 1
ba 14 1
cc 271 3
ch 87 2
dz 362 6
fl 7 0
fs 84 2
is there an easy way to get the row names or row
2012 Sep 25
1
mapping data from table to .csv template
I have a .csv table named mailing.csv as below. It consist a receiver,
subject and sender.
Receiver subject sender
1 Adrian Cole RE: [WHIRR-117] Composable services Tom White
2 Adrian Cole RE: [WHIRR-117] Composable services Tom White
3 Adrian Cole RE: [WHIRR-117] Composable services Adrian Cole
4 Adrian Cole RE: [WHIRR-117]
2003 May 12
2
smbpasswd and RID/SID problems with LDAP
Problem number one:
-------------------
I'm running a few-hours-old CVS version of Samba 3.0 with LDAP as the
authentication backend, and I'm having some problems trying to set up
the LDAP accounts using "smbpasswd". I build the structure of the
LDAP database by importing a couple of LDIF's, and then I import the
following user account to create an administrative account
2006 Jul 08
1
survfit, unused argument(s) (error ...)
Hi
It seems that survfit() doesn't accept the argumnet 'error' as below
>survfit(fit, error='greenwood')
Error in survfit.coxph(fit, error = "greenwood") :
unused argument(s) (error ...)
Isn't is allowed to do that for a coxph object?
Regards Soren
Windows XP, SP2
R 2.3.0
2012 Sep 26
1
Write table with data in other .csv template
Hi,
I have a table with data, as below:
dput(table):
structure(list(Adrian.Cole = c(0L, 0L, 0L, 0L, 0L, 0L), Alison.Wong =
c(0L, 0L, 0L, 0L, 0L, 0L), Andrei.Savu = c(0L, 0L, 0L, 0L, 0L, 0L),
Bruno.Dumon = c(0L, 0L, 0L, 0L, 0L, 0L), Edward.J..Yoon = c(0L, 0L, 0L,
0L, 0L, 0L), Eugene.Koontz = c(0L, 0L, 0L, 0L, 0L,
0L), Jakob.Homan = c(0L, 0L, 0L, 0L, 0L, 0L), Kelvin.Kakugawa =
c(0L, 0L,
2010 Apr 27
1
Error Message Connecting to CyberPower 1500AVR by USB
I have a CyberPower 1500AVR LCD connected by USB to an up-to-date Debian
Testing box running nut 2.4.3.
/etc/nut/ups.conf contains the following information:
[myups]
driver = usbhid-ups
port = auto
When I run upsdrvctl start I receive the following output:
Network UPS Tools - UPS driver controller 2.4.3
Network UPS Tools - Generic HID driver 0.34 (2.4.3)
USB communication
2004 Oct 05
1
Brazillian Caller ID: almost there...
Hello,
Talking with Soren Sratje about Caller ID in Brazil, we compare ours
DTMF tones captured by ztmonitor. wcfxo correctly recognize the "DTMF
CLIP" and asterisk shot the AST_STATE_PRERING correctly.
But the DTMF tones are not reconized. In the chan_zap.c, the code:
if (f->frametype == AST_FRAME_DTMF) {
(...)
Does not occurs because the frametype is always reconized as voice
2003 Jan 28
1
can't create user entries in smbpasswd
Hi all,
after installing samba 2.2.5 (on Solaris8 running NIS+) it is not
possible to create user entries in smbpasswd.
I generated the smbpasswd file by
# cat /dev/null | /samba/samba-2.2.5/source/script/mksmbpasswd.sh >
/usr/local/samba/private/smbpasswd
-----
then tried to create user entry "dummy" in smbpasswd by
(user "dummy" exists under NIS+)
# smbpasswd -a dummy
2004 Aug 06
2
what happens to a client when a streams source dissapears
Heyas all,
I've had a good root round in the docs but cant seem to find an answer to
this:
2004 Aug 10
2
Re: VoIP SPAM, what's next ?
At 7:14 PM +0200 on 8/10/04, Soren Rathje wrote:
>Gang,
>
>Do anyone have a clue on how they do this ??
>
>"QOVIA FILES PATENTS FOR VOICE SPAM BLOCKING TECHNOLOGY"
>http://www.qovia.com/company/news/06.28.2004_voip_spam_patent_app_final.htm
>
>"Qovia ready to take on VoIP spam"
>http://www.nwfusion.com/news/2004/071204qovia.html
>
>Next thing
2007 Jan 26
2
%*% in Matrix objects
Dear R users,
I need to normalize a bunch of row vectors. At a certain point I need to divide a matrix by a vector of norms. I find that the behavior of Matrix objects differs from normal matrix objects. Example the following code examples differ only in xnormed changing from normal to Matrix object:
x = matrix(1:12,3,4)
x = as(x, "CsparseMatrix")
xnorms = sqrt(colSums(x^2))
2005 Apr 21
6
bogons update
hi:
Just a litle update:
41/8 allocated to AfriNIC (APR 2005).
73/8 allocated to ARIN (MAR 2005).
hope it helps.
2008 Mar 24
4
steam friends problem
i have installed wine with no problem i have also installed steam and as a result downloaded and played half life 1 etc with no problem
the onyl issue i have is that when i try to chat to a friend i type a
message and click send in the built in steam instant messenger but it does not send
the message dissapears but it is not sent
can anyone help?
thanks
--yoma
1998 Apr 01
3
Dissapearing samba servers
Hi
I've seen a couple of people post this problem, but I've never seen an
answer, and now it's happenning to me.
I run Solaris 2.5.1, and samba-1.9.17p1.
Every so often a pc can look in the network neighborhood and the samba
server just isn't there, though you can still map a network drive by
using a UNC pathway:
\\server\share
so the share is still out there but the server