search for: monville

Displaying 20 results from an estimated 48 matches for "monville".

2008 Feb 29
3
Graphic text
Can R handle graphic text ? I mean something like a pop-up message window or a text widget ? Thank you so much. -- Maura E.M
2008 Feb 10
3
R on Mac PRO does anyone have experience with R on such a platform ?
I saw there exists an R version for Mac/OS. I'd like to hear from someone who is running R on a Mac/OS before venturing on getting the following computer system. I am in the process of choosing a powerful laptop 17" MB PRO 2.6GHZ(dual-core) 4GBRAM .... Thank you so much, -- Maura E.M [[alternative HTML version deleted]]
2007 Oct 01
0
Clustering literature was Re: nonlinear regression
Hi It is preferable to echo your posts to r-help, you usually get more answers and some definitelly superb to mine. It is also better to start a new mail if your question has nothing to do with original subject "Maura E Monville" <maura.monville at gmail.com> napsal dne 01.10.2007 17:44:43: > Unluckily I do not have the privilege of practising with R all day > long. I agree the more I read the better but I can only devote a > portion of my time. That is not unusual. However customizing yourself with...
2007 Oct 30
2
Where can I find package "segmented" ?
I tried to install "segmented" from three different repositories but I keep getting the following message on R window: ... Please, advice where to find this package. Thank you in advance. Maura > utils:::menuInstallPkgs() --- Please select a CRAN mirror for use in this session --- Warning: package 'segmented' is in use and will not be installed > utils:::menuInstallPkgs()
2007 Oct 30
2
R installation on SuSE 10.3
I have downloaded the source code for Linux. the ./configure procedure can find gcc but cannot find f77 or f2c I have looked for the above compiler with Test and installed all what pertains to Fortran. Still not even the man pages for f77 anf fc2 work >. Where is f77 and f2c with linux 10.3 ?? Thank you do much -- Maura E.M [[alternative HTML version deleted]]
2007 Nov 21
3
How can I save a plot ?
I recently installed R 2.6 on Linux/SuSE When I was running the previous version on Windows I was able to save my plots from a script. There was a command "savePlot" that is no more retrieved in the last version. In this scenario, how can I tell R to save the currently displayed plot to a file ? The "save" command is generic and do not know how to tell R that the plot is to be
2008 Nov 11
1
R: R: Hidden Markov Models
...onstraint that I don't quite understand. Thank you in advance for your attention. Kind regards, Maura Edelweiss -----Messaggio originale----- Da: Walter Zucchini [mailto:wzucchi@uni-goettingen.de] Inviato: mar 11/11/2008 11.32 A: mauede@alice.it Oggetto: Re: R: Hidden Markov Models Dear Ms Monville, Hidden Markov models (HMMs), and that includes the msm implementation, are not based on the assumption that the observations are independent. Indeed HMMs are specifically designed to model serially dependent observations. Of course that doesn't mean that they can accommodate every type of...
2008 Nov 11
1
msm
I am reading the comprehensive on-line documentation about msm. The positive side is that it seems it has been designed for biomedical statistics, like Clinical Trials. The bad side is that it does not seem to model observations sequences that are not independent but instead are autocorrelated, as it is my case. I did not find any mention to correlated observations therefore I assume the authors
2008 May 05
0
quantitative spectra analysis
...icist friend wrote the code in matlab- so I could provide that, but I haven't looked into trying to make it and R specific algorithm- and in reality I am not sure if my programming is to the point of being able to do something like that. hope this helps On Sun, May 4, 2008 at 8:48 PM, Maura E Monville <maura.monville@gmail.com> wrote: > The attached picture is what I get passing the time series where the > shorter signal is wrapped around. > > > s10146 <- read.table("10146-Clean-Signal.txt") > > s45533 <- read.table("45533-Clean-Signal.txt")...
2008 Jul 17
2
fastICA
Hi everyone It looks like repeated runs of fastICA produce quite significantly different mixing matrices (not only in terms of sign and row order). I'm not a specialist, so would appreciate any advice on whether this should really be the case: > res3 = > fastICA(af[,2:20],4,alg.typ="parallel",fun="logcosh",alpha=1,method="C",row.norm=TRUE) colstandard >
2007 Oct 09
2
R dynamic memory management
I have a loop that processes all the raw data files in agiven directory. It should allocate only the memory to accomodate the filenames list. Each file is loaded into RAM one at a time and saved to another directory after processing. The R script runs fine but it had some memory problems so it was terminated before getting to the end of the list. This is a Windows XP desktop with ~ 1GB RAM In the
2008 Dec 09
1
package "wmtsa": wavCWTPeaks error (PR#13381)
Full_Name: Maura Monville Version: 2.8 OS: Mac OS/X 10.5 Submission from: (NULL) (87.4.122.234) Here is the code that causes wavCWTPeaks error aats <- create.signalSeries(aa, pos=list(from=0.0, by=0.033)) aa.cwt <- wavCWT(aats) x11 (width=10,height=12) plot (aats,main=paste(insig," Cycle: "...
2008 Apr 30
3
Cross Spectrum Analysis
I am reading some documentation about Cross Spectrum Analysis as a technique to compare spectra. My understanding is that it estimates the correlation strength between quasi-periodic structures embedded in two signals. I believe it may be useful for my signals analysis. I was referred to the R functions that implement this type of analysis. I tried all the examples which generated a series of
2007 Sep 13
2
beginner's questions ... sorry
I have 316 files. Each file represents a patient's breathing track (respiratory signal recorded for a variable number of cycles). All files have the same are made up of a header followed by a variable number of records. Each record contains 7 comma separated fields. The patient ID is recorder in the header which is stripped off when reading the file into a R data.frame. Since I need to keep
2010 Mar 31
2
Generative Topographic Map
...tried to use R version of package I noticed the original MatLab Pckage is much better documented. I had a look at the R demo code "gtm_demo" and found that variable Y is used in advanced of being created: I wrote my own few lines as follows: inDir <- "C:/Documents and Settings/Monville/Alanine Dipeptide/DBP1/DHA" setwd(inDir) T <- read.table("DHA_TNH.txt") L <- 3 X <- matrix(nrow=nrow(T),ncol=3,byrow=TRUE) MU <- matrix(nrow=round(nrow(T)/5), ncol=L) for(i in 1:ncol(X)) { for(j in 1:nrow(X)) { X[j,i] <- RANDU() } } for(i in 1:...
2007 Oct 31
2
R GUI for Linux
I have downloaded and tried to install JGR - Java GUI for R - Version 1.5. I followed all the instructions (at least in my best resolution) and installed Java latest version. R installation complete fine. Has anyone succeded in installing JGR on SuSE 10.3 ? In the following I hade detailed the failed installation, As root /i did the following: linux-Mimin:/usr/local/bin # ./R R version 2.6.0
2009 Jan 28
2
help with plot layout
...red to the canvas) or relative (referred to the part) ? Please, find attached the generated drawing. The generating script is i the following. Thank you so much, Maura ################################################################## WavMaxNumCoef <- 30 setwd("C:/Documents and Settings/Monville/SpAn-Tests/16440-Raw-Dir") xx <- read.table("Interp-Amp-PhasePlus16440.txt",header=TRUE, sep=" ") NumCycles <- max(xx[,"cycle"]) TickPos <- vector(length=NumCycles) TickCoord <- vector(length=NumCycles) for(i in 1:NumCycles) { TickPos[i] <...
2007 Oct 01
1
Clustering techniques using R
Now that I've loaded a file into an R data.frame and played with linear regression until I got a good model, my next step is clustering using the coefficients of the regression model (I have many files) Thanks to some R experts' guidelines I could find plenty of documentation on regression analysis in the "contributed" section. Some touch on the concepts of the underlying
2007 Dec 09
1
package "growth" ... where is it ?
I would like to install the package "growth" as it contains the function "corgram" and some other presumably useful stuff for time series analysis. I can see it is in R standard library list: http://hosho.ees.hokudai.ac.jp/~kubo/Rdoc/doc/html/packages.html<http://hosho.ees.hokudai.ac.jp/%7Ekubo/Rdoc/doc/html/packages.html>
2007 Dec 27
1
Error: cannot allocate vector of size ... Bcc: Add Cc | Add Bcc
I read the subject message in a number of R archived emails. Since I am experiencing the same problem: > upfmla A ~ T + cosP + cos2P + cos4P + cos5P + sin3P + sin5P + cosP2 + sinP3 + P2 > glmod <- gls(upfmla,correlation=corAR1(),method="ML") Error: cannot allocate vector of size 491.3 Mb > dim(xx) [1] 8025 14 and since I'm running R on a 64-bit Linux platform ...