Subjects
Home
Reasons to Use R
Block comments in R?
R in Industry
Wikibooks
Conservative "ANOVA tables " in lmer
read spss (package foreign) and SPSS 15 0 files
importing excel file
Ryacas not working properly
Making a case for using R in Academia
eval(parse(text vs get when accessing a function
New project: littler for GNU R
Reading fixed column format
sas get problem
screen resolution effects on graphics
do call( "+ ", )
axis command and excel time format
Making TIFF images with rtiff
Test internet presence
how to get "lsmeans "?
Off topic:Spam on R help increase?
kate editor for R
Install RMySQL with R 2 4 0
Barplot
Rserve and R to R communication
Re: R package development in windows BayesianFilter detected
Statitics Textbook any recommendation?
to draw a smooth arc
regular expression
Hardware for a new Workstation for best performance using R
Bad optimization solution
Suggestions for statistical computing course
Evaluation of defaults in functions
help comparing two median with R
zero random effect sizes with binomial lmer
lattice and several groups
subsetting, aggregating and zoo
Matrix multiplication using apply() or lappy() ?
R package development in windows
Lining up x y datasets based on values of x
Debugging R 's code: boxplot stats
A function for raising a matrix to a power?
subset
Replacement in an expression can 't use parse()
[R] Timings of function execution in R [was Re: R in Industry]
acos(0 5) == pi/3 FALSE
Help with interfacing C & R
R and clinical studies
read fwf and header
setting new working directories
random uniform sample of points on an ellipsoid (e g WG
Weighted least squares
Loop with string variable AND customizable "summary " output
rename cols
Regarding Vista
Multiple Conditional Tranformations
multinomial logistic regression with equality constraints?
A coding question involving variable assignments in ifelse()
help went away from top emacs window : (
Large matrix into a vector
scripts with littler
Links
Home
Official R Project Site
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
rhelp
Page 405 of 675 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10   Next 100  

langugae settings

Hi I just installed R 2.2.0 on Windows 2000. I was quite surprised to find the console language set to german (I live in the german part of Switzerland). In the last hour I read the FAQ and I search

HTML search & Firefox

Hello Sorry if this question was already asked (I though it was... but did not found the exact answer in the archives). I use R 2.2.0 and just updated to Firefox 1.5 (note that I already got the sa

Residuals from GLMMs in the lme4 package

Hello there This is the first time I have used r-help message board so I hope I have got the right address. I am trying to check the residuals of a GLMM model(run using the package lme4). I have bee

help with simple 3d graph

I have a large matrix and want to create a 3d surface of it. Suppose the matrix looks something like Matrix K a <-c(1 1200) b <-c(rep(1 30 40)) c <-c(a+b^2) K <-data.frame(a b c)

R-help: gls with correlation=corARMA

Dear Madams/Sirs Hello. I am using the gls function to specify an arma correlation during estimation in my model. The parameter values which I am sending the corARMA function are from a previous

O-ring statistic

Rainer M Krug writes > Thorsten Wiegand used in his paper Wiegand T. and K. A. Moloney 2004. > Rings circles and null-models for point pattern analysis in ecology. > Oikos 104 209-229 a stat

logistic regression with constrained coefficients?

I am trying to automatically construct a distance function from a training set in order to use it to cluster another data set. The variables are nominal. One variable is a "class " variable having two

Assessing fit for non-nested models using clogit in survival package

I am analyzing a 1-to-2 matched case-control study using clogit in the survival package. I am interested in comparing and assessing fit of non-nested models. I don 't want to program all the diagnostic

Genetic Algorithms with rbga.bin using AIC as the evalFunc

Hi all. I would like to use the rbga.bin function (from the "genalg " package) as part of a model selection process to whittle down a list of ~40 potential explanatory variables to only the most impo

Operations on a list

Hello Everyone I am sorry that my message got truncated. I resend it again as below Hello R Users I have a list (say listexp) of 10 000 elements each of which consists of a matrix (5X6). It lik

complex table

I have a data table with 712 cases (rows) describing young people’s activities for 72 months each case has been classified into one of 5 clusters. The first 72 columns are monthly activities coded

operation on a list

Hello R Users I have a list (say listexp) of 10 000 elements each of which consists of a matrix (5X6). It likes $ "a " trt1rep1 trt1rep2 trt2rep1 trt2rep2 ctlrep1 ctlrep2 [1 ] 5

Loading namespaces

I 'm creating a package for my own use that uses some S4 classes but no methods. I have a file called NAMESPACE it contains the line exportClasses( "foo ") and at the top of the R file I have setCla

Constraint on coefficient when fitting with lm, glm etc ...

Dear R-users I would like to know if there is any way to constraints optimized parameters using the function lm glm or others that are written in the form Lm( formula data ...) As I understand f

data.frame() size

Hi In the example below why is d 10 times bigger than m according to object.size ? It also takes around 10 times as long to create which fits with object.size() being truthful. gcinfo(TRUE) also

reg peak detection

Hallo everybody I am doing a thesis in video extensometry and one my approaches requires peak detection in a two dimensional data. If would be grateful if anyone can throw some light on this for me

sequential patterns

Is there or will there be an implementation of sequential patterns (temporal association rules) for R? Kind regards christoph [[alternative HTML version deleted]]

Commented version of the home page graphics code

Folks I was drawn to R like many others partly for the opportunity to draw nice colorful graphs (occasionally ones with meaning too -) ). I am still quite a newbie to R. As such I have been tr

Digests of R-help -- minor mess (unicode character set problems)

Again (as earlier last week) it happened that some of the postings to R-help were using a version of unicode that seemed invalid to the unicode-handler (for the digest) inside Mailman (the mailing lis

qr with missing dependent variables

Dear R-help We have a regression problem which could be solved elegantly if we could figure out how to get the R residuals() function to accept missing dependent variables. We have ~20000 gene-exp

scoping issues?

Can anyone please help me understand whats happening here? Thanks Tom getAmpRatio <-function(v_amps){ #calculates the amplitude ratios between the 3 largest amps and the rest bigamp <-0 map

Finding all possible partitions of N units into k classe

On 08-Dec-05 Ales Ziberna wrote > Dear useRs! > > I would like to generate a list of all possible (unique) > partitions of N units into k classes. For example all possible > partitions of 4 units i

lower case Greek letters

Hello I am having difficulties creating lower case Greek letters. For example plot(0 0 type "n ") text(-0.5 1 expression(beta) ) text( 0.5 1 expression(alpha) ) produce the upper case letter

Listing all possible samples of size n form a population

On 08-Dec-05 Ales Ziberna wrote > Dear useRs! > > I would like to list all possible samples of size n form a > population of size N. Obviously N must be small (up to 20??) > for this to be possible

RSPerl from perl and perl arrays

RSPerl is an omegahat project. Just a quick question--I am playing with RSPerl (MacOS X R2.2.0 perl 5.8.6 RSPerl 0.8.0). Quite cool! I am interested in taking a two-D array in perl and calling a

Finding all possible partitions of N units into k classes

Dear useRs! I would like to generate a list of all possible (unique) partitions of N units into k classes. For example all possible partitions of 4 units into 2 classes are (I hope I have not mi

Listing all possible samples of size n form a population of size N

Dear useRs! I would like to list all possible samples of size n form a population of size N. Obviously N must be small (up to 20??) for this to be possible. For example let say that N 3 a

reference for a fortune quote

Hi there is a quote in the fortunes package To paraphrase provocatively `machine learning is statistics minus any checking of models and assumptions '. -- Brian D. Ripley (about the difference b

'mean ' and 'sd ' calculations do not match

Dear list I am using R 2.1.1 on a Fedora 3 Linux 32 bit PC. If I compute the aggregated mean and the standard deviation I get standard deviation values for factors where the mean was not computed.

statistical matching

Hy! Now im doing a statistical matching (datafusion) microsimulation project and i try to programme it in R. Has everybody any experience (R codes which package to use...) in this them
Page 405 of 675 Previous 100   Previous 10   401   402   403   404   405   406   407   408   409   410   Next 10   Next 100