search for: steamboat

Displaying 9 results from an estimated 9 matches for "steamboat".

2009 Jan 24
1
Stat textbook recommendation
...re. Clay Helberg's site is particularly helpful. Unfortunately it is virtually impossible to keep links current, so some are likely to be dead--although you can often find them via Google. Dave Howell -- David C. Howell Prof. Emeritus, Univ. of Vermont PO Box 770059 627 Meadowbrook Circle Steamboat Springs, CO 80477
2001 Oct 27
1
setlinebuf vs. setvbuf: Caldera OpenUNIX8.
On Fri, 26 Oct 2001, Larry Rosenman wrote: :I tried to compile OpenSSH 2.9.9p2 on my Caldera OpenUNIX8 system and :it couldn't find setlinebuf. setlinebuf is a BSD compatibility :function. It was called from sftp-int.c. Looking at the code, there :is a #ifdef for HAVE_SETVBUF, but apparently configure isn't set to :look for setvbuf (which we DO have). : :I added a #define HAVE_SETVBUF 1
2003 Apr 30
2
__stderrp sym unresolved in 4.8 stable
When I try to start X, I get the following. Any help here? I track stable via cvsup, sup'd on 4/29/03, and cvs up the system having problems, which is running FreeBSD 4.8-STABLE /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp" objdump -r /usr/lib/libm.so.2 show the symbol __stderrp. What library resolves that and why is it not defined? Daryl Spartz
2007 Jun 20
2
Extracting t-tests on coefficients in lm
...s, t, and the associated probability. I would like to type something like tcoeff[i,] = brg$tvalue but, of course, tvalue doesn't exist. Is there a simple way to extract, or compute if necessary, these values? Thanks, Dave Howell -- David C. Howell PO Box 770059 627 Meadowbrook Circle Steamboat Springs, CO 80477
2003 Jun 11
1
Palm m50x & the USB stack
[It seems the last time this came up was in march, under the heading of "Sony Cybershot should be in hardware notes". This message is intended mainly to document what I've managed to track down.] The m500s still will not sync with pilot-link 0.11.7 in -STABLE. An easily triggerable panic is another issue [1]. The pilot-link code first opens /dev/ugenX and then switches to
2008 Nov 04
1
Problems with scan
...here a way to suppress the echoing of lines? I would like to omit the lines above that begin with ">". I cannot find "echo" using help.search and can't think of another name to search under. Thanks, Dave Howell -- David C. Howell PO Box 770059 627 Meadowbrook Circle Steamboat Springs, CO 80477
2008 Nov 17
2
The use of F for False and T for True
...LSE with F? I have a similar problem if I write data <= read.table(file.choose(), header = F) I'm using a Windows machine with version 2.8.0, but I'm sure that this is not a machine specific problem. Thanks, Dave Howell -- David C. Howell PO Box 770059 627 Meadowbrook Circle Steamboat Springs, CO 80477
2007 Aug 02
6
- round() strange behaviour
Hi, I am getting some strange results using round - it seems that it depends if the number before the decimal point is odd or even .... For example: > round(1.5)[1] 2> round(2.5)[1] 2 While i would expect that round(2.5) be 3 and not 2. Do you have any explanation for that? I really appreciate your input, Monica
2007 Oct 17
1
problem with anova() and syntax in lmer
Dear R user I have 2 problems with lmer. The statistical consultance service of my university has recomended to me to expose those problems here. Sorry for this quite long message. Your help will be greatly appreciated... Gilles San Martin 1) anova() I fit a first model : model1 <- lmer(eclw~1 + density + landsc + temp + landsc:temp + (1|region) + (1|region:pop) + (1|region:pop:family),