search for: bred

Displaying 20 results from an estimated 28 matches for "bred".

Did you mean: brad
2006 Sep 29
2
GLM information matrix
...ularly interested in logistic regression.) If not, what is a good way to use R to compute Hessians or other partial derivatives of log likelihoods? I would appreciate any guidance. David _______________________________________ David R. Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International (DuPont) Bioinformatics 7200 NW 62nd Ave.; PO Box 184 Johnston, IA 50131-0184 515-334-4739 Tel 515-334-4473 Fax david.bickel at pioneer.com This communication is for use by the intended recipient and ...{{dropped}}
2002 Nov 21
4
Mixing text and graphics in PDF
...g up empty graphics plots and then using the "text" command to put text on page: http://www.r-project.org/nocvs/mail/r-help/2002/5598.html I'm just looking for something a little more polished -- automatic page breaks, line wrapping, etc. Kevin Wright, Research Scientist Pioneer Hi-Bred Int'l, x4054. http://www.DuPont.com/corp/email_disclaimer.html -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscri...
2004 Sep 03
2
debugging an S4 method
Does anyone know how to use the equivalent of debug() on an S4 method? I would like R to enter the browser not for the generic function, but for the method of the class that I specify. Thanks, David _____________________________ David Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Exploratory Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 515-334-4739 Tel 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2005 Feb 22
2
estimate the parameter of exponential distribution, etc.
...ions, does R have any generic way to estimate the parameters of commonly used distributions (exponential, gamma, etc.) without numerically optimizing the likelihood function? Thanks, David _______________________________________ David R. Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Exploratory Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 515-334-4739 Tel 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2002 Sep 09
1
No reorder.factor in R
...ake sense to add this function to the base code in order to increase compatability with S-Plus and add additional functionality? reorder.factor <- function(fac, y, fun=mean, ...){ ordered(fac, levels=levels(fac)[order(tapply(y, fac, fun, ...))]) } Kevin Wright, Research Scientist Pioneer Hi-Bred Int'l, x4054. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-...
2004 Aug 31
2
enter browser on error
...alled at the level of numeric.sapply(), so that I can examine x. I'm wondering if this can be done by modifying the default error handling. Using try() with browser() didn't work. Thanks, David _____________________________ David Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Exploratory Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 515-334-4739 Tel 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2005 Dec 23
2
convolution of the double exponential distribution
...orm the integration within a function with q and n as arguments. The function integrate() is giving me this message: "evaluation of function gave a result of wrong length" David _______________________________________ David R. Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International (DuPont) Bioinformatics and Exploratory Research 7200 NW 62nd Ave.; PO Box 184 Johnston, IA 50131-0184 515-334-4739 Tel 515-334-4473 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2003 Jul 24
2
Why does dovecot confuse mutt?
...t it requires a different keystroke than the default (enter selects a folder, which means showing child folders if there are any, showing mail if there aren't; to display mail in a folder that has child folders, space). This is tripping me up a little, because of course the commands are mostly bred into my fingertips, and it's a difficult adjustment. I hit return, and I see a folder that contains the "child" folder "../". Is this a glitch in mutt's handling of information that I ought to report to mutt maintainers? Is it a glitch in dovecot's presentation of...
2015 Oct 24
0
PHP version not enough for developers
...wrote: > Well, looking back, during kernel 2.6 there was no systemd at all. > But! That was the time where udev and dbus came into the boot cycle. > ... > What was the rationale to get udev into boot? -- Handling the ever > changing mess of plugable, switchable hardware. Not born and bred > for servers, but for mobiles (phones, tablets, laptops). > ... > What was the rationale to let dbus near the system start at all? > -- Again mobile development. > Was it? Many servers are deployed as standard images, both physical and virtual, and having a single, standard, clo...
2015 Oct 24
0
Re: PHP version not enough for developers
Yamaban wrote: >The mess we have now, is not the work of just one change. >What was the rationale to get udev into boot? -- Handling the ever >changing mess of plugable, switchable hardware. Not born and bred >for servers, but for mobiles (phones, tablets, laptops). >Who was the one that decided that "one-size-fits-all" and put that >into server environment? IMHO agreed. I believe that there is a perceived convergence of "needs" between (call it...) more-mobile personal lin...
2009 Sep 16
0
"No module named xs" while I ran xm-test for Xen testing
...... File "/tmp/xen-3.4.1/tools/python/xen/xm/console.py", line 21, in ? from xen.lowlevel.xs import xs ImportError: No module named xs Does anyone ever have the experience about this problem? Thanks a lot for problem discussion and shooting. Best regards,C. Y., Bred, Chen _________________________________________________________________ Windows Live 提供您整理、編輯與分享相片的服務。 http://www.microsoft.com/taiwan/windows/windowslive/products/photo-gallery-edit.aspx _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://li...
2004 Jun 04
1
running R command in the background
...s. I want to do this in the same R session, rather than with multiple calls to R, so that all my modified objects will stay in the same workspace. I would appreciate any help with this. Thanks, David ______________________________ David Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Discovery Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 706-736-9151 Home 515-334-4739 Work 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2004 Jul 22
1
viewing Postscript file
...raph.ps') If no such function exists, I'd be interested in a way to use existing R functions to do this under UNIX or Windows, preferably without a system call to GhostView (gv). Thanks, David _____________________________ David Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Exploratory Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 515-334-4739 Work 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2005 Nov 10
1
order statistics / sample quantiles
...a given distribution such as a normal distribution? Both exact and asymptotic calculations are of interest. I am already aware of the 'quantile' function of 'stats'. David _______________________________________ David R. Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International (DuPont) Bioinformatics and Exploratory Research 7200 NW 62nd Ave.; PO Box 184 Johnston, IA 50131-0184 515-334-4739 Tel 515-334-4473 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2007 Nov 25
0
Linux driver for HP Laserjet 3500 printer - yum won't install
...ach seems to be to use yum localinstall with the downloaded package, but then I get the message that 'the package is not signed'. So how do I resolve that please - the instructions regarding 'signing of packages' don't seem very clear to those of us who weren't 'born and bred' on linux! Thanks, Andy
2011 Nov 14
1
Older Nvidia hardware driver state
Hi all! I read that the older Nvidia hardware (maybe < GF8) is in a different driver and no longer maintained. Is that the case? I have a GeForce 4000 MX that I'm trying to get to work on debian/sparc64, which I admit is a bit of longshot, but I was wondering how much effort it would take to even get the driver to build, and then to function. I'm very proficient in C but don't have
2002 Oct 01
0
Possible inconsistency with mean & var
...scovered in mean.default that sum(x)/n evaluates as > sum(numeric(0))/length(numeric(0)) [1] NaN The function var calls an .Internal and seems to evaluate this: > .Internal(cov(numeric(0),NULL,"all.obs")) Error: `x' is empty Best, Kevin Wright, Research Scientist Pioneer Hi-Bred Int'l, x4054. This communication is for use by the intended recipient and contains information that may be privileged, confidential or copyrighted under applicable law. If you are not the intended recipient, you are hereby formally notified that any use, copying or distribution of this e-...
2003 Jan 10
1
Suggested modification to shell command
...(as appears to be the cygwin default), the following modification to the matching may be more general in determining the proper flag to use: is.na(pmatch(c("bash","tcsh"),basename(shell))) Thank you for considering this suggestion. Kevin Wright, Research Scientist Pioneer Hi-Bred Int'l, x4054. This communication is for use by the intended recipient and cont ... [[dropped]]
2004 Aug 02
2
random seed puzzle
....list, function(x){x[2]}) The values of vec1 should be as iid as possible and the values of vec2 should be as iid as possible. Any help with what I need to add to f would be greatly appreciated. David _____________________________ David Bickel http://davidbickel.com Research Scientist Pioneer Hi-Bred International Bioinformatics & Exploratory Research 7250 NW 62nd Ave., PO Box 552 Johnston, Iowa 50131-0552 515-334-4739 Tel 515-334-6634 Fax david.bickel at pioneer.com, bickel at prueba.info This communication is for use by the intended recipient and ...{{dropped}}
2010 Feb 16
1
OT: computing percentage changes with negative and zero values?
...ces too much, and unevenly distributed variability (my actual data contain values bigger than "5"), and the variations can quickly get to astronomical levels. > x[, "exp"] <- c(NA, diff(exp(x$var)) / exp(x[1:19,"var"])) - atan transformation: this is an in-house bred solution, which insures that values from -Inf to +Inf are stacked between 0 and pi. Again, not sure what bias this might introduce. > mytan <- function(x) .5*pi + atan(x) > x[, "mytan"] <- c(NA, diff(mytan(x$var)) / mytan(x[1:19,"var"])) The resulting data frame: &g...