search for: rg117

Displaying 14 results from an estimated 14 matches for "rg117".

2002 Apr 16
6
Classification Analysis
Hi everyone, Could somebody explain to me what is the package/function for classification analysis. I am performing analysis of music files in the form of MIDI files. I end up with about 750 dependent variables from the analysis, I also have a number of independent/grouping variables that I set manually. What I would like is to be able to predict which group a particular MIDI files belongs to
2002 Oct 14
3
normalizing data sets
Hi, Can someone tell me how to normalize a data set so that the mean of the set is 0 and the variance is 1. As I understand, when you calculate the principle components of a data set through correlation as < princomp( dataset, cor=T ) > then a similar calculation is performed. I would like to know how I can perform such a calulation directly. Any help would be greatly appreciated. Many
2002 Oct 17
1
panel vs subpanel in cloud from lattice library
Hi, Could somebody explain to be the different between the panel and the subpanel parameter in the cloud function of the lattice library. I'm not sure when to use which. Thanks Rishabh -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2003 May 27
3
0 margin for creating eps files
Dear all, I am trying to create eps files of R plots (in Linux) so that I can import them into Word (obviously in MS Windows). What I would like is for the files to be cropped so that there is no margin around the actual plot, because I have no way of editing the files after they have been created. I have tried using par(mai=c(.75,.75,0,0)) in order to reduce the margin; it works fine when I
2002 Jul 03
2
grouping in scatterplot3d
Hi all, I've been using the scatterplot3d function (from the scatterplot3d library) to create 3D plots. I was wondering whether there is anyway to group the points according to a particular group variable. For example I used the plot function as plot( factor( <GROUPINGVAR> ) , <PLOTVARS> ) to organise the results in a according to the grouping variable. I was wondering
2002 Aug 12
1
question about cloud() in lattice package
Hi all, I have been previously been using scatterplot3d package to create some graphs but unfortunately it does not allow me to rotate the plot on all three axis. The cloud() function in the lattice package does allow me to do so. When I was using scatterplot3d I was using a script (Shown Below) to calculate the mean, quartiles and range limits for all three axis and I was representing that on the
2002 Mar 17
1
Discriminant Analysis Using Anova in R
Hi All, I am currently trying to use R to perform some statistical discriminant analysis on a data set using ANOVA. I'm new to anova and R as well. As I understand it, ANOVA can be used to perform discriminant analysis by measuring the value of the f-test when given a data set with a grouping variable and the dependent variable. What I would like to do in R is perform ANOVA and extract the
2002 May 30
1
ignoring some constants
Hi all, I'm trying to use the lda function from the MASS library to perform a discrimant analysis. The problem is that some of the variables within the data set are constant with relative to grouping variables and the function gives an error. So when I use the function as: > lda(d[11:14], d$set) where d is the data object, [11:21] is the range of the variables to be analysed,
2002 Oct 22
1
extracting variables with patttern templates
Hi all, I was wondering, does R have a facility to extract datasets based on a string template. I know that you can do something like: X["a"] # extract from 'X' the dataset named 'a'. What I would like is something which says, from 'X' extract all the datasets that have an 'a': X[pat = "a"] I know that the 'pat' option can
2002 Mar 21
1
A Few Questions
Hi All R Users, I have a few questions, I'm sure that for most you they will be simple. 1. I am trying to write an object to a file. The dimensions of the object have name (by using dimnames(x) = ....). The problem is when I save that data to a file, the dimension name are not written, just the value. This is not very usefull since I am sorting the object first and if the dimension
2003 Apr 10
3
multiple numerical variables in aov
Hi all, I have a question regarding the anova function aov(). I want to perform an anova calculation using one grouping variable but more than one numerical variables: So instead of: aov(v ~ g) I want something like aov(v1 + v2 + v3 ~ g) Essentially I want to find out whether the variables v1, v2, v3, etc can collectively discriminate between different values of variable g. Could
2002 Jul 09
4
changing angle in scatterplot3d
Hi all, I was wondering whether it is possible to change the angle of all axis in a scatterplot3d graph. I know that there is one parameter <angle> but I was wondering whether it is possible to control the angle of all different axis individually (eg by using <anglex><angley><anglez>). In addition I was wondering whether there is a way to change the angle of a plot
2003 Mar 14
2
boxplots with multiple numerical variables
Hi all, I have a question regarding the boxplot function. The data I am working on has 1 grouping variable (G) and it has many numerical variables (V1, V2, V3, V4, Vx, etc). What I would like to do is create a boxplot where the Y-axis represents the numerical values of variable V1...Vx (all the variables have the same range). The X-axis needs to represent the G-V combination. So suppose the
2002 Jul 03
2
lda from MASS function
Hi all, I am using the lda function from the MASS library to measure the discriminance of different variables with respect to different grouping variables by using lda( RESULTVARS[, 1:750] , GROUPVAR , tol=0 ) where RESULTVARS contains some 750 different variables. Occasionally there is a variable within RESULTVARS that has the same values for all values of GROUPVAR, ie no variance so