Skip to content

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.

22 results for “from:Marcos Sanches”

RConsole
Marcos Sanches · Feb 9, 2004 · r-help

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

Pie Chart
Marcos_Sanches@gallup.com · Aug 16, 2001 · r-help

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...

Structural Equation Model
Marcos Sanches · Feb 26, 2004 · r-help

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...

SELECT IF(cidade = MERGEFIELD
Marcos Sanches · Feb 18, 2002 · r-help

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...

Dominance Analysis
Marcos_Sanches@gallup.com · Aug 17, 2001 · r-help

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...

String variables in GLM
Marcos_Sanches@gallup.com · Sep 11, 2001 · r-help

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...

RES: [R] Duncan's Multiple Range test
Marcos Sanches · Feb 9, 2004 · r-help

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...

Printting 'for' and 'while' indices
Marcos Sanches · Feb 9, 2004 · r-help

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...

AGREP
Marcos Sanches · Feb 11, 2004 · r-help

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...

AGREP
Marcos Sanches · Feb 11, 2004 · r-help

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...

Factorial design in blocks
Marcos Sanches · Mar 15, 2002 · r-help

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...

Surface Graphic
Marcos Sanches · May 2, 2002 · r-help

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...

Circular graphics
Marcos Sanches · Apr 29, 2002 · r-help

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...

Spectral decomposition
Marcos Sanches · Mar 11, 2002 · r-help

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...

Generalized linear model
Marcos Sanches · Nov 17, 2003 · r-help

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...

Factor analysis
Marcos Sanches · Jun 7, 2002 · r-help

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...

String variables in GLM
Marcos_Sanches@gallup.com · Sep 11, 2001 · r-help

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...

Factor analysis
Marcos Sanches · Jun 7, 2002 · r-help

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...

Generalized linear model
Marcos Sanches · Nov 17, 2003 · r-help

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...

RES: [R] AGREP
Marcos Sanches · Feb 12, 2004 · r-help

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 .