Displaying 20 results from an estimated 41 matches for "fisk".
Did you mean:
disk
2009 Feb 04
5
ggplot: problem with fill option in stat_smooth()
...rey50" option is working as advertised.
Here is a simple example using the mtcars data set included with ggplot2:
qplot(wt,mpg,data=mtcars) + stat_smooth(fill="grey50")
I even tried the Cairo library as one R-help post suggested, but to no
avail.
Any suggestions?
Thanks much,
Ian Fiske
--
View this message in context: http://www.nabble.com/ggplot%3A-problem-with-fill-option-in-stat_smooth%28%29-tp21832398p21832398.html
Sent from the R help mailing list archive at Nabble.com.
2004 Oct 12
5
covariate selection?
Hello,
I am hoping someone can help me with the following multivariate issue:
I have a model consisting of about 50 covariates. I would like to
reduce this to about 5 covariate for the reduced model by combining
cofactors that are strongly correlated. Is there a package or function
that would help me with this in R? I appreciate any suggestions.
Thanks,
Ian
2000 Jun 28
1
F-secure -> Openssh Compatibility (fwd)
...| Email: wilburn at lanl.gov |
| Los Alamos National Laboratory | Phone: (505) 667-2107 |
| MS H803 | Fax: (505) 665-4121 |
| Los Alamos, NM 87545 | |
*--------------------------------*-------------------------*
--
Mike Fisk, RADIANT Team, Network Engineering Group, Los Alamos National Lab
See http://home.lanl.gov/mfisk/ for contact information
1999 Nov 29
2
Food for thought regarding PAM
...that PAM could be ported to any system that supports dynamic
linking and, if necessary, could even be statically linked if
necessary.
Again, it may not be the quickest path, but it might be more productive in
the long run.
=====================================================================
Mike Fisk | (505)667-5119 | MS B255
Network Engineering (CIC-5) | | Los Alamos National Lab
mfisk at lanl.gov | FAX: 665-7793 | Los Alamos, NM 87545
2000 Mar 03
1
FTP tunneling
...refer to the proper end of the tunnel.
It works very nicely and is nice functionality for people who are stuck
using FTP clients instead of SCP.
Damien, would you include a patch that included this functionality?
Is anybody else interested in working on this before I get around to it?
--
Mike Fisk, RADIANT Team, Network Engineering Group, Los Alamos National Lab
See http://home.lanl.gov/mfisk/ for contact information
2011 Feb 24
7
Fast in MySQL console, slow in ActiveRecord
Has anyone experienced an ActiveRecord query being much much slower than
running the equivalent
query in the MySql console?
I am running a simple "group by" query with one condition on a table with 7
million records. When
I run EXPLAIN it says that it will have to scan over all the records - well
that''s OK. In the MySQL
query it takes 1min 40secs which is OK for me - this
2006 Apr 13
4
ORA-12663 and @connection.describe with Oracle7
I am trying to use Rails and an Oracle 7 database.
I have the following error message:
(eval):3:in `__send__'': ORA-12663: Services required by client not
available on the server (OCIError) from (eval):3:in `describe''
and the line oracle_adapter,rb:361:
(owner, table_name) = @connection.describe(table_name)
Do I need this describe line?
Can I replace with something else just
2005 May 31
4
Karl
...delete comments, but since this is nothing more than typical propaganda, I'm tempted to.
I think I'll just leave it alone and stick to my policies.
Posted by: Vinny at December 18, 2003 11:15 AM
I thought I'd seen 'em all. this tripe is so old it's not even worth the effort to fisk it.
Posted by: nathalie at December 18, 2003 01:24 PM
--
___________________________________________________________
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
2006 Apr 11
6
klibc kbuild status
Hi hpa & others.
Following is a list of issues that I hope to be addressed soon so
we are in even better shape for -mm inclusion.
1) rebuild initramfs when content changes.
> It is a simple matter of copying in usr/Makefile from the latest
> -linus kernel and replace the 10 first lines with the content from
> klibc Kbuild file.
2) havesyscalls.h is not deleted after make
2001 Sep 14
1
extremly off topic I know but since it leaked into the list anyway....
...we have a choice. We can express justified
horror; we can seek to understand what may have
led to the crimes, which means making an effort to enter the
minds of the likely perpetrators. If we choose the
latter course, we can do no better, I think, than to listen to
the words of Robert Fisk, whose direct knowledge
and insight into affairs of the region is unmatched after many
years of distinguished reporting. Describing "The
wickedness and awesome cruelty of a crushed and humiliated
people," he writes that "this is not the war of
democracy versus te...
2006 Oct 27
0
VGAM package released on CRAN
...-Multinomial Distribution
erlang Erlang Distribution
expexp Exponentiated Exponential Distribution
expexp1 Exponentiated Exponential Distribution
exponential Exponential Distribution
fff F Distribution Family Function
fisk Fisk Distribution family function
frank Frank's Bivariate Distribution Family Function
frechet2 Frechet Distribution Family Function
freund61 Freund's (1961) Bivariate Extension of the
Exponential Dis...
2006 Apr 13
2
Legacy database with varchar2 primary key?
I rememeber seeing an article about how to cope with legacy databases
where the primary key is defined as VARCHAR2. I only want read-access
to the data.
Does anyone have a link to such an article? Or can give advice?
--
Posted via http://www.ruby-forum.com/.
2007 Mar 01
4
question about xtable and Hmisc
I would like to get rid of the row numbers using xtable and latex.
The commands
d = cbind(1:10,rep(1:2,5))
ans = xtable(d)
latex(ans)
gives output containing
\begin{tabular}{rrr}
\hline
& 1 & 2 \\
\hline
1 & 1.00 & 1.00 \\
2 & 2.00 & 2.00 \\
3 & 3.00 & 1.00 \\
4 & 4.00 & 2.00 \\
5 & 5.00 & 1.00 \\
6 & 6.00 &
2009 Oct 06
3
rpois formula
Hi all,
It's been a while since i've used R and I can't remember how to do the
following:
i have
a = rpois (100000, x)
b = rpois (100000, y)
what is the code to show that a>b, b>a and a=b to show just the number of
occurances?
at the moment when I type a>b I get a nice long list of true or false.
so i'm hoping to have the following
a>b
> 35000
b>a
> 25000
2009 Feb 09
1
percentage of variance explained by factors
Hello!
I've run a simple linear model: result<-lm(DV~A+B+C,data=Data)
My Data$A,Data$B, and Data$C are factors. So, lm automatically recoded
them into dummy variables. I have all the results I need but one.
Question: Where could I see the variance explained by all A dummy
variables together, then all B dummy variables together, and all C
dummy variables together - when other predictors
2000 Feb 07
0
openssh (fwd)
...the OpenSSH list have expressed an interest in Kerberos
version 5 support. Below is a (non-US) URL recently posted for a patch to
OpenSSH to work with Heimdal, the international K5 implementation. I
haven't checked to see if the patch would work with MIT or MIT-derived K5
libraries.
--
Mike Fisk, RADIANT Team, Network Engineering Group, Los Alamos National Lab
See http://home.lanl.gov/mfisk/ for contact information
---------- Forwarded message ----------
Date: Thu, 3 Feb 2000 15:33:34 +0100 (MET)
From: Daniel Kouril <kouril at informatics.muni.cz>
Subject: openssh
To: heimdal-discus...
2002 Feb 13
0
Mounting Windows drive on AIX
...9;m looking online at your website and don't see anything obvious about using samba to mount a Windows drive on an AIX unix box. Linux only. Any ideas on how to do this? Thanks for your input!
Cheers!
Michele Rotyliano
Database Administrator
Health First Inc.
Information Technology
3300 Fiske Blvd
Rockledge, FL 32955
phone: 321.434.5506
fax: 321.434.5525
email: mrotylia@health-first.org
"MMS <health-first.org>" made the following
annotations on 02/13/02 12:26:29
------------------------------------------------------------------------------
This message is f...
2002 Dec 24
0
SAMBA 2.2.7a and Windows XP
...l TP-connection, but to no avail. I really
believe that it has to do with Windows XP.
Someone told me it had to do with LmCompatibilityLevel... but I cannot draw
any conclusions there either.
I've really tried to find a solution, but I just can't do it. I really need
some help here =(
fisk@enquilon.lir.dk <for direct e-mail>
2009 Feb 18
1
interior point methods, automatic differentiation in R
Dear all,
I'm wondering if there are some ongoing projects for interior point methods
in R (e.g. linking ipopt from Coin written in C++ to R) and for automatic
differentiation in R (e.g. linking openAD available in C++ and Fortran) ?
Many thanks,
David
[[alternative HTML version deleted]]
2003 Jan 14
1
myths about upwards growing stacks
...cessor.h for complete details of the stack layout.
--
"It's not Hollywood. War is real, war is primarily not about defeat or
victory, it is about death. I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk