Displaying 20 results from an estimated 138 matches for "southeastern".
2008 Nov 04
2
Zoo seems to be running slow in R 2.8.0 windows
...ve used this data since the upgrade to
2.8 and it is taking longer to preform operations. What can I do to
help diagnose the problem. I know this is not reproducible, but I
don't know without sharing the entire data set how to do that.
Thanks in advance
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Oct 23
1
Reversing xlim qplot
...uot;, xlim=rev(c(60,
216)))+geom_smooth()+scale_x_continuous(breaks=c(215,202,198,190,185,179,148,119,61),
labels=c("215","202","198","190","185","179","148","119","61"))
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Aug 28
1
abline of an lm fit not correct
mac osx 10.5.4
R 2.7.1
I have fit a model
d<-lm(y~x)
with an R^2 of 0.963
but when I issue the command
abline(d)
the line is below where it ought to be. Looks like the right slope,
but not the right intercept.
thanks
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis
2008 Sep 20
1
fitting a hyperbole
...it is a hyperbola just like:
plot(1/c(1:1000))
how do I model this relationship so that I can get all of the neat
things that lm gives residuals etc. etc. so that I can see if my
eyeball model stands up. Thanks for any help, pointers, or good
things to read.
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis
2008 Oct 29
1
Macro stuff to work on up through august 2007
Title says it all remember cast() with sum as the aggregation function
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Sep 11
3
periodicity validation
There is a series of data contains time in fixed step and energy
varying with time, how to test its periodicity?In R, it seems there is
no direct tools since I have search the R manual with periodic and I
have not found any related topic.
Thanks a lot
2008 Nov 09
1
maptools sunrise sunset function
...POSIXct=TRUE)
ss <- data.frame(sunrise, sunset)
ss <- ss[,-c(1,3)]
colnames(ss)<-c("sunrise", "sunset")
return(ss)
}
#This doesn't make any sense
sunrise.set(33.46, 84.25, "2008-11-08", timezone="EST")
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Oct 22
1
plotting matrix
...s.
something like this maybe
library(ggplot2)
qplot(a, b, data=g)+geom_smooth()
but with the previous stipulations
thanks for all of your help - I looked at the mail archives and tried
plotmat, but this didn't seem to do whaqt I wanted.
thanks
stephen
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Oct 20
2
calculating mean for samples
Hi everyone,
> does any one knows how can I calculate mean for different samples
> i.e. I have a data like this:
>
> s1 s2 s3 s4
> 1 0 0 0 1
> 2 1 0 1 0
> 3 0 0 0 0
> 4 0 0 0 0
> 5 0 1 0 1
> 6 1 0 0 0
> 7 0 0 0 0
> 8 0 0 0 0
> 9 0 0 0 0
> 10 0 0 0 1
>
> I need to make 5 different sample with 5
2008 Aug 29
2
non-parametric Anova and tukeyHSD
...like to preform an anova and a means
seperation like tukey's HSD in a nonparametric sense (on some sort of
central tendency measure - median?). I am searching around at this
time on the internet. Any suggestions, books, etc. would be greatly
appreciated.
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis
2008 Oct 20
5
Staging area for data before read into R
...data.frame format for a staging area before
I get it into R. Any help would be greatly appreciated. This is not
a direct r question, but all of you folks have more experience than I
do and I am having a time finding what I need with google.
thanks in advance
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Sep 24
2
lattice xyplot symbols instead of colors and legend matching plot symbols or colors
...L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 15L, 16L, 19L,
22L, 23L, 30L, 34L, 36L, 37L, 38L, 39L, 43L, 44L, 45L, 46L, 47L,
49L, 50L, 51L, 52L))
xyplot(GPP~(1/Iron)+(1/TSS)+TIN.TP, groups=RiverMile,data=f,
scales=list(relation="free"), pch=20, auto.key=TRUE)
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis
2008 Sep 15
4
getting data into correct format for summarizing ... reshape, aggregate, or...
...quot;] <- as.integer(df.1[,"V1"])
df.1[,"V2"] <- as.factor(df.1[,"V2"])
df.1[,"V3"] <- as.numeric(df.1[,"V3"])
colnames(df.1) <- c("RiverMile", "constituent", "value")
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis
2006 Apr 30
1
Number of Clusters
...e, which are "CCC" cubic clustering criterion (Sarl 1981), Psuedo F (PSF), and Psuedo T square (PST). My question is do thsese criterion exists in R, I tried to search and got one hit (BIC) in Mclust, which I am aware of, any input is greatly appreciated.
Ahmed Albatineh, PhD
Nova Southeastern University
FL, USA
---------------------------------
[[alternative HTML version deleted]]
2006 May 02
1
Cluster validation methods
Hi All,
Except the "Rand Index", "Dunn Index" and "Silhouette width", are there
other cluster validation methods in R? Could you please also specify the
function?
Thanks!
[[alternative HTML version deleted]]
2008 Oct 06
1
easier way to do this without a loop? (successive euclidean distances between points)
...-1]
rownames(results.1) <- r
colnames(results.1) <- f[1]
this does what I want it to do - is there an easier/generic way of
doing this. I will be using this to calculate euclidean distances
between successive time steps on ordination scores.
thanks
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Oct 19
1
zoo in ggplot2
...3, 0.317259909172362, 0.382677149697482), index =
structure(c(11808,
11869, 11961, 11992, 12084, 12173, 12265, 12418, 12600, 12631,
12753, 12996, 13057, 13149), class = "Date"), class = "zoo"))
plot(d)
is there a way to do this in ggplot?
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2008 Nov 10
1
how to vectorize a for loop
...=seq(20, by=1, length.out=20)
reflecting <- function(pre, d, L){
r=L-1
x=rep(0, L)
for(j in 2:r){
x[j]=((1-(2*d))*pre[j])+(d*pre[(j+1)])+(d*pre[(j-1)])
}
x[1]=((1-d)*pre[1])+(d*pre[2])
x[L]=((1-d)*pre[L])+(d*pre[(L-1)])
y=x
}
f = reflecting(x, d, L)
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mull...
2011 Mar 08
1
Sorting
...1951.4 109.1 4.7 0.0 Normal Smoker
To get an output like this.
retlevel Normal High
Smoking 2 2
Non-smoker 1 1
Thank you very much for your help.
--
Whitney Kistler M.S.
Ph.D. Student
Warnell School of Forestry and Natural Resources
Southeastern Cooperative Wildlife Disease Study
University of Georgia
Athens, GA 30602
wkistler@uga.edu
cell:724-309-5298
[[alternative HTML version deleted]]
2008 Sep 06
1
plot a list
i have a list of 6 each containing a dataframe of 96 observations as a
zoo object. Is there a way to plot these in one frame
par(mfrow=c(3,2))
this is what I tried
lapply(d, FUN=plot)
I can provide data, list is large.
thanks
--
Stephen Sefick
Research Scientist
Southeastern Natural Sciences Academy
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 and
make us feel like gods. We are mammals, and have not exhausted the
annoying little problems of being mammals.
-K. Mullis