search for: amorgan

Displaying 6 results from an estimated 6 matches for "amorgan".

Did you mean: morgan
2000 Jul 07
1
Perspective or Contour Plot of a Matrix
...as the y and x components and the values in the matrix at the z values). I try to convert it to a data frame, but it always errors out with "Figure margins too large". What does this mean? How can I get the plot generated? Thanks -- -Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan AIM login: HomeySage "Politics is for the moment, and equation lasts eternity." - A. Einstein -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "he...
2000 Aug 22
2
Command Line Arguments passed to R
Is there a way to pass command line arguments to R for use in BATCH mode or something similar? -- -Alex Morgan Homepage: http//pubpages.unh.edu/~amorgan AIM login: HomeySage "Anyway, no drug, not even alcohol, causes the fundamental ills of society. If we're looking for the source of our troubles, we shouldn't test people for drugs, we should test them for stupidity, ignorance, greed and love of power." P.J. O'Rourke -...
2000 Jul 05
1
filtering values
I was wondering if there is a simple way to filter out a bunch of specific vales from a vector (eg zero). Also, is there a way to create a null vector? What I mean by this is that if I declare a vector vector <- NA, it is a vector with [NA]. I want an empty vector, so that I can append to it later. Thanks Alex -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
2000 Dec 08
0
Bounded Density Estimation
Hello: I have been using R and the locfit package for Unix/Linux for a little while. However, I have had some trouble, as I am trying to do density estimation for bounded independent variables. There is some discussion in the density estimation book by Azzalini, but none in the book by C Loader (creator of locfit). Also, the variables that I am working on are bounded on both sides, not just
2000 Dec 08
2
R and wavelets
Does anyone know of any use of wavelets (particularly for density estimation) in R? Are there any wavelet packages? -Alex Morgan -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject
2000 Dec 19
2
Subtle changes from 1.1 to 1.2
Hello: Is there any documentation dealing with the functional differences between R 1.1 and R 1.2. I have noticed some strange behavior in what is, I guess, the namespace of libraries as well as some changes in reading in tables. In a library, I don't seem to be able to declare a global variable and then use it in that same library. e.g. > blah <<- 0 > print(blah) will