similar to: Importing data

Displaying 20 results from an estimated 4000 matches similar to: "Importing data"

2007 Jul 04
3
working with matrix
I am new in R and I want to solve this problem; I have a matrix X (with n-rows and p-colums) my problem is to obtain the products of the vectors of rows and print out only the maximum value and identify the row that gives the maximum value. Thanks Oyeyemi, G.M --------------------------------- Don't pick lemons. [[alternative HTML version deleted]]
2010 Jul 01
5
identifying odd or even number
Hi, I run into problem when writing a syntax, I don't know syntax that will return true or false if an integer is odd or even. Thanks OYEYEMI, Gafar Matanmi Department of Statistics University of Ilorin P.M.B 1515 Ilorin, Kwara State Nigeria Tel: +2348052278655 Tel: +2348068241885 [[alternative HTML version deleted]]
2007 May 23
1
Eigen values
Dear, My problems are; 1. Simulate a P-variate multivariate data set (N by P) 2. Draw samples of size n from N (with or without replacement) 3. Obtain eigen values of the variance-covariance matrix of each sample drawn in (2) above. 4. print out the matrix of eigen values as well as the identity of sample generating them. Thanks ---------------------------------
2008 Mar 31
1
Retrieving locations of element of a vector or matrix
Hello all, I have a problem of getting the locations of elements in a vector or matrix. I know one can use the command "which.min" or which.max" to get the location of minimum or maximum values in a vector. But is there any command to get the first k minimum values or maximum values in a vector. Thanks --------------------------------- You rock. That's why
2013 Apr 19
3
Reading CSV file
I am trying to read a csv file using the code; contol <- read.csv("RBS.csv") This is the error message I got; Error in file(file, "r") : unable to open connection In addition: Warning message: In file(file, "r") : cannot open file 'RBS.csv', reason 'No such file or directory' Where was the mistake? -- OYEYEMI, Gafar Matanmi (Ph.D) Senior
2008 May 09
1
Multivariate simulation
Dear everyone, I am having problem simulating multivariate data. Though I was able to simulate the data, but finding the variance-covariance matrix of simulated data did not give exact covariance matrix used in simulating the data. Unlike some other packages, like stata, using command "corr2data" will simulate data having the covariance matrix exactly with the specified covariance
2008 Jan 31
2
[OT] emacs / xemacs for unix without compile
Dear All, Is there a emacs/xemacs for unix without compiling it? If it is possible, I prefer something that I can use immediately after putting it on the unix server. Is it possible or am I too stupid to ask this kind of question? Thanks for your insight! -- =============================== WenSui Liu ChoicePoint Precision Marketing Phone: 678-893-9457 Email : wensui.liu at choicepoint.com Blog
2008 Jan 22
2
a Q about R in unix
Dear All, I finally have chance to have R install on our unix server. However, the system admin asked me if I prefer command-line or gui interface. I have experience with R on linux before but never use R on unix. Here are my questions that I need you guys help. 1) is there a good gui for R/unix like we do for windows and mac? 2) if the answer for 1) is yes, which one is better interms of
2010 Dec 30
1
Problem with my analysis
Dear R-users,                       I have problem or at cross-road on using discrminant analysis for my set of data. All my dependent variables are all categorical, hence the normalty assumption is no longer valid. Is it still right to use discrminant analysis or is there any non-parametric technique or approach to discriminant analysis? Thanks OYEYEMI, Gafar Matanmi Department of Statistics
2010 Dec 30
1
Discriminant analysis
Dear R-helpers                         I am having problem or reservation analyzing my data using discrminant analysis. The problem is that all my dependent variables are categorical which means that the normalty assumption is no longer valid. Can one still use discrminant analysis for such data? Is there non-parametric technique of doing discrminant analysis in R. Thanks  OYEYEMI, Gafar
2008 Feb 01
3
Phase Shift
Is there any implementation in R for finding the phase shift between two continuous signals. I would like to find the average phase shift for tow signals over two years. thanks Stephen -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do for us is puff us up and make us feel like gods. We are mammals, and have not exhausted
2008 Apr 03
1
How to ask for *fixed* number of distributions under parameterized Gaussian mixture model.
Dear R users: I am wondering how to ask for *fixed* number of distributions under parameterized Gaussian mixture model. I know that em() and some related functions can predict the parameterized Gaussian mixture model. However, there seems no parameter to decide number of distributions to be mixed (if we known the value in advance). That is, assume I know the (mixed)data is from 3 different
2008 Feb 25
2
union of two data frames
I have a thirty thousand row data frame imported from excel and a 60,000 row data frame imported from excel. they share a common subset of the same data and I would like to combine the two into one data frame merged together on the data in common. I have looked at the help file for merge and intersect and cbind and rbind etc... And I can't figure it out. Thanks in advance Stephen --
2008 Feb 08
3
Loading Data to R
This is the most basic question ever...I haven't used R in a couple years since college so I forget and haven't been able to find what I'm looking for in any of the manuals. I just need to figure out how to load a dataset into the program from excel! Thanks! CL [[alternative HTML version deleted]]
2008 Mar 02
2
Recommended Packages
Having just update to R 2.6.2 on my old Windows laptop I notice that the number of packages is growing exponentially and my usual approach of get-em-all may not be viable much longer. Has any thought been given to dividing "contributed" binaries into a recommended set, perhaps a couple of hundred, and the remained. That way one could install the recommended ones routinely and add in
2007 Nov 08
1
finite mixture model (or latent class)
Dear Listers, My post might be somewhat OT. Currently, I am trying to use flexmix to build a finite mixture model. For instance, I am getting the prior probability and coefficients for each latent class from training data. Is there a way to get the posterior probablity and prediction of a new dataset? What I am thinking is to apply the prior prob and coefficient from training set to testing data
2008 Feb 25
1
Read.xport function in package foreign
Hi All, Sorry that I didn't provide enough information. I've been trying to import SAS xport files that contain multiple files using package foreign's read.xport. I first attempted this back in 2005 and had problems. Some of files that were present in the SAS xport file weren't being created in R. I submitted my problem to the community:
2007 Dec 24
2
mgarch
Is there a package or function for multivariate garch model in R? I am having a hard time in locating one. Thanks for help in advance. -Young [[alternative HTML version deleted]]
2008 Mar 03
2
glm: offset
R 2.6.0 Windows XP A question about running a generalized linear model. I am running a glm with (1) a poisson distribution and a log link: family=poisson(link = "log") and an offset. I would like to know if I should express the offset as the log of the offset value, i.e. offset=log(NumUniqPt) or as: offset=NumUniqPt I suspect I need to use the log, bu t I can't find any
2007 Nov 14
2
Log random number
Dear R users, Simply my question is that how it is possible to generate some random numbers using rnorm( ) but in log transformed values. Thank you, Tobias --------------------------------- [[alternative HTML version deleted]]