Displaying 20 results from an estimated 400 matches similar to: "Moving from Splus to R: irregular and regular time series"
2004 Nov 16
0
From S-Plus to R
Dear Isabelle,
for most of my work I have switched from S-Plus to R, because it is
easier to make scripts with due to the better documentation and some
other more reasonable implementations. And there was also a cost
issue with the S-Plus Server, which is not for free at all.
In R I use the its package for time series, which is quite sufficient
for my needs. The only problem I encountered was
2005 Apr 22
1
density estimation
hello
sorry for my english
I would like estimate density for multivariate variable,( f(x,y) , f(x,y
,z) for example) ; for calculate mutual information
how is posible with R?
thanks
Bernard
Bernard Palagos
Unité Mixte de Recherche Cemagref - Agro.M - CIRAD
Information et Technologie pour les Agro-Procédés
Cemagref - BP 5095
34033 MONTPELLIER Cedex 1
France
2008 Feb 22
0
seeking function to perform Flexible UPGMA clustering
Hi all,
Has anyone got a function to perform clustering by Flexible UPGMA
(Un-weighted Pair Group Using Arithmetic Averaging) .
It does not seem to exist in any R package.
Regards,
Ton
--
Laboratoire d'Hydro?cologie Quantitative
3 bis, Quai Chauveau - CP 220 69336 LYON cedex 09
t?l. : +33 (0)4.72.20.89 20
fax : +33 (0)4.78.47.78.75
mail : ton.snelder at cemagref.fr
2007 Feb 27
1
interactions and GAM
Dear R-users,
I have 1 remark and 1 question on the inclusion of interactions in the gam function from the gam package.
I need to fit quantitative predictors in interactions with factors. You can see an example of what I need in fig 9.13 p265 from Hastie and Tibshirani book (1990).
It's clearly stated that in ?gam "Interactions with nonparametric smooth terms are not fully
2000 Oct 26
2
Problem with lm
Hello Everybody,
I have a problem with the output of lm.
In fact, when I compare the R output and the Splus output, the results
appears to be different :
I have a dataframe with 5 factors , 16 rows and a response.
First, I tried to fit this response to a linear model :
lm(rep~(A+B+C+D+E),data).
The results beetween SPlus and R are different.
In a second time, I tried a new fit :
2003 Sep 12
2
partial mantel
Dear all,
Has anyone written R code for partial Mantel Tests- as described for
instance in Legtendre & Legendre (1998) ?
In other words, in a community ecology analysis, I would like to calculate
the correlation between two dissimilarity matrices, controlling for a third
distance matrix representing geographical distances between sites.
Thanks!
Christophe Bouget
Biodiversité et gestion des
2003 Sep 24
3
Problem with memory for large datasets
Hello,
I would like to know if there is a possibility to "clean" the R memory
during a R session. In fact, I realize a lot of instruction with large
objects (matrix of 500*5000), and I can not manage to achieve the end of my
script due to memory lack. Of course, I've tried to remove all "temporary
object" during the script execution and to perform a garbage collector ...
2006 Apr 07
6
validation nightmare
Please help, I am really at a loss at how validation is supposed to work
in rails.
Model contains
acts_as_tree
I want to force my NEW objects to have a parent
I do NOT want existing object to have a parent
so I only want to have parent_id on create, NOT on update.
I am trying this:
def validate_on_create
validates_presence_of :parent_id, :message => "You must specify a
2003 Apr 08
3
density ranges for uniform law
Hello,
I would have some details and explanations about the results I get.
In fact, I start with a uniform sample between -1 and 1, and then plot its
density.
My problem is that the density ranges are much more longer than I expected :
samp <- runif(10000,-1,1)
plot(density(samp))
Instead of varying between -1 and 1, the density varies between approximaly
-1.5 and 1.5
Could someone explain
2006 May 10
8
dynamic setting of username and password in database.yml
Hello
I''ve now read a lot about application-level authentication in Rails, but
I need to do database-level authentication.
The reason is that my database needs to have the current_user (database
current_user, not current_user defined in an ActiveRecord Model) set to
execute triggers for automatically updating audit tables. So it is not
enough to have a session check against a User
2002 Jul 17
1
rpcclient enumdrivers enumprinters
Hi all,
i'm new to the list and here's my first question :
I'm trying to install several printer drivers on my samba server with
imprints. I did a package with the NT/2000 and W9x drivers and the
mkprintpkg command. Then I used the command install_printer_drivers.pl to
install the files in the appropriate directories. So now i'd like to check
the drivers available and the
2001 Nov 08
3
Problem with optim (method L-BFGS-B)
Hello,
I've just a little problem using the function optim.
Here is the function I want to optimize :
test_function(x){(exp(-0.06751 + 0.25473*((x[1]-350)/150) +
0.04455*((x[2]-40)/20) + 0.09399*((x[3]-400)/100) -
0.17238*((x[4]-250)/50)-
0.45984*((x[5]-550)/150)-0.39508*((x[1]-350)/150)* ((x[1]-350)/150) -
0.05116*((x[2]-40)/20)* ((x[2]-40)/20) -
0.27735*((x[3]-400)/100)*((x[3]-400)/100) -
2001 Aug 21
2
Problem using GLM in a loop
Hello,
I am try to perform a modeling which is relevant in a strongly
heteroscedastic context.
So I perform a dual modeling (modeling of both mean and variance of a
response) in using the following loop:
jointmod <- function(formula, data, itercrit=10,devcrit=0.0001)
{
#
# Init step
#
init <- glm(formula=formula,family=gaussian, data=data)
response <-
2000 Oct 16
2
Crash while R111 install
Hello,
I try to install the R111 version for few days on my PC (on Windows NT),
and every time the same problem :
I start the rwin.exe application and a couple of seconds later, the
install failed, and my PC is down. I must then swich it
down and restart a new session.
If someone has some help ...
Thanks
--
Isabelle Zabalza-Mezghani Tel : 01 47 52 61 99
Institut Fran?ais du P?trole
2003 Feb 17
2
Call to glm inside a function
Hello,
I want to call glm inside a function. In the first lines of code I build the
weights, the formula, ... and then I call glm with the following command:
glm(formularesp, data=data, family=familyresp,
weights=eval(data$weights)
My problem is that the fitting proccess is performed just like if
weights=NULL, even if my weights are not equals to 1. I've performed some
return() command
2006 Apr 05
4
validation on before_add callback
problem: validation error is not functionning in callback
callback for many-to-many association:
# keyword.rb
:before_add => :reject_self_related
def reject_self_related(related_keyword)
if (related_keyword == self)
# this does not work:
errors.add(:name, "Relating a keyword to itself is
forbidden!")
raise "Relating a keyword to itself is
2003 Jun 27
1
A vector or matrix response
Hello,
I wonder if anybody has some idea about how to solve my problem :
I am working , I would say trough an experimental design approach (perform
experiments, get responses, make regression, sensitivity analysis, risk
analysis ...). The problem is now that I have to face with not only a
response but a vector or a matrix (typically a spatial distribution of a
physical property ... pressure).
2003 Oct 27
1
Starting and Terminating the JVM for package SJava
Hello,
I would like to know if there is a possibility to open an R session via Java
(using the SJava package), then to terminate it, and re-run another.
It seems not to be possible. If this is the case, I would like to understand
where is the problem or the limitation (is it due to the SJava
implementation, to the Java behavior, or to the R application).
In fact, I am interesting in re-starting
2002 Nov 07
2
Qualitative factors
Hi,
I have some doubt about how qualitative factors are coded in R. For
instance, I consider a response y, a quantitative factor x and a qualitative
factor m at 3 levels, generated as follow :
y_c(6,4,2.3,5,3.5,4,1.,8.5,4.3,5.6,2.3,4.1,2.5,8.4,7.4)
x_c(3,1,3,1,2,1,4,5,1,3,4,2,5,4,3)
m_gl(3,5)
lm(y~x+m)
Coefficients:
(Intercept) x m2 m3
3.96364 0.09818
2008 Dec 16
8
sliding window over a large vector
Hi all,
I have a very large binary vector, I wish to calculate the number of
1's over sliding windows.
this is my very slow function
slide<-function(seq,window){
n<-length(seq)-window
tot<-c()
tot[1]<-sum(seq[1:window])
for (i in 2:n) {
tot[i]<- tot[i-1]-seq[i-1]+seq[i]
}
return(tot)
}
this works well for for reasonably sized vectors. Does