Displaying 20 results from an estimated 600 matches similar to: "write.xls dont find the object in function"
2012 May 04
1
Problems Exporting R Output to an xls file need help
Hello R users,
I want to export to an xls or .csv some predictions I produced with the
auto.arima and forecast functions.
A detail of all my work is presented below. I loaded a package called
dataframes2xls and tried to use the function write.xls without any success.
Can anybody help me figure this out? How could I get R to export the output
to an xls file?
Any help will be greatly
2010 Sep 06
2
WriteXLS problem
Hi R users:
I don't know if you have had the following problem trying to
export to an "xls" format file in a non windows platform.
I try to use the following packages:
1. dataframes2xls (version 0.4.4) (with phyton 2.7 and 3.1)
2. WriteXLS (version 1.9.0) (with perl and testPerl working)
Even "xlsx" package that take too long and do not finish.
The data frame I try to
2009 Sep 01
5
Including a binary Python Interpreter into a binary R-package for MS Windows
2009/8/30 Uwe Ligges <ligges at statistik.tu-dortmund.de>:
[snip]
> Guido van Steen wrote:
[snip]
>> Something that interests me too: What about R's policy with respect to
>> including binary files? I saw that developers should include a file
[snip]
> Please do not include binary files and carefully watch for licenses of those
> files (e.g. if GPL'ed, you need to
2012 May 20
4
write.xls
Hello, All:
The "writeFindFn2xls" function in the "sos" package tries to
write an Excel file with 3 sheets ('PackageSum2', 'findFn', 'call').
Unfortunately, it is often unable to do this because of configuration
problems that are not easy to fix. I've found 3 contributed packages
that provide facilities to write Excel files with
2009 Sep 15
4
Reading a data frame from R to excel
Hello! I've generated multiple data frames that I wish to export to excel using the function write.table. When I do so all the data is merged into a single column in excel. I Would like the columns of my data frame in separate columns in excel as well but it doesn't work. I tried to download the package WriteXLS and installed Perl on my computer just like it was recommended. I also tried
2011 Jun 09
0
Help on survival analysis
Hi,
I need a help in a survival analysis using survreg function with weibull
distribution from survival package.
Look the data sample:
########## Start of script
dados <- structure(list(TFD = c(20L, 34L, 1L, 2L, 3L, 3L, 50L, 26L, 1L,
50L, 21L, 3L, 13L, 11L, 22L, 50L, 50L, 1L, 50L, 9L, 50L, 1L,
13L, 50L, 50L, 1L, 6L, 50L, 50L, 50L, 36L, 3L, 46L, 10L, 50L,
1L, 18L, 3L, 36L, 37L, 50L, 7L, 1L,
2011 Dec 31
1
Simple problem
Hi,
when I use the install.packages() function this make a download of
packages, try do compile/install packages and delete the downloaded
file. But if the compilation of package fail, I need to make the
download again because R delete all downloaded file. How I can make
install.packages dont delete the downloaded file automatically to be
used again in case of compilation fail?
Thanks
2010 Aug 09
1
Different colour in each bar in lattice package
Hi,
I try to plot bars with different colours in a barchart graphic. My idea
is make that all X-Levels from trat var with different colour (grey
scale). I search for a solution but dont find any.
Any help?
Thanks
dados <- structure(list(Medias = c(0.994169096209855, 0.99416342412449,
0.974683544303797, 0.954430379746835, 0.669047619047619, 0.999999998475569,
0.994163424124514,
2010 Apr 07
1
Exporting data to .xlsx file
I imported data from teradata to R data frames.Now i want to export this
data to .xlsx file ( not .xls since it doesn't support large data set).
I have tried dataframes2xls package but it needs python/perl which I don't
have on my computer.
Could any one help me resolve this issue.
Thanks
Sumit
[[alternative HTML version deleted]]
2007 Feb 23
1
some caracter dont work with JGR
Hi,
I testing JGR and I like, but my ~ caracter dont work. My keyboard is
Brazilian ABNT2.
The key is OK, only in JGR it dont work.
Anybody have any idea about this?
Thanks
Ronaldo
--
Mais variado que baldea??o em Cacequi.
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. Ecologia Evolutiva
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila
2011 Feb 11
1
Using merge
Hi,
I have two tables and I need to merge both. I use the merge command, but
in this way the name must be exactly. How I can make to compare
independently of upper or lower-case?
Look:
data1<-data.frame(journal=c("Ecology","Environmental
Entomology","Neotropical Biology And Conservation"))
2007 May 21
2
more simplified output from glht object
Hi,
I use glht to make multcomp, using Tukey, from a glm model.
It is possible to get a more simplified output of result? Somethink like
ordering by letters.
Thanks
Ronaldo
--
Human kind cannot bear very much reality.
-- T. S. Eliot, "Four Quartets: Burnt Norton"
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' :
2010 Dec 19
1
sum with times
Hi,
I have this vector:
> A <- c("00:00:36","00:02:18")
> A
[1] "00:00:36" "00:02:18"
I use as.difftime to convert this to time vector based
> B <- as.difftime(A)
> B
Time differences in secs
[1] 36 138
attr(,"tzone")
[1] ""
Now i try to make a sum
> sum(B)
Time difference of 174 secs
The sum is ok, but
2008 Sep 22
1
change the panel name in xyplot
Hi,
I try to change the panel name in a xyplot without success.
Look this example from xyplot manual:
xyplot(Murder ~ Population | state.region,data=states)
The panel title are:
Northeast, South, North Central, West, that are factor from state.region.
I need do change some names and, for example, put some of these in italic. I
dont find how change this.
I looking for this in Deepayan
2007 Oct 13
1
Make playwith a default graphic device
Hi,
I looking for a graphic device on Linux with more functionalities than the X11
(). I find the plotAndPlayGTK package and the playwith function. It is a good
device. It is possible to make it default in my system.
Now I need:
> library(plotAndPlayGTK )
Loading required package: RGtk2
Loading required package: cairoDevice
>
> playwith(plot(1,1))
Error in plot.new() : figure margins
2008 Aug 01
2
How to get the p-value from lmer on a longitudinal analysis
Hi,
I have a modelo like this:
Yvar <- c(0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 1, 1, 2, 3, 6, 6, 3, 3, 4)
TIME <- 4:22
ID <- rep("PlotA",19)
m <- lmer(Yvar~TIME+(TIME|ID),family=poisson)
anova(m)
summary(m)
How to get the p-value for this case?
Thanks
Ronaldo
--
Just because you're paranoid doesn't mean they AREN'T after you.
--
> Prof. Ronaldo Reis J?nior
|
2012 May 30
1
Automatically install package dependencies
Hi,
I have a R Package. It is working, but I can't that it install the
dependencies automatically. When I try to install I receive this message:
> install.packages("./RT4Bio_1.0.tar.gz",dependencies=TRUE)
Installing package(s) into '/usr/local/lib/R/site-library'
(as 'lib' is unspecified)
inferring 'repos = NULL' from the file name
ERROR: dependency
2007 Aug 24
3
It is possible to use a Shell command inside a R script?
Hi,
It is possible to use a shell command inside a R script?
I'm write a R script and I like to put somes shell commands inside to R.
Somethink like: convert fig01.png fig01.xpm or sed ..., etc.
It is possible? How?
Thanks
Ronaldo
--
Acalme-se, s??o somente 0's e 1's
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia
| : :' :
2010 Nov 17
1
Color on trellis device
Hi,
I try to make a xyplot withou colors. I try:
pdf(file="test.pdf")
trellis.device(color=F)
Depth <- equal.count(quakes$depth, number=8, overlap=.1)
xyplot(lat ~ long | Depth, data = quakes)
dev.off()
the graphic is showed without colors in a X device but it dont work
saving directly on pdf device.
How I made to put color off in trellis device?
Thanks
Ronaldo
--
2ยช lei - Na
2008 Aug 05
1
Add arrows to a filled.contour margin
Hi,
I try to put an arrow to a filled.contour plot. I make this:
filled.contour(volcano, color = terrain.colors,key.axes=F)
arrows(0.95,0,0.95,1,lwd=2)
This work, but the problem is that I find the coordinates at random try, for
other graphic with other scale is other fight with coordinates. Anybody know
a more easy or more generalized way to make this? Somethink like this