Displaying 20 results from an estimated 800 matches similar to: "ordering points as vertex of a polygon"
2005 May 16
2
a problem sourcing a file using chdir=TRUE
Dear R-users,
I used to give commands such as:
> source(file="~/path/to/file.R", chdir=TRUE)
but with the latest v. 2.1.0 it does not seem to work anymore.
I tried to figure out what it was going on and it seems that the string
for which
> class(file)
[1] "character"
is changed to
> class(file)
[1] "file" "connection"
when the connection is
2005 Apr 04
3
plotting mathematical notation and values substitution
Dear R-users,
I'm trying to add a title on a plot with both mathematical notation and
values substitution. I read the documentation and search the mailing list
but I was not able to solve my problem. Actually, there is a message by
Uwe Ligges on June 2003 which addresses a question very close to mine, but
the code provided doesn't work. The code is the following:
# I add this to let you
2003 Feb 10
2
problems using lqs()
Dear List-members,
I found a strange behaviour in the lqs function.
Suppose I have the following data:
y <- c(7.6, 7.7, 4.3, 5.9, 5.0, 6.5, 8.3, 8.2, 13.2, 12.6, 10.4, 10.8,
13.1, 12.3, 10.4, 10.5, 7.7, 9.5, 12.0, 12.6, 13.6, 14.1, 13.5, 11.5,
12.0, 13.0, 14.1, 15.1)
x1 <- c(8.2, 7.6,, 4.6, 4.3, 5.9, 5.0, 6.5, 8.3, 10.1, 13.2, 12.6, 10.4,
10.8, 13.1, 13.3, 10.4, 10.5, 7.7, 10.0, 12.0,
2003 Nov 19
1
Installing RXlisp
Dear R users,
I was trying to install the package RXLisp by Duncan Temple Lang on a MDK
9.1 Linux machine running R 1.8.0 installed from a RPM.
Unfortunately I had a problem loading the shared library into R. Since
I'm a Linux newbie I was not able to solve the problem. Maybe some of
you can help me.
First of all I downloaded the source archive for Xlisp-Stat and
for the RXlisp package.
2010 Feb 11
0
Regarding a error while plotting R chart using qcc package.
On 11 Feb 2010, at 06:53, Vikrant Shimpi wrote:
> Dear Luka ,
> I am using qcc package in R to plot SPC charts. BUt while plotting
> R chart I had a error. My question is it necessary while plotting
> R Chart the group sample size must be < 25 ?. Because when I took
> group sample size as 1000 it gave me error, till I took group sample
> size as 26, But as sooon as
1997 Oct 17
1
R-beta: memory problem vith "dist" on W95
Using Rseptbeta for Windows 95 I encountered this problem:
> library(mva)
> data(quakes)
> dist(quakes)
Error: memory exhausted
I'm using a pentium 133 with 32 MB ram memory!
What I must to do?
Thanks and excuse me for my english!
Andrea Rossetti, rossetti at stat.unipg.it
_______________________________________________________
Statistica & Informatica per la Gestione delle
2003 Feb 18
4
glm and overdispersion
Hi,
I am performing glm with binomial family and my data show slight
overdispersion (HF<1.5). Nevertheless, in order to take into account for
this heterogeneity though weak, I use F-test rather than Chi-square
(Krackow & Tkadlec, 2001). But surprisingly, outputs of this two tests
are exactly similar. What is the reason and how can I scale the output
by overdispersion ??
Thank you,
1997 Dec 03
0
R-beta: generate a dll for R for win95
Hi,
I've just downloaded a fracdiff.tar.gz (package for arima(p,d,q)
modelling) I would like to plugh-in to R for windows 95 (rsept), how can
I make a "*.dll" from the fortran code to put into "lib" directory, and
a "library file" to put into "library" directory?
Please help me I'm very interested in the arima modelling.
Andrea Rossetti.
1997 Nov 16
0
R-beta: documentation?
Hi I'm an R for windows 95 user,
where can I find documentation for "splines", "survival4", "eda" and "mva"
packages?
Andrea Rossetti.
_______________________________________________________
Statistica & Informatica per la Gestione delle Imprese |
Universit? degli Studi di Perugia (Italia) |
iiasc home page: http://www.stat.unipg.it
1997 Oct 18
0
R-beta: documentation
I'm using W95 rseptbeta
how can I find documentation for:
* eda,
* mva,
* spline,
* survival4,
libraries?
Andrea Rossetti
_______________________________________________________
Statistica & Informatica per la Gestione delle Imprese |
Universit? degli Studi di Perugia (Italia) |
iiasc home page: http://www.stat.unipg.it |
1997 Oct 20
0
R-beta: problem with cmdscale in rseptbeta for W95
I'm using rseptbeta for w95,
I tried to do:
library(mva)
data(quakes)
quakes<-quakes[sample(seq(1:1000),100),1:5]
cmd.dsq<-cmdscale(dsq)
Error in .C("dblcen", x, as.integer(n)) : C/Fortran function not in load table
how can I solve this problem?
Andrea Rossetti
_______________________________________________________
Statistica & Informatica per la Gestione delle Imprese
1997 Oct 24
0
R-beta: Problem with cmdscale on R for W95
I'm using rseptbeta for w95,
I tried to do:
> library(mva)
> data(eurodist)
> cmdscale(eurodist)
Error in .C("dblcen", x, as.integer(n)) : C/Fortran function not in load table
>
how can I solve this problem?
Andrea Rossetti
_______________________________________________________
Statistica & Informatica per la Gestione delle Imprese |
Universit? degli Studi di
1997 Oct 16
4
R-beta: Time Series Analysis
I have just downloaded rsept.zip and rseptbeta.zip for Windows 95 and I
think that is a GREAT product.
1st: I want to know the differences between them.
2nd: I'm interested very much in time series analysis, but watching the
html help there is not any function (for ex. like the S-Plus functions acf
pacf and arima functions etc). If there is some pacages to plug-in with
documentation
1997 Oct 16
4
R-beta: Time Series Analysis
I have just downloaded rsept.zip and rseptbeta.zip for Windows 95 and I
think that is a GREAT product.
1st: I want to know the differences between them.
2nd: I'm interested very much in time series analysis, but watching the
html help there is not any function (for ex. like the S-Plus functions acf
pacf and arima functions etc). If there is some pacages to plug-in with
documentation
2004 Dec 19
1
Can I calculate the area of a polygon?
Hello,
I'm verry new in R.
My Problem:
I have a PostgreSQL-Server with installed support for the R-Language.
And now I have a table with a Polygon like this:
test_db=# select * from geo where id=1;
id | koerper
----+---------------------------------
1 | ((0,0),(0,2),(2,2),(3,3),(5,0))
(1 row)
Now, I need to know the area of this object. Please, can you tell me, if
it
2000 Mar 01
0
isoMDS error message!!! (fwd)
uhps!!
I forgot to tell you that I'm running R 0.99.0 for windows32 on windows 95
osr2.
Thank you very much for the latest R-1.0.0 (even if I don't tried it
yet)!!!
Andrea Rossetti
University of Perugia (Italy)
Statistical Science Department.
---------- Forwarded message ----------
Date: Tue, 29 Feb 2000 17:03:51 +0100 (MET)
From: Andrea Rossetti <rossetti at markov.stat.unipg.it>
2007 Sep 26
1
Area of overlap between polygon and circle
R-listers,
Given a polygon and a circle defined by its center coordinates and a
radius, I would like to calculate the area of overlap. I know that I
can create a polygon from the circle and then use available packages to
get the area of the intersection. However, because the polygon is of a
fixed size and I will be doing this for circles of varying sizes, I'm
concerned about
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
2004 Feb 02
1
glm.poisson.disp versus glm.nb
Dear list,
This is a question about overdispersion and the ML estimates of the
parameters returned by the glm.poisson.disp (L. Scrucca) and glm.nb
(Venables and Ripley) functions. Both appear to assume a negative binomial
distribution for the response variable.
Paul and Banerjee (1998) developed C(alpha) tests for "interaction and main
effects, in an unbalanced two-way layout of counts
2008 Jan 22
1
Duncan's MRT: limitations to qtukey() function?
Dear all,
I'm using R to perform multiple comparison testing on agriculture
genotype trials. To perform the Duncan's MRT, I use the qtukey()
function with the following syntax:
qtukey(p = ((1 - 0.05) ^ (pos - 1)), nmeans = pos, df = ni)
I experience a strange behaviour when the number of means in the trial
and the number of residual degrees of freedom (ni) becomes high