Displaying 20 results from an estimated 80 matches for "36849".
Did you mean:
36809
2010 Aug 03
2
subset based on column names and then subset based on the inverse (grep?, or...)
...ot;x" | "y"
--
Stephen Sefick
____________________________________
| Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| Department of Biological Sciences? ? ? ? ?? |
| 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
| Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|___________________________________|
| sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| http://www.auburn.edu/~sas0025? ? ? ? ? ?? |
|___________________________________|
Let's not spend our time and resources thinking about things tha...
2006 Jan 24
4
nested ANCOVA: still confused
...ick/bb$box,
na.action=na.omit)
but this is not working.
Any suggestions would be greatly appreciated.
Thanks,
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2011 Mar 31
2
Linear Model with curve fitting parameter?
...-
Stephen Sefick
____________________________________
| Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? |
| Biological Sciences ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ?? ? ? ?|
| 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?|
| Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ??? |
| 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? |
|___________________________________|
| sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ?|
| http://www.auburn.edu/~sas0025? ? ? ? ? ?? ? ? |
|___________________________________|
Let's not spend our time and resources thinking...
2005 Oct 31
4
Import help (neophyte)
...assuming that this command is case sensitive so everything matches.
Is there something I'm missing?
Thanks,
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2006 Oct 18
3
creating bins for a plot
...66 0.3020134
12 1 0.09238011 0.1342282
13 0 0.08616111 0.1073826
14 0 0.07388724 0.04026845
15 1 0.07046477 0.03355705
.
.
.
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2005 Mar 11
4
Multiple IAX Phones Behind NAT
...nd a NAT without using
an * gateway because there's no way to have a client listen on a port
besides 4569. Is my only option to learn about SIP and attempt to
forward that through my NAT?
Thanks,
Will Fletcher
--
Auburn University
Department of Computer Science
107 Dunstan Hall
Auburn, AL 36849
334-332-9544
fletchw@auburn.edu <mailto:fletchw@auburn.edu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050311/1a2ea0d1/attachment.htm
2005 Nov 11
1
glm x^2
...olumn to my data but I'd rather code it.
Thanks for the response... I appreciate the people that work on the
list.
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2005 Nov 19
1
predicted values from cv.glm
...icted from (leave-one-out)
cv.glm?
It seems like a useful diagnostic to plot observed vs. predicted values.
Thanks,
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2010 Sep 08
1
problem with max in a function
...make more sense in context.
--
Stephen Sefick
____________________________________
| Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| Department of Biological Sciences? ? ? ? ?? |
| 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
| Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|___________________________________|
| sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| http://www.auburn.edu/~sas0025? ? ? ? ? ?? |
|___________________________________|
Let's not spend our time and resources thinking about things tha...
2012 Jul 18
1
ggplot2 qplot pch not working anymore
...y help would be greatly appreciated.
#example code
a <- 1:10
b <- 1:10
pch <- 1:10
q <- data.frame(a,b,pch)
qplot(a,b, pch=pch)
Many thanks,
--
Stephen Sefick
**************************************************
Auburn University
Biological Sciences
331 Funchess Hall
Auburn, Alabama
36849
**************************************************
sas0025 at auburn.edu
http://www.auburn.edu/~sas0025
**************************************************
Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up an...
2006 Jan 22
1
regression with nestedness
...ignore the clutch and just plot each point.
I've tried type = "p" but this has no effect.
Thanks,
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2005 Oct 07
3
index question
All,
I'm having a problem selecting directly from a vector. I've written ways to do this
indirectly, but I'd rather do it directly and didn't see this in the manual.
Essentially, I have:
> group.label.new
[1] 7 9 6 1 10 4 8 3 2 5
> junk
[1] 1 2
> group.label.new[junk && 8:10]
[1] 7 9 6 1 10 4 8 3 2 5
I'd like to select the elements
2006 Oct 13
4
nontabular logistic regression
....999
purbank0.004106776 2.157e+01 2.067e+04 0.001 0.999
purbank0.004693458 2.157e+01 2.067e+04 0.001 0.999
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2011 Apr 16
2
(no subject)
...-
Stephen Sefick
____________________________________
| Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? |
| Biological Sciences ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ?? ? ? ?|
| 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?|
| Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ??? |
| 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? |
|___________________________________|
| sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ?|
| http://www.auburn.edu/~sas0025? ? ? ? ? ?? ? ? |
|___________________________________|
Let's not spend our time and resources thinking...
2005 Nov 01
1
help with hier.part
...at I'm hoping to
do with the analysis is to find the best scales and parameters that best
predicts species richness.
.
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
****************************************
2013 May 01
3
Chron format question h:m not working
...;h", "m", and "s" separated
by any one non-special character. The default is "h:m:s".
what am I missing?
many thanks,
--
Stephen Sefick
**************************************************
Auburn University
Biological Sciences
331 Funchess Hall
Auburn, Alabama
36849
**************************************************
sas0025 at auburn.edu
http://www.auburn.edu/~sas0025
**************************************************
Let's not spend our time and resources thinking about things that are so
little or so large that all they really do for us is puff us up a...
2010 Jul 15
1
loess line predicting number where the line crosses zero twice
...;]), 0)
kindest regards,
--
Stephen Sefick
____________________________________
| Auburn University? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| Department of Biological Sciences? ? ? ? ?? |
| 331 Funchess Hall? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
| Auburn, Alabama? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| 36849? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |
|___________________________________|
| sas0025 at auburn.edu? ? ? ? ? ? ? ? ? ? ? ? ? ?? |
| http://www.auburn.edu/~sas0025? ? ? ? ? ?? |
|___________________________________|
Let's not spend our time and resources thinking about things tha...
2006 Oct 05
4
glm with nesting
...e other question I have is how do I test a null hypothesis - no
explanatory variables? [rtot ~ NULL?]
Many thanks,
Jeff
****************************************
Jeffrey A. Stratford, Ph.D.
Postdoctoral Associate
331 Funchess Hall
Department of Biological Sciences
Auburn University
Auburn, AL 36849
334-329-9198
FAX 334-844-9234
http://www.auburn.edu/~stratja
2010 Jun 29
3
formating chron date times for printing
...specified.
kindest regards,
--
Stephen Sefick
____________________________________
| Auburn University |
| Department of Biological Sciences |
| 331 Funchess Hall |
| Auburn, Alabama |
| 36849 |
|___________________________________|
| sas0025 at auburn.edu |
| http://www.auburn.edu/~sas0025 |
|___________________________________|
Let's not spend our time and resources thinking about things tha...
2012 Nov 16
2
source file on startup question - why does an old version of a function show up? ggplot or R?
...memoise_0.1
[9] munsell_0.3 plyr_1.7.1 proto_0.3-9.2
RColorBrewer_1.0-5
[13] reshape2_1.2.1 scales_0.2.2 stringr_0.6.1
--
Stephen Sefick
**************************************************
Auburn University
Biological Sciences
331 Funchess Hall
Auburn, Alabama
36849
**************************************************
sas0025 at auburn.edu
http://www.auburn.edu/~sas0025
**************************************************
Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up an...