[R] Information theoretic approach

2007-09-10 Thread Adela González Megías
Hi, I have been suggested to use Information theoretic approach instead of a Geneal linear model for a multiple regression. Is is possible to perform this type of anlaysis in R? Thanks, Adela -- Adela González Megías Depto. Biología Animal Fac. Ciencias Universidad de Granada 18071

[R] Information on objects of class by

2007-07-05 Thread Guilherme Veiga da Rocha
Hi all, Does anyone know where to find more information on the by class? OR Does anyone know how to coerce an object of the by class into a data.frame containing the results of FUN and the values of the grouping variables?

[R] information extraction

2007-04-24 Thread Schmitt, Corinna
Dear R-experts, I imported successful a workspace from Matlab. The information is stored in the variable data. If I use the command length(data) I get back a number which corresponds to the number of variables which were imported. Here it is 82. Now I only want to know the names of the imported

Re: [R] information extraction

2007-04-24 Thread Schmitt, Corinna
Hallo Peter, thank you. It is exact what I wanted. Now I can modify my program. Corinna Von: Peter Konings [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 24. April 2007 10:55 An: Schmitt, Corinna Betreff: Re: [R] information extraction Hi Corinna, names

Re: [R] information about sna packages

2006-10-31 Thread David Barron
I don't think so, but you should email the package's author, Carter Butts for help on this package. His email is [EMAIL PROTECTED] On 31/10/06, Bagatti Davide [EMAIL PROTECTED] wrote: Hello, I'm a student who want to use the R social network analysis package. I have a question: can this

Re: [R] information about sna packages

2006-10-31 Thread Gabor Csardi
Davide, sna uses adjacency matrices, so one (crude) solution would be to store the dynamical network as a list of matrices. This is of course not very space efficient. Gabor On Tue, Oct 31, 2006 at 02:28:28PM +0100, Bagatti Davide wrote: Hello, I'm a student who want to use the R social

[R] information about sna packages

2006-10-31 Thread Bagatti Davide
Hello, I'm a student who want to use the R social network analysis package. I have a question: can this package analyse dynamical networks (network changing over time)? I didn't find this functionality in the package's user manual. Thank you Davide [[alternative HTML version deleted]]

[R] information about a function

2006-07-17 Thread Holger Flick
Hi people, I am new in this list and could not find a FAQ for it in particular, furthermore I could not find my question answered in the official R FAQ or docs. I have simply something like this: f-approxfun(data[,1],data[,2]) and f is: f function (v) .C(R_approx, as.double(x),

Re: [R] information about a function

2006-07-17 Thread Petr Pikal
@stat.math.ethz.ch Subject:[R] information about a function Hi people, I am new in this list and could not find a FAQ for it in particular, furthermore I could not find my question answered in the official R FAQ or docs. I have simply something like this: f-approxfun(data[,1],data

Re: [R] information about a function

2006-07-17 Thread Prof Brian Ripley
On Mon, 17 Jul 2006, Holger Flick wrote: Hi people, I am new in this list and could not find a FAQ for it in particular, furthermore I could not find my question answered in the official R FAQ or docs. I have simply something like this: f-approxfun(data[,1],data[,2]) and f is:

Re: [R] information about a function

2006-07-17 Thread Rolf Turner
It's not clear to me what you want; the on-line help states that approxfun() does linear or constant interpolation (the default is linear). It is trivial to write down a ``mathematical representation'' of the resulting function --- but why would you want to? The function f() you created does

Re: [R] Information Window - Warning Message

2006-03-18 Thread Uwe Ligges
Mathias Ehrich wrote: Hi all, this might be a very stupid question, but I tried for several hours now and I'm helpless. I'm running windows and R 2-2-1. Recently, every time when I have an error in my code a message box pops up telling me the error message. The code won't continue before I

[R] Information Window - Warning Message

2006-03-17 Thread Mathias Ehrich
Hi all, this might be a very stupid question, but I tried for several hours now and I'm helpless. I'm running windows and R 2-2-1. Recently, every time when I have an error in my code a message box pops up telling me the error message. The code won't continue before I click ok in the box. Before

Re: [R] information

2006-01-11 Thread Spencer Graves
I just got 59 hits from ' RSiteSearch(space-time)'. Have you tried this? If you would like more help from this listserve, please read the posting guide! www.R-project.org/posting-guide.html then submit another question. La experiencia sugiere que las prejuntas sigiendo

[R] information

2006-01-04 Thread angel toledo
Hi. My name is Angel, I am Mexican, and I write by the following thing: I am in search of commands or options in R that can be used in regional economics. Specially I am interested in commands who can be interacted with geographic information systems, to get a regionalization, using a lot of many

Re: [R] information matrix in random effects model

2005-11-06 Thread Spencer Graves
If you walk through the code line by line, you can probably find what you want, then make relatively simple changes to the code so these things are exported. However, it may not be easy to use, because you need to understand the parameterization. To obtain that, you may need to

[R] information matrix in random effects model

2005-10-31 Thread Ingmar Visser
I use the lme function from the nlme library (or alternatively from the Matrix library) to estimate a random effects model. Both functions return the covariance matrix of the estimated parameters. I have the following question: Is it possible to retrieve the information matrix of such a model

[R] information about Loess

2005-10-20 Thread Naomi Berdugo
Hello, I'm currently using a tool that provides a Loess fitting, but I obtained results that are slightly different from those provided by R implementation of the Loess. That's why I would like to know if you could give me a source (bibliography or web) that explains in a clear way each step

Re: [R] information about Loess

2005-10-20 Thread ronggui
?loess References W.S. Cleveland, E. Grosse and W.M. Shyu (1992) Local regression models. Chapter 8 of Statistical Models in S eds J.M. Chambers and T.J. Hastie, Wadsworth Brooks/Cole. === 2005-10-20 19:14:05 您在来信中写道:=== Hello, I'm currently using a tool that provides a

Re: [R] information about Loess

2005-10-20 Thread Greg Snow
The loess.demo function in the TeachingDemos package may help you understand what is going on. Note that the default for loess in R does an additional spline smooth/interpolation which may explain small differences from other tools. Greg Snow, Ph.D. Statistical Data Center, LDS Hospital

[R] information on maximum likelihood

2005-03-06 Thread Ryan Glover
Hello, I have a time series that contains 40 years of daily average temperature. I am attempting to create a time series model for the temperature based on a number of papers that do the same. I have an expression that describes the temperature behavior over time but it contains 7 unknown

[R] information

2004-12-03 Thread Anna Maria Paganoni
I would like to know if there exist any package on the profyle analysis, or on repeated measures, (AUC)... Thank for answering me, Anna Maria Paganoni Dipartimento di Matematica Politecnico di Milano piazza Leonardo da Vinci, 32 20133 Milano, Italy tel +39-0223994574 fax +39-0223994568

Re: [R] information

2004-12-03 Thread Kjetil Brinchmann Halvorsen
Anna Maria Paganoni wrote: I would like to know if there exist any package on the profyle analysis, or on repeated measures, (AUC)... I don't know about profyle analyses, but have a look at the packages nlme (or lme4) which can do repeated measures. Kjetil Thank for answering me, Anna Maria

[R] R information

2004-11-26 Thread Catherine Eng
Hello everybody, I'm a beginner to R language. That's why I have some questions deal with graphs. In fact, I would like to know if it is possible to draw a plot with 2 y axis against x axis (like gnuplot with the function replot)? In fact, I would like to plot in y1 axis, a temperature value for

Re: [R] R information

2004-11-26 Thread Uwe Ligges
Catherine Eng wrote: Hello everybody, I'm a beginner to R language. That's why I have some questions deal with graphs. In fact, I would like to know if it is possible to draw a plot with 2 y axis against x axis (like gnuplot with the function replot)? In fact, I would like to plot in y1 axis, a

[R] information on R

2004-02-06 Thread pascal dessaux
Hello I am a trader and work on systematic trading. I develop my own back testing and trading tools for personal use. My development are done in microsoft Visual C++. I search a library for wavelet algo and I discover WAVESLIM which run on R. You write on the R home page that: Advanced users

[R] information matrix test in r/s

2003-09-24 Thread Charles Annis, P.E.
Greetings, Fellow R-ians: I'm working with a few different quasi-likelihood formulations for some data I'm analyzing. I'd like to implement the Information Matrix Test (see, e.g., White, 1982, or Lancaster, 1984) for each of them to determine which of the models is more likely. Since the null

Re: [R] extract R information

2003-03-03 Thread Martin Maechler
Note: Please always set a Subject in e-mails, particularly to mailing lists! SteveM == Steve Moore [EMAIL PROTECTED] on Mon, 03 Mar 2003 12:12:16 + writes: SteveM Dear Everyone, SteveM I am a novel user of the R package (less than a SteveM week). I am using the