similar to: plot with more than 2 variables

Displaying 20 results from an estimated 2000 matches similar to: "plot with more than 2 variables"

2005 May 19
3
Drawing a circle
Hi. I need to draw a circle whit center (a,b) and radio r. So I use the R code below a<-1.975 # valore x del centro b<-1.215 # valores y del centro r<-1.46 # radio x1<-seq(a-r,a+r,by=0.01); #los valores de x yp<-sqrt(r^2-(x1-a)^2)+b; # los valores y a partir de la ra??z positiva yn<-(-1)*sqrt(r^2-(x1-a)^2)+b; # los valores y a partir de la ra??z negativa x<-c(x1,x1);
2002 Apr 11
14
Ordinal categorical data with GLM
Hello All: I am trying to replicate the results of an example found in Alan Agresti's "Categorical Data Analysis" on pages 267-269. The example is one of a 2 x 2 cross-classification table of ordinal counts: job satisfaction and income. I am able to get Agresti's results for the independence model (G^2 = 12.03 with df = 9) assuming as he does that the data is nominal, but
2000 May 09
1
Work with sgeostat library!
Hello, everybody: I will like to know if anybody else is working with the sgeostat library and where can I find some other fuctions to fit more variogram models (like a kernel one). Thank you very much for you help Kenneth Cabrera Universidad Nacional de Colombia Sede Medellin -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Feb 21
3
incompatibilities between 0.90 and 0.99?
Maybe this is dumb, but I seem to be having problems reading a file saved in R v. 0.99 into R 0.90.1 (in a different machine). I did >save(test1, file="test1.RData") then I tried to read that data file in R 0.90.1: >load("test1.RData") Error in load("test1.RData") : restore file corrupted -- no data loaded More info: - both machines are running Linux;
2002 Sep 23
2
R crash with internet2.dll
Hi, I'm using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R and I would like to apply: > update.packages() trying URL
2001 Aug 31
2
accessing virtual memory
Hello R users, I am doing some work with a large data set but am running out of memory. I understand that R dynamically loads memory as it needs it, but for some reason it cannot seem to find my virtual memory. It's limit is about 256M (my hard memory) regardless of the amount of virtual memory. I'm running R 1.30 on Windows NT. Am I missing an easy fix here? Many thanks in advance,
2005 Apr 21
9
Using R to illustrate the Central Limit Theorem
Dear All I am totally new to R and I would like to know whether R is able and appropriate to illustrate to my students the Central Limit Theorem, using for instance 100 independent variables with uniform distribution and showing that their sum is a variable with an approximated normal distribution. Thanks in advance, Paul
2001 Mar 05
1
binary versions of packages for Windows
Several of you have asked about `missing' binary versions of packages for Windows on CRAN, although there was an explanation in the ReadMe. Two things have changed: 1) Workload. When I first started this, there were about 20 packages. There are now over 100 (including those in bundles). Further, I rebuilt all the packages for R-1.2.0 in December 2000, but since then more than half
2000 Aug 10
2
help with matrix creation
hi R-help! I would like to know a simple and easy way (if posible) to do the following data manipulation. I have a matrix of experimental data (with replicae in time) >experiment<-data.frame(times=c(0,0,10,10,20,20,30,30),expval=c(1,1,2,2,3,3,4,4)) > experiment times expval 1 0 1 2 0 1 3 10 2 4 10 2 5 20 3 6 20 3 7 30 4 8
2002 Jul 26
4
chi square test is not appropriate? but what test is
Hallo all Suppose I have a summary amount of various colours used in different areas colour plastic paint black 15.5 173.8 brown 6.0 523.2 green 2.5 6.4 red 77.1 237.4 yellow 144.6 77.3 It seems that there are some preferable colours in these two areas (yellow in plastic, brown an red in paint). The problem seems to me similar to chi square test but it is intended for testing counts or
2003 Sep 09
2
logistic regression for a data set with perfect separation
Dear R experts I have the follwoing data V1 V2 1 -5.8000000 0 2 -4.8000000 0 3 -2.8666667 0 4 -0.8666667 0 5 -0.7333333 0 6 -1.6666667 0 7 -0.1333333 1 8 1.2000000 1 9 1.3333333 1 and I want to know, whether V1 can predict V2: of course it can, since there is a perfect separation between cases 1..6 and 7..9 How can I test, whether this conclusion (being able to assign an
2001 Oct 22
3
Two questions
Greetings, I have two questions that I could not answer from the documentation. A - ecdf and confidence intervals : Is there a (simple) way to generate confidence intervals (95%) for a ecdf? B - cross-validation of rpart trees : a colleague is using S to generate decision tree and mentioned to me the use of cross-validation. Is this function enabled in R ? if so, how should one proceed to
2002 Aug 12
5
programming in R
I have a probably basic problem concerning the R language. I will write some small R programs but don't really know how to start. Do I have to create my files in some editor like emacs or can I write my code in the R prompt? How to compile the code? I haven't found any good manual parts about this subject. regards A.P
2005 May 13
1
clustering
Hi Every body, In order to deal with nonstationary problem in time series, may be firstly clustering algorithms are used to partition time series .Then another algorithm is used to predict future value based on segmented data in the second phase. Using clustering algorithms , the "time structure and arrangement" of time series is confused. We have some partitions including data
2000 Dec 14
1
Sort in descending order
Hi R users: I want to know how can I easily sort in descending order a whole data frame by one or several variables. Thank you very much for your help. Kenneth Cabrera krcabrer at perseus.unalmed.edu.co krcabrer at epm.net.co Universidad Nacional de Colombia, Sede Medell?n -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Dec 20
1
Partial table.
Hi R users: Thank you very much for you help, you are very kind. I am again asking for your help to make a function that returns the numbers of elements of each category given in another vector. I mean, I have a vector "x" with several elements (most of them more that once) and other vector "y" with the elements that I want to count in the first vector (is not a exhaustive
2007 Oct 11
1
PS graphs in R 2.6.0
Dear R-users: I have been working in R for few years and never I'd been the problems like this. I'm running the last R version and when I try to save a graph in PS format I have the next error Error: Invalid font type In addition: Warning messages: 1: font family not found in PostScript font database 2: font family not found in PostScript font database I thinks it's curious
2007 Oct 11
2
Identifying and characterizing strings of NA in a vector
Dear R users, I was wondering if someone could suggest a few lines of code for my problem. I want to count the number and the length of strings of NA in a vector. For example: vec <- c(1, 2, 1, NA, NA, 1, 2, NA, NA, NA, 3, 4, NA, NA) has 2 strings of NA's of length 2 and 1 string of NA' of length 3. I can easily count the number of NA's per vector, but I am having a hard time
2005 Jul 13
0
Memory question
One way I do this is to use Luke Tierney's "active bindings". I make an active binding of a name to a function which either loads or saves the object. Then the name behaves like the R object it's replacing. This works nicely as long as I don't need lots of random accesses to the matrix. I'd be happy to send the functions I use to do this. Reid Huntsinger -----Original
2002 Sep 29
2
Problem on minima