search for: stocker

Displaying 20 results from an estimated 238 matches for "stocker".

Did you mean: stacker
2010 Mar 29
2
Reshaping a data frame with a series of factors and 23 repeated measures
I have a data frame that I created using read.table on a csv spreadsheet. The data look like the following: Steer.ID stocker.trt Finish.trt Date Days Wt ...... Steer.Id, stocker.trt, Finish.trt are factors------ Date, Days, Wt are data that are repeated 23 times (wide format). I want to reshape the data such that I have the correct Steer.ID, stocker.trt, Finish.trt identifying all of the repeated measures data i...
2009 Mar 25
2
"[.data.frame" and lapply
...ch I thought was an argument of the method "[.data.frame"? > args(`[.data.frame`) > function (x, i, j, drop = if (missing(i)) TRUE else length(cols) == > 1) > Many thanks, baptiste _____________________________ Baptiste Augui? School of Physics University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag
2009 Mar 25
2
"[.data.frame" and lapply
...ch I thought was an argument of the method "[.data.frame"? > args(`[.data.frame`) > function (x, i, j, drop = if (missing(i)) TRUE else length(cols) == > 1) > Many thanks, baptiste _____________________________ Baptiste Augui? School of Physics University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag
2020 Oct 30
2
Can't get CyberPower UPS to work with Raspberry Pi 4
On Oct 29, 2020, at 2:44 PM, Robert Stocker <kneadtoknow at gmail.com> wrote: > > Sorry for the delay. Here are my outputs, but first a quick question: am I right in thinking I can change the name of my ups simply by editing ups.conf? That script I ran from the Pi forum used that name, and I don't care for it. Thanks again f...
2004 Sep 09
3
Store data from call to database
...eed to store data in a database (MySql, postgres) : telephone number, name (voice), ... and of course the answers at the quetions. What's the best way to store my data ? - script with system() command ? - AGI script - CDR - others ... Thanks Jerome Vous manquez d?espace pour stocker vos mails ? Yahoo! Mail vous offre GRATUITEMENT 100 Mo ! Cr?ez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/ Le nouveau Yahoo! Messenger est arriv? ! D?couvrez toutes les nouveaut?s pour dialoguer instantan?ment avec vos amis. A t?l?charger gratuitement sur http://fr.messenger.yahoo.com
2008 Nov 09
1
[Rd] Re Bessel functions of complex argument
...help me with this? The package is hosted on R-forge and i could take care of the documentation, etc. - Is there a package I've missed that already implements this? (one can dream) Many thanks, baptiste _____________________________ Baptiste AuguiƩ School of Physics University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag ______________________________ [[alternative HTML version deleted]]
2008 Apr 03
1
data.frame or list
...t;90")], type="l" )) Is this a sensible way to store and manipulate this sort of data? Is there anything more appropriate I've overlooked using data.frames only? Many thanks, baptiste _____________________________ Baptiste Augui? Physics Department University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag http://projects.ex.ac.uk/atto
2008 Feb 03
1
distances between points in R^3
..., but i've set that problem aside for the moment. - the double for loop over all the points cries out for a vectorized solution, but i can't really think of any. Many thanks in advance, baptiste _____________________________ Baptiste Augui? Physics Department University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag http://projects.ex.ac.uk/atto
2008 Jun 18
2
highest eigenvalues of a matrix
...ordered from the highest to lowest? Many thanks in advance for any piece of advice, Sincerely, Baptiste dummy example if needed: test <- matrix(c(1, 2, 0, 4, 5, 6, 1.00001, 2, 0), ncol=3) eigen(test) _____________________________ Baptiste Augui? Physics Department University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag http://projects.ex.ac.uk/atto
2006 Aug 23
6
Looking for volunteers (no C++ knowledge needed!)
I just posted a follow-up to our bug that old SWIG versions are not properly detected, leading to unclear failure messages: --- Actually, this just got a lot simpler. We used to support both 1.3.25+ and 1.3.24-, so we had to do both kinds of detection. Now, we REQUIRE 1.3.29, and therefore any SWIG that can''t give us its version number the new way is automatically too old. We can get
2020 Oct 29
2
Can't get CyberPower UPS to work with Raspberry Pi 4
On Oct 27, 2020, at 2:45 PM, Robert Stocker <kneadtoknow at gmail.com> wrote: > > Thanks so much for all the help! It looks like at present I've at least got a working configuration that I need to test and fine-tune, am I interpreting this correctly? Yes. If you're good with the default NUT behavior of shutting down whe...
2009 Jun 25
3
grid.polygon() + color gradient
Hi, I wonder whether there is a way to generate a polygon (a triangle in my case) with color gradient using grid.polygon() in package grid? I tried something like library(grid) grid.polygon(x=c(0, 0.5, 1), y=c(0.5, 1, 0.5), gp=gpar(col=NA, fill=colorRampPalette(c("green", "lightgray"), space="Lab")(200))) But am only
2009 Apr 14
2
subset dataframe by rows using character vector?
Dear List, I'm stuck on what seems like a simple indexing problem, I'd be very grateful to anyone willing to help me out. I queried a dataframe which returns a character vector called "plot". I have another dataframe from which I want to subset or select only those rows that match "plot". I've tried subset, and also the "which" command. plot
2008 Feb 18
2
question on function arguments
...with a "if" statement, but it becomes intricate when several arguments have this option of being vector or scalar. Is there a way to use b$x that would work in both cases? Many thanks, baptiste _____________________________ Baptiste Augui? Physics Department University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag http://projects.ex.ac.uk/atto
2009 Apr 16
3
segment between points on different plots
Hi, I need to draw a line segment between two points on different plots in the same multigraph.I've tried looking at the zoominplot function in plotrix but havent understood much.any help is appreciated ~Aks [[alternative HTML version deleted]]
2009 Mar 09
3
How to write a function that accepts unlimited number of input arguments?
Dear R-helpers: I am an R newbie and have a question related to writing functions that accept unlimited number of input arguments. (I tried to peek into functions such as paste and cbind, but failed, I cannot see their codes..) Can someone kindly show me through a summation example? Say, we have input scalar, 1 2 3 4 5 then the ideal function, say sum.test, can do
2008 May 17
2
[Bug 15991] New: unable to play videos from ted.com
http://bugs.freedesktop.org/show_bug.cgi?id=15991 Summary: unable to play videos from ted.com Product: swfdec Version: 0.6.6 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org ReportedBy: bpepple
2020 Oct 31
1
Can't get CyberPower UPS to work with Raspberry Pi 4
On Oct 31, 2020, at 8:42 AM, Robert Stocker <kneadtoknow at gmail.com> wrote: > > I successfully changed my UPS name and after a reboot, things seems to be well on their way. Do I need to worry about this line in the upsc results: > > Init SSL without certificate database https://askubuntu.com/questions/468632/nut-ups-an...
2008 Apr 12
1
lm() of one matrix against another
...in 1:n) > { > test <- lm(y~x,data=list(x=data.x[,ii],y=data.y[,ii]) ) > lines(data.x[,ii],test$coefficients[1] + test$coefficients[2] * > data.x[,ii],lty=2,col=ii) > } Thanks, baptiste _____________________________ Baptiste Augui? Physics Department University of Exeter Stocker Road, Exeter, Devon, EX4 4QL, UK Phone: +44 1392 264187 http://newton.ex.ac.uk/research/emag http://projects.ex.ac.uk/atto
2004 Nov 29
1
plot problem
...uble plotting a PCA result. The plot doesn't appear!!! R goes through without any errors but doesn't make a plot appear!! Could it be wrong window parameters? In this case how do I change them? I am under red hat 9 with the latest version of R! Thanks. Vous manquez d??espace pour stocker vos mails ?