Displaying 20 results from an estimated 25 matches for "woodard".
Did you mean:
woodward
2000 Nov 21
4
Session logging in Windows98?
......" and in the R-Help Archive "...just save the console output...".
I guess I've missed something somewhere, so I'd appreciate it someone could
tell me (a) how to save the contents of the interaction buffer, or (b) how
to save the console output.
Thanks for your help,
Bill Woodard
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 the subject !) To: r-help-request at sta...
2009 May 02
1
Trouble installing packages on Macintosh OS-X 10.5.6
.... R stops
responding. At first, I had not deleted the old version of 2.8.1 before
installing 2.9.0. However, I went back and deleted the R GUI from the
Applications folder and the R.framework folder from /Library/Frameworks and
then reinstalled 2.9.0. Any help will be greatly appreciated!
John Woodard
--
View this message in context: http://www.nabble.com/Trouble-installing-packages-on-Macintosh-OS-X-10.5.6-tp23346770p23346770.html
Sent from the R help mailing list archive at Nabble.com.
2010 Feb 02
2
Error with write.table
...following error:
Error in if (inherits(X[[j]], "data.frame") && ncol(xj) > 1L) X[[j]] <-
as.matrix(X[[j]]) :
missing value where TRUE/FALSE needed
Is there something I'm doing wrong in trying to save the data frame to a
.csv file?
Many thanks in advance!
John Woodard
--
View this message in context: http://n4.nabble.com/Error-with-write-table-tp1460198p1460198.html
Sent from the R help mailing list archive at Nabble.com.
2003 Dec 01
0
No subject
...9:20, 5] smbd/uid.c:unbecome_user(217)
unbecome_user now uid=(0,0) gid=(0,0)
[2001/07/24 14:09:20, 3] smbd/connection.c:yield_connection(50)
Yielding connection to
[2001/07/24 14:09:20, 3] smbd/server.c:exit_server(483)
Server exit (normal exit)
14:22:35.224336 pc180.CoE.LaTech.edu.1120 > woodard.latech.edu.netbios-ssn: P 17550649:17550734(85) ack 788588384 win 8188
>>> NBT Packet
NBT Session Packet
Flags=0x0
Length=81 (0x51)
SMB PACKET: SMBopenX (REQUEST)
(DF)
14:22:35.224570 woodard.latech.edu.netbios-ssn > pc180.CoE.LaTech.edu.1120: . ack 85 win 17435 (DF) [tos 0x8]
14:22...
2000 Nov 22
0
Fw: Session logging in Windows98?
...macs and have to deal with yet
another editor.
----- Original Message -----
From: "BXC (Bendix Carstensen)" <bxc at novonordisk.com>
To: <r-help at lists.r-project.org>
Sent: Tuesday, November 21, 2000 10:05 PM
Subject: RE: [R] Session logging in Windows98?
Further to W. T. Woodard's query:
The natural solution would be to provide a function tee()
with the same syntax as sink, whose effect was to
divert output to a file but als? let the output appear
at the screen.
Bendix
> -----Original Message-----
> From: W. T. Woodard [mailto:woodardw001 at hawaii.rr.com]
>...
2007 Sep 10
3
link_to file
Hi,
This is probably the stupidest question that I''m ever going to ask, but
how do I create a link to a file? To be more clear, I simply want to
create a link to a file that I am storing in the /public directory, say
file.pdf. So, I upload the file to /public/ and then I would like to be
able to do something like,
link_to( image_tag(''image.jpg''),
2010 Nov 01
3
Mean and individual growth curve trajectories
I'm trying to understand how to plot individual growth curve trajectories,
with the overall mean trajectory superimposed (preferably in a slightly
thicker line, maybe in black) over the individual trajectories. Using the
sleepstudy data in lme4, here is the code I have so far:
library(lme4)
library(lattice)
xyplot(Reaction ~ Days, data = sleepstudy, group = Subject, type = 'l')
2006 Oct 25
4
Flash messages stay up too long
I run a check on the address line parameters to make sure the user isn''t
passing my list method a :year to search for that does not exist in the
database, which would create null pointer exceptions. I then splash a
flash message telling the user that the year doesn''t exist in the
database. Then, if the user enters another year into the command line
as an argument for the
2015 Nov 19
1
Any idea how to install PDSH on CentOS 7?
Does anyone have any idea how to install PDSH on CentOS 7?
PDSH seems to be completely missing from EPEL now, for CentOS 7.
Is there another repository available where we can get PDSH?
Thanks,
Julius
2012 Jul 10
2
Changing x-axis values displayed on histogram
Is it possible to change the x-axis values in a histogram to reflect binned
values?
Here are my data:
histexample<-c(6,7,7,8,8,8,9,9,9,9,9,10,10,10,10,10,10,10,11,11,11,11,11,11,12,12,12,12,13,13,13,14,14,14,15,16)
hist(histexample)
Now, I'll bin pairs of adjacent values together (e.g., 5-6, 7-8, 9-10,
11-12, 13-14, 15-16) using the following
bins<-c(4.5,6.5,8.5,10.5,12.5,14.5,16.5)
2006 Oct 24
1
Code blocks syntax as method arguments
How do I format this so that it does what I want it to,
Day.find_by_month_and_year(
[Date::today.month + 1 if !Date::today.month == 12 else 1 end],
[Date::today.year if !Date::today.month == 12 else Date::today.year +
1 end]
)
?
WHICH IS
to pass Day.find_by_month_and_year Date:today.month +1 if the month is
not december otherwise pass, 1, and to pass as the second argument
2006 Oct 29
1
:with for observe_field helper--parameter passing
I am trying to write a :with hash for the observe_field helper watching
a select which was built by select_month--it contains all of the months.
The current :with that I have, which works, is:
:with => "month"
,which passes the updated month in the select through params[:month].
However, I need to pass the current year through params[:year], which
does not change when the month
2001 Jan 29
2
vorbis plugin crashing xmms
I've got a song that causes the vorbis plugin for xmms to crash while
reading the vorbis equivilent of id3 tags. What is the proceedure for
reporting bugs like this. Do I mail the bug into this mailing list and
then serve the song off of a FTP server?
-ben
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2017 Oct 21
0
Problem when installing lme4 under Debian stretch
On 21 October 2017 at 15:04, John Woodard wrote:
| Thanks very much, Dirk! I gave that a try and got the following:
| pi at raspberrypi:~ $ sudo apt-get install r-cran-car
| Reading package lists... Done
| Building dependency tree
| Reading state information... Done
| Some packages could not be installed. This may mean that you have
| requ...
2010 Jul 17
1
Help with Reshaping from Wide to Long
I am trying to reshape data that are in the wide format into the long format.
The design is a repeated-measures design, which combined 3 levels of shape
(circle, square, triangle) with 3 levels of color (Blue, Red, Green), for a
total of 9 variables. The wide data look like this (sorry I couldn't get
the columns to line up quite right:
Subject CircleBlue CircleRed CircleGreen SquareBlue
2006 May 03
5
Multiple Scaffolds
I''d like to create scaffolds for each of the tables in my database, but
would like to access them below the path: localhost:3000/admin
For example localhost:3000/admin/table1
localhost:3000/admin/table2
Where table1 and table2 would be the controller names respectively,
calling their own list.rhtml, show.rhtml, edit.rhtml, etc..
Any recommendations on how/where to
2017 Oct 21
2
Problem when installing lme4 under Debian stretch
Thanks very much, Dirk! I gave that a try and got the following:
pi at raspberrypi:~ $ sudo apt-get install r-cran-car
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been
2009 Sep 30
5
A rails plugin to generate css sprite image automatically
Hi guys,
I have written a rails plugin/gem to generate css sprite image
automatically.
The project repository is here: http://github.com/flyerhzm/css_sprite
It is based on RMagick and you need only define a rule from what
source images to a destination image, as follows:
forum_icon_vertical.gif: # destination image file
sources: # source image file list
- good_topic.gif
2009 Aug 21
8
Selecting groups with R
I have a data set similar to the following:
Color Score
RED 10
RED 13
RED 12
WHITE 22
WHITE 27
WHITE 25
BLUE 18
BLUE 17
BLUE 16
and I am trying to to select just the values of Color that are equal to RED
or WHITE, excluding the BLUE.
I've tried the following:
myComp1<-subset(dataset, Color =="RED" | Color == "WHITE")
2006 Oct 23
1
Last Date, First Date
How would I write methods last and first in class Day? Day contains a
field, date, and I want last to return the Day record in the table that
has the greatest date and first to return the record that has the
smallest date. How do I write the find?
Sam
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are