Displaying 20 results from an estimated 41 matches for "fiske".
Did you mean:
fike
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)
Date: Tue, 27 Jun 2000 16:09:43 -0600 (MDT)
From: "W. Scott Wilburn" <wilburn at lanl.gov>
To: ssh at clinet.fi
Subject: F-secure -> Openssh Compatibility
We have Macintoshes running Fsecure SSH client 1.0.1 which are unable to
connect to a server running Openssh 2.1.1 on Red Hat 6.2.
I believe that the problem is a bug with Fsecure, since a 30-day trial
version of 1.0.2 works
1999 Nov 29
2
Food for thought regarding PAM
I'm new to this list, so please forgive me if this has been discussed
before.
It appears that one of the (commendable) design goals of OpenSSH is to
re-use existing open-source libraries wherever possible in order to
simplify the OpenSSH code and hopefully improve security in the process.
As exhibited by the current, non-open SSH, supporting all of the nuances
of authentication and logins
2000 Mar 03
1
FTP tunneling
If people haven't seen it, there's a pretty nice Java SSH client called
MindTerm:
http://www.mindbright.se/mindterm/
One of the things they did is add some hacks to make FTP tunneling over
SSH trivial. This client looks at the data being forwarded over port 21
(ftp control port), and looks for the FTP PORT and PASV commands used to
establish
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
This is the guy that has a ton of email addresses.
Almost as many as he has phone numbers.
google "kvj"
He doesn't like our president either:
Here's look at a MISERABLE FAILURE and I use facts:
George W. Bush (herein referred to as 'bushwhack') is the village idiot and he pushed a series of Trojan horses at Americans:
1) The Overtime Pay act is nothing more than a
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....
On the Bombings
Noam Chomsky
The terrorist attacks were major atrocities. In scale they may
not reach the level of many others, for example,
Clinton's bombing of the Sudan with no credible pretext,
destroying half its pharmaceutical supplies and killing
2006 Oct 27
0
VGAM package released on CRAN
Dear useRs,
upon request, the VGAM package (currently version 0.7-1) has been
officially released on CRAN (the package has been at my website
http://www.stat.auckland.ac.nz/~yee/VGAM for a number of years now).
VGAM implements a general framework for several classes of
regression models using iteratively reweighted least squares
(IRLS). The key ideas are Fisher scoring, generalized linear
and
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)
Some people on 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
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 fo...
2002 Dec 24
0
SAMBA 2.2.7a and Windows XP
I've been having these really annoying issues ever since I started to
configure SAMBA with Windows XP. As it seems the XP-machine detects the
SAMBA-share on occasions, and even manages to connect to it; but only for a
while. I have found no clue whatsoever why it connects only "sometimes".
It seems that when the Windows XP machine is just booted, it normally gets
access to the
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
just downloaded klibc 0.72 and took a look. first thing i found was that
the URL for latest version is out of date:
klibc is archived at:
ftp://ftp.zytor.com/pub/linux/libs/klibc/
the `libs/' is superfluous.
more importantly, this piece of code in klibc/arch/README is wrong:
#if STACK_GROWS_UP
argc = (int)*argptr--;
argv = (char **)argptr;
envp = argv-(argc+1);
#else
argc