Displaying 12 results from an estimated 12 matches for "keefe".
Did you mean:
keef
2002 Sep 27
3
Retaining regularly used add-ons
...t;add-ons.txt") every time I start
a new session. I suspect there's a more elegant way
to hold on to the packages I use regularly?
Thanks in advance for any suggestions or insight, and
a big thanks to all for creating and maintaining such
a powerful tool.
Regards,
Rob
____________
Rob Keefe
M.S. student
Department of Forest Resources
University of Idaho
PO Box 441133
Moscow, ID
83844-1133
Lab: (208) 885-5165
Home: (208) 882-9749
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.htm...
2007 Dec 17
4
Installation of RGtk2 (PR#10519)
Full_Name: Caroline Keef
Version: 2.6.1
OS: Windows XP
Submission from: (NULL) (195.171.203.131)
I have tried to install the package rggobi which if I'm right requires the
package RGtk2
If I install RGtk2 using the install.packages (I used the UK (Bristol) mirror, I
haven't tried any other mirror) within R and then use library(RGtk2) I get the
following message box
"This
2008 Jul 09
4
Strptime/ date time classes
Dear all,
I've come across a problem using strptime, can anyone explain what's
going on? I'm using version 2.7.0 on Windows XP.
Thank you
Caroline
First read in a data file using read.table
alldata = read.table(file, header=F, skip=4, colClasses =
c("character","numeric"))
dim(alldata)
[1] 223960 2
# inefficient, safe way of sorting out missing or dodgy
2003 Jun 15
1
Fitted probabilities from glmmPQL?
...ype = "response"' when using predict() on a
model fit using glm(...,family="binomial") returns fitted
probabilities.
Is it possible to get the same from a model object
fit using glmmPQL() ?
Thanks in advance,
Rob
_____________________________________________________
Rob Keefe Lab: (208) 885-5165
M.S. student Home: (208) 882-9749
University of Idaho
2003 Jul 25
1
Multiple expressions in system.time()?
...something simple?
Thanks in advance for any suggestions-
Rob
version:
platform i386-pc-linux-gnu
arch i386
os linux-gnu
system i386, linux-gnu
status
major 1
minor 7.1
year 2003
month 06
day 16
language R
_____________________________________________________
Rob Keefe Lab: (208) 885-5165
M.S. student Home: (208) 882-9749
University of Idaho
2003 Oct 16
2
returning dynamic variable names from function
..._" character
dfNames <- sapply(splitNames,"[",1)
# or I could use "sapply(splitNames, function (x) x[1])" OR EVEN
"unlist(lapply(splitNames, function(x)x[1]))" -- [Thanks to Andy Liaw,
Simon Blomberg, Gabor Grothendieck,
#James Holtman and Robert Keefe for their helpful responses on this
question - See posting on returning the first elements of a list of vectors]
#
for (i in 1:numFiles)
{
assign(dfNames[[i]],ReadFileCreateDF(fullFileNames[[i]]))
# we use "assign" since we want the quoted string in dfNames to be assig...
2006 Jul 14
5
Newbie Formating output
Hi, am a rails newbie. I had problems with 2 tasks
i have created a guestbook app just to try out rails
users sign guestbook by leaving name and message
currently, the list action shows plain text like this:
Joe Smith
love your guestbook
but i would like to add formating to the name field, say different
colour, bold, and add time eg:
Joe Smith (in red colour) wrote 5 days ago
love your
2006 May 03
6
sql server, date and time
Hey there all,
Is there some way to tell rails or sql server to ignore the time in a
datetime field when doing a comparison?
For example, if I do something like
select * from users where registration_date = ?, @date
where @date might equal some user input like ''03/14/2006''
The result is nothing returned, because in my tables the datetime
field looks like this:
3/14/2006
2005 Jan 07
1
R 2.1 dies when some text() arguments are NULL (PR#7477)
...s
major 2
minor 0.1
year 2004
month 11
day 15
language R
Please let me know if I can add any more details-
Thank you,
Rob
_________________________________________________________
Rob Keefe
Cooperative Forestry Research Unit
University of Maine
2002 Jul 18
3
Oddity with names
Hi all,
I'm using R 1.5.1 on Windows 2000. The following snippet of code doesn't
seem to do anything - no error is reported, and there is no name change.
names(myFrame[,c(1:3)]) <- c("name1", "name2", "name3")
This code however works nicely:
names(myFrame)[c(1:3)] <- c("name1", "name2", "name3")
Can anyone suggest why
2006 Mar 15
2
swap at beginning of slice - danger?
Hello freebsd-stable,
I have 5.5-PRERELEASE server in production, booting from ad0s1:
# BLOCKSIZE=512 swapinfo
Device 512-blocks Used Avail Capacity
/dev/ad0s1b 2097152 52872 2044280 3%
/dev/ad1s1b 2097152 51952 2045200 2%
Total 4194304 104824 4089480 2%
# bsdlabel ad0s1 | fgrep b:
b: 2097152 0 swap
2006 Apr 30
82
Mongrel 3.15, Ubuntu and Park place (S3)
Hello. I installed under Ubuntu (Dapper) Park Place. I followed the
instructions given at the RedHanded site. I get the following mongrel
error when launching the application:
** Please login in with `admin'' and password `pass@word1''
** You should change the default password or delete the admin at
soonest chance!/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.5/lib/mongrel.rb:584:in