search for: humility

Displaying 20 results from an estimated 25 matches for "humility".

Did you mean: humidity
2000 Apr 12
1
Samba and newline characters.
...just didn't see the forest for the trees... :) My question is about the format of text files. Files created on Linux show up on Windows (via samba) without the newline. Is there a parameter setting that I'm missing? How do I get compatibility between the two? Thanks, Mike -- "My Humility is one of the things that makes me great!" - Mike - (Stolen from Tom Magliozzi :)
2012 Apr 03
2
Looking for the name of a certain kind of quantile plot
Hi, While playing with quantile-quantile plots, I wrote up some code which plots something strangely different. Here's the pseudocode: testhist <- hist(sample_data) refhist <- hist(rnorm(n, mean=0,sd=1)) # for some large-ish n cumtest <- cumsum(testhist) cumref <- cumsum(refhist) plot(cumref,cumtest) This produces a straight line of slope 1 for a sample with the same
2007 Apr 09
1
R:Maximum likelihood estimation using BHHH and BFGS
...want to use the BHHH and the BFGS algorithms. I have found the following packages that can be used for the task: *mle{stats4}, optim{stats}, maxBHHH{micEcon}, maxBFGS{micEcon}*. I have documented some of my attempts below ((a) package name (b) usage (c) my attempt and corresponding error). In all humility I apologise for any bad coding, and ask if anyone can *direct me in finding these estimators*. Yours sincerely. *(1a) mle{stats4} (b) Usage: mle(minuslogl, start = formals(minuslogl), method = "BFGS", fixed = list(), ...) (For this I use the negative of the log-lik...
2012 Apr 06
3
filling the matrix row by row in the order from lower to larger elements
Hello, everybody! I have a matrix "input" (see example below) - with all unique entries that are actually unique ranks (i.e., start with 1, no ties). I want to assign a value of 100 to the first row of the column that contains the minimum (i.e., value of 1). Then, I want to assign a value of 100 to the second row of the column that contains the value of 2, etc. The results I am looking
2003 Apr 26
0
Help to make a program
...----- Total change counts = 4 ============================================== The result is a table like this area changecounts 1 0 4 3 9 4 Anybody have any idea for solve this? Any sugestions? Thanks for all Ronaldo -- Before destruction a man's heart is haughty, but humility goes before honour. -- Psalms 18:12 -- | // | \\ [*****************************][*******************] || ( ? ? ) [Ronaldo Reis J?nior ][PentiumIII-600 ] | V [UFV/DBA-Entomologia ][HD: 30 + 10 Gb ] || / \ [36571-000 Vi?osa - MG ][RAM: 128 Mb...
2003 Apr 29
0
Help to make a simple function
...----- Total change counts = 4 ============================================== The result is a table like this area changecounts 1 0 4 3 9 4 Anybody have any idea for solve this? Any sugestions? Thanks for all Ronaldo -- Before destruction a man's heart is haughty, but humility goes before honour. -- Psalms 18:12 -- | // | \\ [*****************************][*******************] || ( ? ? ) [Ronaldo Reis J?nior ][PentiumIII-600 ] | V [UFV/DBA-Entomologia ][HD: 30 + 10 Gb ] || / \ [36571-000 Vi?osa - MG ][RAM: 128 Mb...
2006 May 31
0
AEL #include ( Now Labels & Goto() )
> I apologize for my silly prior response, I didn't read the thread enough > :( > Your humility is much appreciated!!
2007 Jul 25
0
Being a polite client: maintaining history
...neral) are likely to be run periodically, mechanize should try to maintain this kind of state between runs, don''t you think? You might see a patch from me, unless someone beats me to it. [1] http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers -- epistemological humility Chris Riddoch
2010 Dec 04
0
Father of Groom Speech and Toast - How to Input Hu
...s not at all acceptable to other people. Give some more effort in guaranteeing the neutrality of your one-liners and stories.If you think you're already bragging, you're correct. The father of groom speech and toast you are to deliver must be filled with humor and at the same time highlight humility. Every father of the groom-to-be is naturally proud of the big event. If bragging can't be avoided entirely mori lee prom 8503 (http://www.kellyprom.com/mori-lee-paparazzi-prom-dresses-style-8503-p-1942.html), just be sure to minimize that.
2012 Feb 11
2
Detect numerical series
Hello, I am struggling with detecting successive digits in a numerical series vector. Here is an example: vec <- c(1, 15, 26, 29, 30, 31, 37, 40, 41) I want to be able to detect 29, 30, 31 and 40, 41. Then, I would like to delete the successive digits from the vector. 1, 15, 26, 29, 37, 40 Cheers -- View this message in context:
2006 Feb 13
0
Upcoming Tripwire Port Upgrade
...eers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org BC Government: <Cy.Schubert@gov.bc.ca> "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper
2005 Nov 17
0
krb5-1.4.3 is released (fwd)
...eers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org BC Government: <Cy.Schubert@gov.bc.ca> "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper ------- Forwarded Message Date: Wed, 16 Nov 2005 20:24:21 -0500 From: Tom Yu <tlyu@mit.edu> To: kerberos-announce@mit.edu Subject: krb5-1.4.3 is released -...
2005 Mar 27
0
New MIT KRB5 Port
...eers, Cy Schubert <Cy.Schubert@komquats.com> Web: http://www.komquats.com and http://www.bcbodybuilder.com FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org BC Government: <Cy.Schubert@gov.bc.ca> "Lift long enough and I believe arrogance is replaced by humility and fear by courage and selfishness by generosity and rudeness by compassion and caring." -- Dave Draper
2008 Apr 29
6
Intercepting an onClick file download
Hi, I''m having some trouble downloading a .csv file from a particular website. The file isn''t part of a url, you need to click on a link in order to get the file sent. I don''t know how to get mechanize to correctly identify that. Here is the link to the file I''m trying to retrieve: <td style="vertical-align: bottom; text-align: center;">
2007 Mar 09
6
R and clinical studies
Does anyone know if for clinical studies the FDA would accept statistical analyses performed with R ? Delphine Fontaine
2002 Mar 19
3
Psycho-acoustics research
...deas for a project within this scope that would directly benefit Ogg Vorbis development? Changing topics is possible, though it would be preferable for it to have a strong linguistic element so I can use the project for both classes. -- Chris Riddoch | epistemological socket@peakpeak.com | humility --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages...
2009 Dec 11
3
[Bug 625] New: IN/SRC, OUT/DST backwards in LOG when used with a VLAN
http://bugzilla.netfilter.org/show_bug.cgi?id=625 Summary: IN/SRC, OUT/DST backwards in LOG when used with a VLAN Product: iptables Version: 1.3.5 Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P4 Component: iptables AssignedTo: laforge at netfilter.org ReportedBy:
2011 Feb 28
3
possible Xen bugs
Hi all, I recently installed Squeeze, followed but Xen 4.0. A few notes of things I've run into while installing. The network script part of the xend-config.sxp does not appear to work. Everything would boot find until I uncommented that line and tried to set it up per the Debian Xen wiki. I managed to get bridging to work using the debian network bridge tools, brctl. Xen does not
2010 Mar 29
3
one way to write scripts in R
...d him, he said that after extensive searching of the R archives, he had not found anything like these techniques. He suggested that I share these methods to enable others to leverage R as a better alternative to bash/perl scripts. So in the interest of giving back to the R community, and with all humility, I offer the following small demonstration of one method for creating scripts of R code that are executable from the (at least Linux) command line. I don't make any warrantees that this will work for you, but if it helps somebody at least get starting utilizing R effectively in scripts, then g...
2010 Sep 04
3
Levels in returned data.frame after subset
Dear List, When I subset a data.frame, the levels are not re-adjusted (see example). Why is this? Am I missing out on some basic stuff here? Thanks Ulrik > m <- data.frame(gender = c("M", "M","F"), ht = c(172, 186.5, 165), wt = c(91,99, 74)) > dim(m) [1] 3 3 > levels(m$gender) [1] "F" "M" > s <- subset(m, m$gender ==