Displaying 17 results from an estimated 17 matches for "sdsu".
Did you mean:
sds
2004 May 27
0
Please confirm (conf#08b6d7549e1ed966ddf75eba2c21840a)
...que isto seja
feito, novas confirma??es n?o ser?o necess?rias.
This email account is protected by:
Active Spam Killer (ASK) V2.2 - (C) 2001-2002 by Marco Paganini
For more information visit http://www.paganini.net/ask
--- Original Message Follows ---
From: r-devel@r-project.org
To: lhudson@mail.sdsu.edu
Subject: Mail Delivery (failure lhudson@mail.sdsu.edu)
Date: Wed, 26 May 2004 18:08:20 -0700
This is a multi-part message in MIME format.
------=_NextPart_000_001B_01C0CA80.6B015D10
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_001C_01C0CA80.6B015D10"
------=_N...
2007 Sep 05
3
list element to matrix
I have created a list of "matrices" using sapply or lapply and wish to extract each of the "matrices" as a matrix. Some of them are 2x2, 3x3, etc.
I can do this one at a time as:
M1<-as.matrix(D[[1]])
How can repeat this process for an unknown number of entries in the list? In other words, how shall I index M1?
Diana
2010 Dec 29
2
\VignetteKeywords{}, for KEYWORDS or for free-tagging?
...RDS file to lookup 'keywords' to supply
the vignette command, '\VignetteKeywords{}'?
-or, is the pkg writer free to tag the vignette using any
keywords he/she chooses? i.e., free-tagging.
Thank you,
+ Elliot Kleiman
__________________________
San Diego State University
http://www.sdsu.edu/
2001 Nov 07
3
Examples for Markov Chain in Economics
Could anyone tell me where can I find some examples of the applications
to economics of a Markov chain?
Many thanks in advance.
Luis Rivera.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not
2002 Jun 13
1
saving a global workspace?
...Java, and i made sure to put
the .RData in that location).
any help would be awesome!
please cc to the following address as i'm not on the mail list:
vpaziran at yahoo.com
regards,
vahid
=====
< NPACI Education Center on Computational Science and Engineering >
< http://edcenter.sdsu.edu >
"Career is great, but you can’t run your hands through its hair."
=====
__________________________________________________
Yahoo! - Official partner of 2002 FIFA World Cup
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- R...
2010 Jan 15
4
Bridging firewall with snv_125 and ipfilter
Has anyone gotten a transparent firewall working? I''m using snv_125 on an IBM x346 (snv_130
goes into endless boot loops on this hardware). I can create a working bridge with dladm, but
can''t stop packets, even with "block in quick all". That stops packets on my management
interface bge0, but not on the bridge. :(
tim at ghost:~# ifconfig -a
lo0:
2000 Feb 03
0
Evolutionary spectrum
...has already been mentioned on the list.
Regards,
Franco
------------------------------------------------------------------------
Franco Biondi
Biology Department
Mailcode 4614
San Diego State University
San Diego, CA 92182-4614
E-MAIL: franco at sciences.sdsu.edu
------------------------------------------------------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe&qu...
2007 Sep 03
1
match help
In my code, I would like to replace entries in t with
entries from a random normal distribution.
n<-10
> nl<-round(1.5+rexp(1,rate=2)
rate=2))
> nl
[1] 2
> r<-1:n
> s<-sort(sample(r,nl))
> t<-match(r,s)
> r
[1] 1 2 3 4 5 6 7 8 9 10
> s
[1] 3 8
>t
[1] NA NA 1 NA NA NA NA 2 NA NA
t.random<-function(x) {for(i in 1:n) ifelse(x[i]!=NA,
2007 Nov 09
1
help with lasso2 package
X is a matrix and F is a vector.
F2 <- data.frame(cbind(X,F))
F2
V1 V2 V3 F
1 -0.250536332 -1.4755883 1.9580974 -2.136487
2 -0.009856084 0.4953269 0.5486092 -2.744482
3 -0.406962682 0.7729631 0.1861905 -2.891821
4 1.938780097 0.7469251 1.2537781 -1.212992
5 -0.332370358 1.1943637 0.7114278 -1.830441
modF<-formula(F ~ V1 + V2 + V3) #no error message
2006 Oct 19
2
track a stolen laptop via rsync
My wife's Windows XP laptop was stolen a couple days ago. Every night the
computer automatically preforms an rsync to a Debian Linux computer (the
dumb-dumbs didn't steal that). My question: if the laptop successfully
connects to the Linux box can you think of anyway I can use this fact to
track the computer (maybe an IP address from its location., etc.)?
By they way I could really care
2001 Jun 19
3
RJava lib error
...neric sun4u sparc SUNW,Ultra-5_10
2) 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-2
Any assistance would be much appreciated.. I am truely
a newbie!
Please replyto: vpaziran at yahoo.com
regards,
v
=====
< Education Center on Computational Science and Engineering >
< http://edcenter.sdsu.edu >
=====
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/...
2010 Oct 21
3
importing csv gets me all 16,000 columns with "NA"
I'm new to R. I have a mac (OS10.6). I have converted an Excel file to a csv
to import into R. I have used many methods to import the file, most do not
work, the best so far is:
filename <- read.csv(/Users/Desktop/csvfile.csv", header=T, sep=","). I have
also tried taking out the header and sep lines and it still imports fine.
Regardless of what I do, it always brings in
1996 Nov 25
0
LSF Update#14 v1.2 "lpr vulnerability"
...are available for those
systems, it is advised that system administrators
obtain the source code of a LPRng print system used
in Debian/GNU Linux 1.1, compile it and replace the
Berkeley lpr subsystem.
The LPRng software can be obtained from the
following URLs:
ftp://dickory.sdsu.edu/pub/LPRng/LPRng-2.4.2.tgz
ftp://bach.cis.temple.edu/pub/Linux/Security/DISTRIBUTION-FIXES/OTHER/LPRng-2.4.2.tgz
Please verify the MD5 fingerprint of the files prior
to installing them.
7e96acf72e504189db0dc5ea6982f6f0 LPRng-2.4.2.tgz
CREDITS
This LSF Update is based on the inf...
2006 Jul 20
19
Recipes versus Ruby for Rails: what''s best after Agile?
For expats from other languages, what''s the next best step after the
Agile Web Dev book:
Rails Recipes or Ruby for Rails?
Thanks,
--
Austin
--
Posted via http://www.ruby-forum.com/.
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...are available for those
systems, it is advised that system administrators
obtain the source code of a LPRng print system used
in Debian/GNU Linux 1.1, compile it and replace the
Berkeley lpr subsystem.
The LPRng software can be obtained from the
following URLs:
ftp://dickory.sdsu.edu/pub/LPRng/LPRng-2.4.2.tgz
ftp://bach.cis.temple.edu/pub/Linux/Security/DISTRIBUTION-FIXES/OTHER/LPRng-2.4.2.tgz
Please verify the MD5 fingerprint of the files prior
to installing them.
7e96acf72e504189db0dc5ea6982f6f0 LPRng-2.4.2.tgz
CREDITS
This LSF Update is based on the inf...
2004 Oct 27
1
MBR ## SYSLINUX ## Linux (before first partition)
On a boot drive on a PC, I would like to boot Linux
by having it at the beginning of the disk, right
after the MBR and SYSLINUX, _before_ the first
partition, and _not_ in a filesystem. Essentially I
want something like booting a floppy with a kernel
built using "make fdimage", but with a hard disk
instead of a floppy disk. The first partition would
probably start at the second
2005 Jun 21
1
Seeking Inbound 800# Origination for Unique Prostate Cancer Support Call-In Show
Dear Asterisk Community,
Does your company provide inbound 800# origination? If so, please read
this message and e-mail us a quote for monthly co-lo hosting of our
asterisk server and per-minute inbound 800# origination.
The Prostate Cancer Research and Education Foundation (PC-REF) is a
non-profit organization dedicated to helping prostate cancer sufferers and
their loved ones. We have