search for: odu

Displaying 20 results from an estimated 34 matches for "odu".

Did you mean: edu
2007 Jan 17
3
Row limit for read.table
I have been trying to read in a large data set using read.table, but I've only been able to grab the first 50,871 rows of the total 122,269 rows. > f <- read.table("http://www.cs.odu.edu/~fmccown/R/Tchange_rates_crawled.dat", header=TRUE, nrows=123000, comment.char="", sep="\t") > length(f$change_rate) [1] 50871 From searching the email archives, I believe this is due to size limits of a data frame. So... 1) Why doesn't read.table give a p...
2008 Mar 27
6
help! - spectral analysis - spec.pgram
...In the second series I was expecting to see a signal occurring at frequency 1/5 but it does not. Can anybody explain me why? Thanks in advance, Nuno ______________________________________________ Centro de Oceanografia - IO-FCUL, Portugal Center for Quantitative Fisheries Ecology - ODU, USA email: nmprista*@fc.ul.pt ; nprista*@odu.edu [[alternative HTML version deleted]]
2008 May 16
2
Box.test degrees of freedom
...sue was discussed in http://tolstoy.newcastle.edu.au/R/help/06/03/22768.html (and thread) but it seems with little consensus. Thanks in advance, Nuno ______________________________________________ Centro de Oceanografia - IO-FCUL, Portugal Center for Quantitative Fisheries Ecology - ODU, USA [[alternative HTML version deleted]]
2006 Nov 02
1
Prediction intervals for predict.gls
I am using R 2.3.0, Is there a way to get prediction intervals using predict.gls? Any ideas would be appreciated. thanks, Spencer On 11/2/06, Frank McCown <fmccown@cs.odu.edu> wrote: > > I was wondering if anyone knows who should be contacted to add to the R > user-contributed documentation at > > http://www.r-project.org/other-docs.html > > There doesn't appear to be any information on the page as to how one > would add their new reso...
2007 Nov 16
1
monthplot () - axis change color
...thplot(AirPassengers, col="blue", ylim=c(min(AirPassengers), max(AirPassengers+500)), ylab="") Greetings from Norfolk, Nuno Prista ______________________________________________ Instituto de Oceanografia - FCUL, Portugal Center for Quantitative Fisheries Ecology - ODU, USA [[alternative HTML version deleted]]
2008 Jun 19
2
how to write symbol (nabla) in R graph
Dear colleagues, Can anyone of you tell me how to write a "nabla" symbol in an R graph? Thanks in advance, Nuno ______________________________________________ Centro de Oceanografia - IO-FCUL, Portugal Center for Quantitative Fisheries Ecology - ODU, USA [[alternative HTML version deleted]]
2008 Oct 18
1
ARIMA - h-step ahead errors
...directly the 1-step ahead errors but I am interested in obtaining other h-step ahead errors for several ARIMA models I have fitted. Is there any way I can obtain this with R? Any help would be appreciated. Sincerely, Nuno Prista _________________________ CO - FCUL, Lisboa, Portugal CQFE - ODU, Norfolk, USA
2008 Feb 22
1
abline in log-log power law plot
I have a power law plot in log-log scale using plot(x,y,log="xy") but I can't get the regression line to plot correctly. abline(lm(log(y)~log(x))) plots a straight line that looks promising but the intercept with the y-axis seems to be way off. summary(lm(log(y)~log(x))) gives the values but i cant really make any sense out of it. fitted(..) just confirms the values that seem to be
2008 Mar 03
2
How to make a break on y-axis of a histogram chart using R?
Attached is a histogram chart with a break on y-axis which my friend made for me using phot shop. Do anyone know how to make such a break using R? Thanks in advance. (See attached file: 2007 age distribution.doc) Hongsheng (Hank) Liao, Ph.D. Lab Manager Center for Quantitative Fisheries Ecology 800 West 46th Street Old Dominion University Norfolk, Virginia 23508 Phone:757.683.4571
2008 Oct 24
0
unstable MA results in ARIMA?
...I made a fe more tests and the number of residuals which appear (to me) miss-calculated gets larger and larger when I test q>1. Can I trust the "arima" estimates in the MA case as I do in the AR case? Thanks, Nuno Prista _________________________ CO - FCUL, Lisboa, Portugal CQFE - ODU, Norfolk, USA
2006 Oct 26
1
Turn off border on barplot
...ot function. I understand how to change the color of the border (border="white"), but I need the border to be invisible so I can plot many skinny bars right next to each other with only the bar's color visible. Thanks, Frank -- Frank McCown Old Dominion University http://www.cs.odu.edu/~fmccown/
2008 May 29
1
test for multivariate normality?
My stat textbook tells me that using Shapiro-Wilk test for each variable one by one is not equal to a test for multivariate normality as a whole. Does R have a function of testing for multivariate normality? Thanks. Hongsheng (Hank) Liao, Ph.D. Lab Manager Center for Quantitative Fisheries Ecology 800 West 46th Street Old Dominion University Norfolk, Virginia 23508 Phone:757.683.4571
1998 Nov 13
0
Problems!
...c I get an error 53 the network path was not found message. Any help would be greatly appreciated. Thanks. -- ======================================================================= Mr. Glenn Bunton Systems Librarian for Internet Technologies Old Dominion University Norfolk, Virginia gbunton@odu.edu gbunton@gte.net gbalt@juno.com (757) 683-5952 =======================================================================
2012 Apr 24
1
Bhat package and plkhci function
Where can I download Bhat package? I need to use plkhci function in this package, which estimates confidence interval using likelihood ratio. Thanks. Hongsheng (Hank) Liao, PhD. Lab Manager Center for Quantitative Fisheries Ecology Old Dominion University 757-683-4571 [[alternative HTML version deleted]]
2013 Dec 06
3
packet traversal
Hi All I don't know whether i am asking on a correct list or not i have a query that how to know that what system call are called when packet enters the system or when we send a packet from a system? Thanks
2009 Jul 30
1
Continue to finish for loop even there is an error in one of rounds.
I am trying to fit a logistic model to my 10 year data (1999-2008) by year. Codes like below: Year <- c(1999: 2008) for(y in 1:length(year)) { file.input <- paste("C:\\", year[y], "\\data.csv", sep="") table <- read.csv(file=fileinput, header=TRUE, as.is=TRUE, na.strings=c("")) initial <- getInitial(percent ~ SSlogis(age, Asym,
2013 Feb 28
1
Question concerning directory/path names
This seems like a very basic question so I have searched the FAQ site, several manuals, and the R-Seek site as well as Googling for an answer but can't seem to come up with one. I am trying to import an Excel file that resides on a University network. The path name of the file is to a network drive and includes blank spaces (e.g. K:/science/next directory science2/mydata/). The setwd() works
2008 Feb 15
3
Error 'singular gradient' in nonlinear model fitting
w.age.female.2004 <- nls(WEIGHT ~ (alpha*TOTAL^beta)/454, start=list(alpha=1, beta=3), data=spottedseatrout2004.female.data) I am trying to fit above model to length-weight data of a fish species (spotted seatrout) by year (1999-2006). The convergence occurred for all the years except 2002 and 2004. In these two year, R shows the error called
2014 Sep 14
0
Snimanja energetskih fenomena na bosanskim piramidama
...c46348d12001df3068758&lid=5&l=-http--piramidasunca.ba/bs/aktuelnosti/item/9406-legendarni-graham-hancock-na-bosanskim-piramidama.html DOKAZANA VEZA IZME?U BOSANSKE PIRAMIDE SUNCA I PODZEMNIH TUNELA RAVNE U Visokom je u sedmodnevnoj istra?iva?koj posjeti, u periodu 24.07.-31.07.2014., boravio in?injer zvuka iz Finske Heikki Savolainen. On je vr?io snimanja elektromagnetnih, ultrazvu?nih i infrazvu?nih fenomena u Bosanskoj dolini piramida. Preliminarni zaklju?ci istra?ivanja dokazali su postojanje anomalija koje se ne mogu objasniti prirodnim djelovanjem:...
2003 Dec 01
0
No subject
...(PDT) Received: from PickupDirectory by mail3.etransmail3.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id PQ28PKB9; Tue, 31 Jul 2001 07:08:20 -0700 From: "Stephanie Key" <stephanie.key@etransmail2.com> To: <samba@samba.anu.edu.au> Subject: Product Give Aways & VersaCheck 2001 Info Date: Tue, 31 Jul 2001 07:08:20 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20010731140450.A289344AD@lists.samba.org> X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98b X-Converted-To-Pl...