search for: 130th

Displaying 5 results from an estimated 5 matches for "130th".

Did you mean: 10th
2005 Apr 04
2
locfit and memory allocation
...a for loop. After 25 or so loops, it gives this error. "Error: cannot allocate vector of size 281250 Kb" Running on linux cluster with a Gb of RAM. Problem never happens on my OS X (less memory). The total data is 130 cols by 5000 rows The first 129 cols are response variables, the 130th is the parameter The function fits a local regression between the 129 variables in the ith row of m[ ] to the 129 variables in 5000 rows after m was fed into 130 different vectors called Var1, .....Var129, and PARAMETER. array <- scan(("DataFile"),nlines=5000) m<-matrix(array...
2006 Jul 04
1
summary.formula table questions
...y to suppress that statistic? Question 2) The table will have multiple columns, each representing a different location. Is there a way to include Tukey's HSD at the bottom of each column? Thank you. Matt Matthew M. Harbur University of Minnesota Southwest Research and Outreach Center 23669 130th Street Lamberton, MN 56152 (507) 752-5091 (office) (507) 752-5097 (fax)
2006 Jul 30
1
manova and table of means by factor levels
...earched the R-help archives and the internet, but to no avail. The closest posting that I have found is: http://tolstoy.newcastle.edu.au/R/help/05/04/3239.html. Would someone please help me? Thank you. Matthew M. Harbur University of Minnesota Southwest Research and Outreach Center 23669 130th Street Lamberton, MN 56152 (507) 752-5091 (office) (507) 752-5097 (fax) [[alternative HTML version deleted]]
2003 Oct 21
5
run R under linux
...e I use if (abs(aold-anew)<1e-5) {print (anew) break} to break the one estimation. Some anew is not printed. I think NA comes. But for the 129th simulation, one matrix is singular and my program ends. I want to know how to resume my program with the seeds saved, and do like continueing the 130th one without break. If possible, the results of the first 128 simulations can be saved and combine with the remaining simulation. One more question is: in my code, I write the estimation of 200 simulations as a matrix aaa to a txt file. After the if (abs(aold-anew)<1e-5) {print (anew) break...
2004 Nov 20
0
ffmpeg2theora start and end time support
For last few days I was trying to learn ffmpeg and libtheora API. In the process, I have modified ffmpeg2theora code to include support for start time and end time. ffmpeg2theora -s 60 -e 130 file.avi will produce file.ogg which will be from 60th to 130th second of input file (something like -ss and -endpos in mencoder). This is a useful feature for someone who wants to cut a part of video and encode it using theora. I am attaching modified ffmpeg2theora.c. Just place this file in file from http://www.v2v.cc/~j/ffmpeg2theora/ -- Nilesh Bansal h...