similar to: loading data

Displaying 20 results from an estimated 50000 matches similar to: "loading data"

2001 Oct 31
2
seg fault with mclust
Howdy, I'm experiencing a segmentation fault when trying to load mclust.so from mclust-1.1-4. I'm using R-1.3.1 on RedHat 6.2, and `gcc --version` reports "egcs-2.91.66". Any ideas? -Andy Package install: > install.packages("mclust") [stuff omitted] Installing source package `mclust'
2001 Oct 29
2
Large data sets in R
As a new user of R, I'm wondering what the maximum matrix size is in R? I have a large data set consisting of 9000 people and want to be able to create large matrices involving these. Is R suitable for large data sets? Thanks Laura -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2002 Jul 18
2
R sample session
Hi: I'm trying to do the sample session listed in Appendix A of the "Introduction to R" manual from: http://cran.R-project.org/manuals.html I've already downloaded R-1.5.1.tgz from: http://cran.r-project.org/ The problem is I can't find the file "morley.tab" which I need to start the sample session (as stated in the manual). Do you know where I can find it?
2000 Jan 30
1
character vectors not wrapping
A character vector with a single component consisting of a long string gets truncated with $ on the right side of the R console window. The preceding sentence, for example, assigned to 'test' by cut and paste, renders like this (window maximized, 17" monitor, 800x600, if this matters): [1] "A character vector with a single component consisting of a long string gets truncated
2013 Sep 05
1
Windows 7 samba 4 domain join problem
I stood up a samba 4 (4.0.9) Active Directory domain controller on a Red Hat Enterprise Linux 6.3 server, configured in accordance with the Samba AD DC HOWTO <https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO> , and tailored to the domain name I want. I'm trying to join a Windows 7 Enterprise Edition client to the domain. Windows responds with "Your computer could not be joined
2002 Dec 20
1
read.ssd {foreign} (Reading a permanent SAS dataset into an R data frame)
I just downloaded and installed R 1.6.1 on my Windows machine where I also run SAS. I want to use the 'read.ssd' function so that I can convert a permanent SAS data set into an R data frame. I downloaded and installed the package 'foreign' on my machine, which includes the 'read.ssd' function. I read the instructions, and followed the example closely in the R
2001 Nov 28
3
Can I see japanese in R run with Emacs(ESS) ?
Hello. Could someone help me? I can see Japanese language in R when I use RGui. I can use Japanese language in Emacs using Mule option. Now, Can I see Japanese language in R which is run with Emacs(ESS) ? I am using windows 98 second edition. Could someone help me ? Sincerely ----------------------- Hiroto Miyoshi ???? h_m_ at po.harenet.ne.jp
2008 Jan 23
2
Shift count warning messages
Thanks Jim for looking into that, I was really starting to wonder what was going on. Let me know if you find a way to tell the compiler to stop complaining. Jean-Marc Jim Crichton a ?crit : > I looked back at my old C55 EC build, and I had the same warning in > mdf.c which Mike found. The assembly code did have a valid shift, and > this build did cancel echo. > > When I built
2002 Aug 29
3
How would you do a logistic analysis
On two lists of data (in a matrix perhaps?) And may i also know where I can find the complete documentation of how to use all the functions in R? Thank you for your help! _________________________________________________________________ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2008 Jan 26
1
Shift count warning messages
Hi Jim, Thanks a lot for investigating. It definitely makes sense now. I'll fix the problem now. Is there any other place where you see that same (or similar) problem? Jean-Marc Jim Crichton a ?crit : > Jean-Marc, > > I dug into this further, and found that the warning occurred when PSHR32 > had a shift greater than 15. > > in fixed_generic.h, PSHR32 is defined as: >
2002 Apr 16
2
multiple plot devices
Hello, sorry but i found no way or help to work with multiple graph devices (Rdocs,SearchIndex). When is use the function only the graphic device of the last variable is open. How is it possible to let the several plot-device open or save this in a file with different names ? (win 2000 - R1.4.1) thanks for advance & regards,Christian normal <- function(x) { par(mfrow=c(2,2))
2002 Dec 03
3
terribly naive question
Dear R-Representative: I am very new to R and I have to admit that I am not the cleverest of users. So, please bear with me. I have installed R on my Mac OS 8.6. I am interested in eventually using the packages -- many useful ones have been downloaded with the basic R software. I have looked through some of the manuals, however, I have not yet found how to access the commands in these packages.
2002 Mar 25
2
How do you organize the objects you produced?
Hello! It would be nice to hear how you organize the R-objects you produced. I found almost nothing about that neither in the R-manuals nor in two books about S. For example I am trying to find out, how to load the functions that I have written and that are now saved in a .txt-file in a Windows directory. Is copying and pasting it to the RGui console really the only feasible way to do that?
2008 Jan 22
2
Shift count warning messages
Jim Crichton a ?crit : > I played briefly with the echo canceller on the C5509A back in May > 2006. I got the same compiler warnings, and sent a message to the > list which included this: > > "I got several compiler warnings for "shift out of range" in mdf.c, > which I fixed by adding EXTEND32 to all of the SHL32s with 16 bit > operands (st->frame_size in 6
2001 Mar 01
2
Individual rename of list items
I am confused by the logic of renaming: # Rename individual list items? Empl<-list(employee="Anna",spouse="Fred") names(Empl)<-c("empl","spo") names(Empl) #[1] "empl" "spo" # worked like a charm... but names(Empl[1])<-"newempl" # no error message, yet .... names(Empl) #[1] "empl" "spo" #
2002 Oct 02
2
.C() and C++ name mangling
Howdy, I'm working with some external code written in C++, which I would like to call via dyn.load() and .C() from R. The function prototype looks like: gaRemin(int *, float *, float *, int *, float *, float *, float *, float *, float *) but to call this function from R using .C() I have had to use the mangled version of this
2002 Oct 10
2
Environment variables under Windows
Greetings, I have a question pertaining to the concept of "environment variables" that is mentioned in the R documentation for "Startup" and also in the discussion of the Windows configuration of R in the recent book "An Introduction to R" authored by Venables, Smith, and the R Development Core Team (referred to as VS in this message). The Startup documentation and
1999 Jun 30
1
qr and Moore-Penrose
> Date: Wed, 30 Jun 1999 11:12:24 +0200 (MET DST) > From: Torsten Hothorn <hothorn at amadeus.statistik.uni-dortmund.de> > > yesterday I had a little shock using qr (or lm). having a matrix > > X <- cbind(1,diag(3)) > y <- 1:3 > > the qr.coef returns one NA (because X is singular). So I computed the > Moore-Penrose inverse of X (just from the
2001 Jul 09
1
problem loading saved image
I had an open session working in R and I regularly save the image with save.image(). However, after a period of inactivity of a few days. I quit the session. Now, when I try to restart R and load the same image I get the following result: > load("y:/grm/sdata/.rdata1") Error in load("y:/grm/sdata/.rdata1") : an xdr real data read error occured Can someone explain the cause
2002 Aug 04
5
Pseudo R^2 for logit - really naive question
I am using GLM to calculate logit models based on cross-sectional data. I am now down to the hard work of making the results intelligible to very average readers. Is there any way to calculate a psuedo analoque to the R^2 in standard linear regression for use as a purely descriptive statistic of goodness of fit? Most of the readers of my report will be vaguely familiar and more comfortable with