Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
I changed my R console configurations, for example, the letters are white, the background is black, etc,... Then I saved this new configuration. What should I do if I want to have this new configuration everytime I open R? TIA
I've just started using R and I would like to know how to do a pie chart; The "pie" comand does not exist in the R I am using, why? Thanks, Marcos -------------- next part -------------- An HTML attachment was scrubbed...
Hello all! I want to estimate parameters in a MIMIC model. I have one latent variable (ksi), four reflexive indicators (y1, y2, y3 and y4) and four formative indicators (x1, x2, x3, x4). Is there a way to do it...
EXECUTE . SAVE TRANSLATE OUTFILE='H:\Marcos Sanches\Bandepe\Gallup2\amostra MERGEFIELD nome ?nome.xls' /TYPE=XLS /MAP /REPLA /drop faixa regiao cidade /FIELDNAMES. GET FILE='H:\Marcos Sanches\Bandepe\Gallup2\BD para dividir2.sav'. EXECUTE . -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...
Does anyone know if there is some routine in R to perform "Dominance Analysis"? It is an alternative way to derive relative importance scores for explanatory variables in regression models. I guess this aproach was first sugested by Budescu in...
Hello! I have a dataset with variables in string format (ages class and sex) which I want to recode as numerical variables. How can I accomplish this? Is there any way to do that automatically? Could someone help me? Thanks...
Hi all! I wrote a very basic program in R, which has some loops ('for' and 'while'). Is there a way to print the 'for' (or while) indice while the program is running so that I am able to estimate...
Sorry, I forgot to correct the message subject, so I am resending my doubt it below: Hi all! I wrote a very basic program in R, which has some loops ('for' and 'while'). Is there a way to print the...
Hi all, I have two questions 1 - I have the version 1.4.1 of R, and it doesn't have the 'agrep' function in the base library. Is there a way to make this funcion avaliable in R 1...
Hi listers If you don't know what is the Edit Distance beetwen two strings, I will try to explain, in fact it is very simple to understund but not to calculate througth a program. It is simplilly the minimum...
Hi list, I need to perform a factorial study 5*3^2. There are 45 possible combinations at all, but I can't use all this factor level combination at once. So I am intending to perform this study using...
Hello list! I have a problem with the function 'persp'. I have a data set with the variables X -> The X coordenate of the insect Y -> The Y coordenate of the insect deep-> how deep the insect buried into the...
Hello list! I have a dataset with circular data, the angles are in radians. I trying to plot the cases with circ.plot but it is not working. I am using the following command: circ.plot(data1$radian, stack=TRUE...
Hello all, I have the square symetric matrix A: 2 1 1 1 2 1 1 1 2 My first question is what is the easiest way to enter this matriz in R? Second, matrix A has an eigenvalue with...
Hi all! I am fitting a Poisson model, using the following command: > fit2<-glm(canc~id1+year1+time+lnpa,family=poisson) where 'id1', 'year1' and 'time' are factors. I defined them with: > id1<-C(factor(id1), treatment) and 'lnpa' is...
Hello R users, I need to perform factor analysis and I am using the 'mva' package for this. Is there any other package which has a function for factor analysis that can use other method of estimation besides maximum-likelihood...
Many thanks Thomas!!! The "factor" solved the problem!!! Marcos #-----Original Message----- #From: Thomas Lumley [mailto:tlumley at u.washington.edu] #Sent: Tuesday, September 11, 2001 12:29 PM #To: Marcos_Sanches at gallup.com #Cc: r-help at stat.math...
I would like to compare the performance of Principal component method and principal axis method with maximum-likelihood because my data is not multivariate Normal. Besides, how can I have the communalities with 'factanal' function? I didn't find it...
Ok, it worked!!! But what would be the command if I want to eliminate another point? I mean, two points at the same time. Thanks, Marcos -----Original Message----- From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk] Sent...
Hi Henrik, Your function is really faster, but I tested it to solve my problem. And I found it is too time consuming yet for me. This happens because I need to compare strings from two very large vectors. Bellow...
Can't find what you're looking for? Try searching with Google .