Displaying 20 results from an estimated 300 matches similar to: "scatter plot and marginal"
2005 Dec 28
2
R on Mandriva 2006
Hello anyone,
I'm trying to install R on Mandriva 2006 distribution via rpm file with the 
line 
urpmi R-2.0.0-1mdk.i586.rpm
but I got an error message saying that the file is not accessible due to some 
info problem.
I also tried with a source code in R-2.1.1.tar but I think that there is some 
problem concerning the new version of gcc (4.x), so I downgraded it to gcc 
3.4.5 but it does
2005 Sep 08
1
package installation error (LF versus CR)
Hello, 
I have the following problem in installing a package (in windows xp) 
>rcmd install -c  dlm
[ ..stuff deleted ]
  ... DLL made
  installing DLL
  installing R files
  installing inst files
  installing data files
  installing man source files
  installing indices
Errore in load(zfile, envir = envir) : l'input ?? stato danneggiato, LF 
sostituiti da CR
Esecuzione interrotta
2004 Nov 16
3
memory allocation
Dear sirs,
I'm using the Splancs package to compute standard errors of the estimates of a 
spatio-temporal k function.
When I use as spatial and temporal distances too long vectors (respectively 60 
and 80 entries) for a dataset of 1000 observations, R gives me the message
Error: cannot allocate vector of size 180000 Kb
Reached total allocation of 512 Mb.
I ran the function memory.size()
2004 Mar 16
3
multiple summation
Hello,
I have to compute a multiple summation (not an integration because the 
independent variables a
are discrete) for all the values of a function of several variables f
(x_1,...,x_n), that is
sum ... sum f(x_1,...,x_n)
x_1     x_n
have you some suggestion? Is it possible?
I know that for multiple integration there is the function adapt, but it has at 
most n=20. In my case n depends on the
2009 Mar 25
1
mvtnorm package
Dear all,
I would like to ask information about the package mvtnorm in R.
It is very useful for me the "qmvnorm" comand, but I see that it can
compute only quantile for equicoordinate. Is it possible to have a
curve (or a set of values) if we don't want equicoordinates?
Thank you
Best regards
Antonio.
-- 
Antonio Lucadamo,
Dipartimento di Scienze Economiche e Metodi Quantitativi
2009 May 04
1
ellipse
Dear all,
I'm using the ellipse package and I would like to verify if the  
confidence region that I
build with this package can be equivalent to an Union Intersection  
Test. I used different
value for the t-statistic but I can not find the right equivalence.
Does someone know how to choose the right value?
Thanks a lot.
Antonio
-- 
Antonio Lucadamo,
Dipartimento di Scienze Economiche e
2009 May 21
1
Rpart - best split selection for class method and Gini splitting index
Dear R-users,
I'm working with the Rpart package and trying to understand how the 
procedure select the best split in the case the method "class" and the 
splitting index "Gini" are used. In particular I'd like to have look to the 
source code that works out the best split for un unordered predictor.
Does anyone can suggest me which functions in the sources I should
2006 Nov 24
1
Splitting criterion in tree and rpart
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061124/6ac3d11f/attachment.pl
2007 Jan 03
1
User defined split function in Rpart
Dear all,
 I'm trying to manage with user defined split function in rpart
(file rpart\tests\usersplits.R in 
http://cran.r-project.org/src/contrib/rpart_3.1-34.tar.gz - see bottom of 
the email).
Suppose to have the following data.frame (note that x's values are already 
sorted)
> D
y x
1 7 0.428
2 3 0.876
3 1 1.467
4 6 1.492
5 3 1.703
6 4 2.406
7 8 2.628
8 6 2.879
9 5 3.025
10 3 3.494
2005 Feb 24
1
Density of the Multivariate T Distribution
Hi,
I am looking for an efficient way to compute the
values of the density function of a multivariate T
distribution - something like "dmvnorm", but for T
distr. Does this exist somewhere?
Many thanks,
Jan Bulla
Goettingen University
2005 Dec 28
1
[Fwd: Re: R on Mandriva 2006]
Apologies for the empty post that went to the list...
On ??????, ???????????????????? 28, 2005 9:11, Paolo Bulla wrote:
> Hello anyone,
> I'm trying to install R on Mandriva 2006 distribution via rpm file with the
> line
> urpmi R-2.0.0-1mdk.i586.rpm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is an older rpm that Michele Alzeta contributed for Mandrake 10.0
(and that was a long time
2010 Feb 06
2
lmer Error message
Does anybody knows what this error message means: 
Error in object$terms : $ operator not defined for this S4 class
I have peformed the following steps:
> library(lattice)
> library(Matrix)
> library(lme4)
> inkm inkm$Gamie glm.incm drop1(glm.incm,test="Ch") Error in object$terms : $ operator not defined for this S4 class
Your suggestin would be of a greatl help to
2004 Nov 16
2
help on EM Algorithm for bivariate normal
Hi,
I woul like to know if it is possible to have a "R code" to generate EM
Algorithm for a normal bivariate mixture.
Best regard,
S.F.
2013 Sep 26
1
Installing Rcplex
Hi,
I have tried to install the R package Rcplex on windows xp without success. I have only cplex_studio124.win-x86-32 version.
I have modified the makevars.win file as indicated in the installation guide ( http://cran.r-project.org/web/packages/Rcplex/INSTALL ), then I zipped the whole folder to order an installation from a zipped file (utils :menuInstallLocal())
The message I had is
file
2013 Mar 18
3
Facter Strings to integer.
Hello,
If I want to do something like this:-
if $::lsbdistrelease >= 6.3 {
  SOMETHING
}
Do I have to convert lsbdistrelease from a string to a number with an 
inline template or some such ?
Thanks
Paul
-- 
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
2007 Apr 04
1
gpclib library
Hi all,
I'm tring to download the gpclib library but I don't find it in the old
repository
install.packages(c("gpclib"), dependencies=TRUE,
repos="http://cran.cnr.berkeley.edu/")
Avviso in install.packages(c("gpclib"), dependencies = TRUE, repos =
"http://cran.cnr.berkeley.edu/") :
         argument 'lib' is missing: using
2008 Feb 21
2
Nested frailty model
Dear R-help,
I am trying to estimate a Cox model with nested effects, or better
h(t,v,w)=v*w*h0(t)*exp(B'x)
where h(t,v,w) is the individual hazard function
       w and v are both frailty terms (gamma or normal distributed)
I have 12 clusters and for each one of them I would like to associate a 
realization of v, while w is a random effect for the whole population. 
At the population level
2008 Oct 31
6
link_to submit form value 2
Hi to all,
I''d like to pass with a link to values inside some form. I''ve read in
other posts that it''s possible if i include the forms inside a html
<div>...
So here it''s my code of the view :
<div id="study">
<table>
        <tr><td><label for="study_titolo">Titolo di
2003 Sep 22
1
(no subject)
Hi, I have a problem to understand the use of subsets of data while running a regression model.
In particular, I am using sm.regression with these commands 
plot(lndip96,gdip,col=1,type= "n")
sm.regression(add=T,lndip96,gdip)
and I must run this model for two subsets of the data; in particular for lndip<=2.7 and for lndip>2.7.
Thank you in advance for your help
Roberto Basile
2007 Feb 08
1
Zeta and Zipf distribution
Dear R user,
 I want to estimate the parameter of ZETA or/and ZIPF distributions 
using R, given a series of integer values. Do you know a package 
(similar to MASS) or a function (similar to fitdistr) I can use to 
estimate the parameter of these distributions using MLE method? 
Otherwise do you know a function (which use MLE method to estimate 
distribution parameters) that allow me to specify a