similar to: reading Excel file

Displaying 20 results from an estimated 1000 matches similar to: "reading Excel file"

2004 Jul 01
2
RMySQL
Hi!! I want some help to install the RMySQL package. I've tried to configure some things but i'm still getting erros. Anybody could help me?? Thank's Talita Perciano Costa Leite Graduanda em Ci??ncia da Computa????o Universidade Federal de Alagoas - UFAL Departamento de Tecnologia da Informa????o - TCI Constru????o de Conhecimento por Agrupamento de Dados - CoCADa
2008 Nov 18
1
Statistical querry on Partial correlation test
Hi R users, I want to calculate the partial correlation (first or second order) and their corresponding significance test (p-value). I used > library(corpcor) and "cor2pcor" function to calculate partial correlation but could not calculate "p-value". If some one knows the R package or function to calculate corresponding "p-value", It will be great help. Thanks  
2005 Dec 05
2
Conflict RGtk tcltk
Hi everybody, I'm making an application using the package tcltk. Everything goes fine until I load the package RGtk. The interface doesn't work anymore. Is there any conflict between these packages? I thought about unloading the package RGtk but I don't know how to do that. Thanks, -- Talita Perciano Costa Leite Graduanda em Ci??ncia da Computa????o Universidade Federal de Alagoas
2005 Jan 10
4
Data Set
Hi everybody, I'm studying descriptive statistics using R and I have to make an important work about that. I need some help to choose a good data set to apply those statistics. Does anybody know a good data set I could work with? Thanx, Talita Perciano Costa Leite Graduanda em Ci?ncia da Computa??o Universidade Federal de Alagoas - UFAL Departamento de Tecnologia da Informa??o - TCI
2005 Jan 07
2
Asymmetry and kurtosis coefficients
Hello everybody, I'm studying descriptive statistics with R and I want to know how to calculate the asymmetry and kurtosis coefficients of a sample using R. I'll appreciate some help. Thanx, Talita Perciano Costa Leite Graduanda em Ci?ncia da Computa??o Universidade Federal de Alagoas - UFAL Departamento de Tecnologia da Informa??o - TCI Constru??o de Conhecimento por Agrupamento de
2005 Feb 22
1
Loading C functions into R
Hi everybody, I have the source of a C program that includes some archives .c and some libraries .h. I'm developing a program using R and I want it to load the C program I told before. How can I do that? I was looking for some function in R to do that and I found the .C() but I can't understand how it works. Somebody could help me? Thanx, Talita Perciano Costa Leite Graduanda em
2005 Jun 27
2
Numerical accuracy
Hi people, I need to prove the good quality of numerical accuracy of R. Anyone knows a paper or anything else comparing R to other statistical softwares in terms of numerical accuracy. I've made a long search about that but I found nothing. Please help me!! Thanx, Talita Leite ------------------------------------------------- Este e-mail foi enviado pelo Webmail da UFAL IMP:
2009 Jun 25
3
what happened to the xlsReadWrite package
A naive question: what happened to the xlsReadWrite package? http://cran.r-project.org/web/packages/xlsReadWrite/ It says that it was removed from the CRAN repository. Are there any plans for it be available again? Thanks, Andrew [[alternative HTML version deleted]]
2008 Oct 27
3
Problem in installation of "Rgraphviz" package
Dear R users,   I am not so used to this R software. I have to use the package " Rgraphviz" but found some problem in the installation process. I download this package and store in R library but i am not getting this package in R installation list. I made review in google search net and use the following command:   ### source("http://bioconductor.org/biocLite.R")
2008 Dec 06
2
Barplot label
Dear all, I am trying to make barplot from matrix with "beside=FALSE". I have 165 labels in my bar plot. When i plot the label horizontally below the barplot, then all labels are not appear in the plot due to lack of space. I used the following function: barplot(t(bar), main="Barplot based on LCMS", ylab="RF membership Probability",   
2004 Jun 01
3
Parametric Curves
Hi everybody! I'm trying to plot a parametric curve (three dimensions) using R but I didn't obtain good results. Somebody have already done something like that? Please help me! Talita Perciano Costa Leite Graduanda em Ci??ncia da Computa????o Universidade Federal de Alagoas - UFAL Departamento de Tecnologia da Informa????o - TCI Constru????o de Conhecimento por Agrupamento de Dados -
2009 Nov 27
2
matching and extracting data
Dear all, I have querry on how to extract the data by matching between two data set where one has the same elements multiple times?   For example, I have two matrix X and Y. > X    [,1]    [,2]       [,3] 1  A     5          P 2  B      6         P 3  C     7         P 4  D     5         Q 5  E      6         Q 6  F      7         Q 7  G     5          R 8  H     6          R 9  I       7
2009 Nov 25
4
Importing many files from a single code
Dear R users,   Does somebody know the way to import many files by a single command in R ? I have 50 files in a directory and now, i am importing the files repeatedly (one by one). If there is a way to import all files at a time, it makes much more easy and save times too. Thanks in advance.     Sincerely, Ram Kumar Basent Wageningen University, the Netherlands   [[alternative HTML
2006 Nov 22
4
data in form of a date
Dear all, I often use dates and times in analyses. I just can't figure out how to format my date or time column in R. So, apparently R sees the date as something other than date (character). Let's say I am opening a CSV file, one of the columns of which is a date or time. How do I specify that when opening the file? Thanks for the help, Jim --
2010 Dec 05
3
merging two vectors
Dear R users,   It may be very simple but it is being difficult for me. I have two vectors with some common string. And, i want to combine into a vector in such a way that it includes string from both vectors and make a unique.   For example:   x <- paste(rep("A",5),1:5,sep = ".") x [1] "A.1" "A.2" "A.3" "A.4" "A.5" y <-
2004 Jun 22
1
Numerical methods of integration
Hi! I want to know if there is a function in R that makes integration using numerical methods. Thank's for helping! Talita Perciano Costa Leite Graduanda em Ci??ncia da Computa????o Universidade Federal de Alagoas - UFAL Departamento de Tecnologia da Informa????o - TCI Constru????o de Conhecimento por Agrupamento de Dados - CoCADa
2009 Aug 11
3
How to Import Excel file into R 2.9.0 version
Hi Every one, I have a problem with Reading Excel file into R 2.9.0 version. In older versions it is working with "xlsReadWrite" package. But in 2.9.0 version there is no package like that. so help me out in this aspect. Thanks in Advance. -- View this message in context: http://www.nabble.com/How-to-Import-Excel-file-into-R-2.9.0-version-tp24914638p24914638.html Sent from the R help
2010 Feb 11
3
Failed install of package xlsReadWrite
Does anyone have a work-around for a failed installation of this package? > library(xlsReadWrite) xlsReadWrite version (cran shlib) Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland. !! Your installation contains the cran placeholder shlib (dll/so). Please get the regular shlib (420 KB) by executing the following command: xls.getshlib() However, the xls.getshlib() command fails
2010 Jul 07
1
xls.getshlib() error in xlsReadWrite package under W7
Dear all, I installed xlsReadWrite package under Windows 7, and got error when trying to run xls.getshlib(). Please, see the errors below: > require(xlsReadWrite) Loading required package: xlsReadWrite xlsReadWrite version (cran shlib) Copyright (C) 2010 Hans-Peter Suter, Treetron, Switzerland. !! Your installation contains the cran placeholder shlib (dll/so). Please get the regular shlib
2008 Sep 02
1
how to increase row number
Hi   I think this may be simple task but creating trouble to me. In my calculation, i have got large number of rows (5546) and column 182 but i am not able to see all the rows. May be somebody have idea how i can see all the rows ? I will be greatful if any body help me. Thanks in advance   Sincerely, Ram Kumar Basnet Graduate student Wageningen University Netherlands   [[alternative