Displaying 20 results from an estimated 4000 matches similar to: "zip package"
2006 Feb 08
2
Reference for R
Hello!
Could anyone please tell me how should I include R in a text section for
References?
Regards,
Sara Mouro
[[alternative HTML version deleted]]
2008 Nov 20
1
different ACF results
Dear all,
I have one Model (M3) fitted using the lme package, and I have
checked the correlation structure of within-group errors using
plot(ACF (M3,maxLag=10),alpha=0.05)
But now I am not sure how to interpret this plot for the empirical
autocorrelation function.
The problem is that I am used to see/interpret diagrams in which all
the autocorrelation Lags, except lag-1, are inside the
2005 Nov 02
2
margins too large
Dear all,
How can I explian and solve the error message:
"margins too large"
which appears when I do something like:
KK <- alltypes(SpatData, "K")
plot.fasp(KK)
Hope someone can please help me on this.
Regards,
Sara Mouro
[[alternative HTML version deleted]]
2006 Feb 08
3
large lines of data
Dear All,
I have to enter many lines of data in the same object.
I usually use copy-paste to transfer data from an Word file to R.
But, for large lines of data, R gets "confused" and gives an error message,
i.e. it breaks one line somewhere, and lines get no meaning at all.
Some times I solve that problem adding "enters" and making each line
shorter, before I do
2006 Mar 22
5
install local packages
Hello all,
I'm trying to install the local package under window system. Two ways I've
tried:
1. using the menu"packages" "install package(s) from local zip files...".
My .zip file is "mclust.zip". But it shows Errors which are:
"Error in gzfile(file,"r"): unable to open connection
In addition: Warning messages:
1.error -1 in
2006 Sep 30
1
autologistic model? - what package?
Dear all,
Could you pleas advise me on the following?
I need to use general(ized) linear models (binomial distribution + logit
link function) , to describe the preferred environment of each species (each
sample is an individual in which I have measured several variables and also
recorded the species it belongs to)
However, must account for the spatial autrefoocorrelation between
2006 Jul 16
1
install.packages for local zip files
O/S: Linux
R version : 2.2.1
The R server doesn't have http internet access. And the sys admins will
not install the R libraries that I requested. So I have downloaded the
packages that I want to intall and have moved them into my home
directory on the server. These are a series of *.tar.gz files. I want
to install the R libraries in my home directory, but I can't get it to
work.
2004 Dec 31
4
install.packages() for local source file
Wish to install a local source package on Un*x platform from
within R. Same thing as I can accomplish from cmdline as
$ export R_LIBS=~/R/library
$ cd /path/to/pkg
$ R CMD INSTALL -l $R_LIBS <pkgname>
So, how do you go about this anyway?
And isn't this a bug in 'install.packages'?
-------
$ R
R : Copyright 2004, The R Foundation for Statistical Computing
Version 1.9.0
2005 Oct 06
1
problem with installing a package
I do have full access to that directory. I have the
bbHist package in c:/PROGRA~1/R/rw2011/library/bbHist
directory. Then under the library directory I did
check and build. Here's what I got:
$ R CMD check bbHist
* checking for working latex ... OK
* using log directory
'c:/progra~1/r/rw2011/library/bbHist.Rcheck'
* using R version 2.1.1, 2005-06-20
* checking for file
2005 Oct 05
2
problem in installing a package
I'm using R in Windows XP. I created a package myself.
I've used R CMD check to check it. Everything seems OK
except the latex. I get the error message:
* checking bbHist-manual.tex ... ERROR
LaTeX errors when creating DVI version.
This typically indicates Rd problems.
I ignored it because I didn't want to submit it to
CRAN.
Then I tried to use R CMD INSTALL to install it. First
I
2008 Nov 15
1
how to join these two models?
Dear R users,
I have this 2 models that fit to my data:
M3varI <- update (M3, weights=varIdent(form= ~ 1|SITE))
M3AR1<-update(M3,correlation=corAR1())
The first one, updates my M3 so that I can account for the variance
structure of random erros.
The second one, updates my M3 so that I can account for the
correlation structure of random errors.
How can I put them toghether in one
2005 Jul 11
3
misc3d package
Hi,
I am trying to install the misc3d package on a Windows (XP) installation of R 2.0.1 using install.packages("misc3d") but with no success. I have used this approach with other packages OK, but for misc3d I get the following output...
trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/PACKAGES'
Content type `text/plain; charset=iso-8859-1' length 27996 bytes
2006 Jun 27
3
R on MAC OS X
>
> Dear all,
>
> I have been usig R for some time, but now I have a MAC instead of a
> PC, am I am having problems in reading files...
>
>
> I have tried:
> Data<-read.table("Users/SaraMM/PhD/Analises-LitterBags/Dados-
> Litter.txt",head=T)
>
> but it said:
> Error in file(file, "r") : unable to open connection
> In addition:
2005 Nov 11
3
no package 'Matrix' at the repositories
Yesterday, I installed R2.2.0 for Windows [Version 2.2.0 (2005-10-06
r35749)]. Unfortunately, 'install.packages("Matrix")' produced the
following message:
Warning in download.packages(pkgs, destdir = tmpd, available =
available, :
no package 'Matrix' at the repositories
I installed lme4, maps, mapproj, CircStats, scatterplot3d, gregmisc,
Hmisc without
2006 Mar 09
1
lsa and Rstem?
Dear r-helpers,
I can't get lsa to run because:
> library(lsa)
Loading required package: Rstem
Error in library(pkg, character.only = TRUE, logical = TRUE, lib.loc
= lib.loc) :
'Rstem' is not a valid package -- installed < 2.0.0?
In addition: Warning message:
cannot create HTML package index in: make.packages.html()
> install.packages('Rstem')
Warning in
2006 May 24
2
data.frame
Dear all,
Does any one knows why should I get the following error message, when trying
to do a simple data.frame??
DataF<-data.frame(Subject,BiomR,Spp,Capas,Litter,Herbs,LitterD,MaxCanH,DDifS
p,DSSp,Slope, CanDens,NearestSp)
Erro em data.frame(Subject, BiomR, Spp, Capas, Litter, Herbs, LitterD, :
arguments imply differing number of rows: 202, 0
The data I am using
2007 Oct 17
1
How to compile sources?
Dear all,
I have read the on-line explanations I have found about Building R
from sources, and istalling Packages from sources...
Also, I have installed gcc4.0 and the gfrotran-4.2.1.dmg.
However, I still do not know how to use them to compile one Source
(in particular packfor_0.0-7.tar.gz) so that I can use it in R (for
MAC OS X).
Could someone please explain it to me in an easiest way
2006 Apr 18
2
installation of package "randomForest" failed
Hello
I'd like to try out some functions in the package randomForest. Therefore,
I did install this package. However, it is not possible to load the
library, although I have R-Version 2.1.1 (i.e. later than 2.0.0). The
commands I used and the Answers/Error from R is as follows:
>
install.packages("C://Programme//R//rw2011//library//randomForest_4.5-16.zip",
2006 Jan 12
1
envelopes of simulations
Hello!
I am writing you because I could not plot the confidence envelopes for
functions Jest, Jcross, Jdot, Jmulti, and L, using the Spatstat package.
I have already understood how to do that for Kest or Jest, that is:
JEnv <- plot(envelope(PPPData, Jest))
Where PPPData is my ppp object.
However, for Jcross I must specify the two marks I want to analyse.
That is, usually I would get the
2006 Dec 13
2
install.packages
I try to type this in my R-winEdt.
but I got these. Do you know?
Aimin
>
install.packages('http://rh-mirror.linux.iastate.edu/CRAN/bin/windows/contrib/2.4/plotrix_2.1-6.zip')
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
no package
'http://rh-mirror.linux.iastate.edu/CRAN/bin/windows/contrib/2.4/plotrix_2.1-6.zip'
at the