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 4 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100  

Bootstrapped standard errors

Dear Friends I 'm trying to learn to how to get Bootstrapped standard errors for estimated coefficients from a regression. For instance suppose I have the following model logitmodel <- glm (y~X1+X

displaying intensity through opacity on an image

Dear colleagues I have an image which I can display in the greyscale using image. On this image for some pixels which I know I want to display their activity based on a third measure. One way to

Split a vector(list) into 3 list

Hi I have a vector contains values 1 2 3. Can I call a function split to split it into 3 vectors with 1 corresponds to value 1 which contain all the indexes for value 1. 2 corresponds to value

Problem loading library

Hi I have a fresh install of R 2.5.0 I then installed the pls package. When trying to load this package I get > library(pls) Attaching package 'pls ' The following object(s) are mask

use loop or use apply?

Hi I have two matrices A (axd) and B (bxd). I want to get another matrix C (axb) such that C[i j] is the Euclidean distance between the ith row of A and jth row of B. In general I can say that

2 questions about loading packages

My sessioninfo is below and I have two questions about loading packages in R #

creating columns

See my response to your thread " controling the size of vectors in a matrix ". Please do not create multiple threads on the same day asking basically the same question especially if you cannot subst

.jinit() problem

Hello there. When I try to start the jvm using .jinit() after loading library(rJava) I don 't seem to be able to as I get the message Error in .jinit() Cannot create Java Virtual Machine What

3d graph question

Hi this is simple I 've generated a bivariate normal distribution with a known correlation. I want to plot the density function with p(y x) on the vertical axis and x and y on the horizontal ax

How to select specific rows from a data frame based on values

Dear Group I am working with a data frame containing 316 rows of individuals with 79 variables. Each of these 79 variables have values that range between -4 to +4 and I want to subset this data fr

Passing single precision arrays to legacy code

System Fedora Core 5 R 2.2.1 and 2.4.1 complied from source gcc 4.1.1 I 'm trying to pass a single precision array to some legacy code. I ultimately got the code working by ignoring part of the

inputation with mix package

Hi i am trying to use "mix " package for unrestricted general location model and multi-imputation on a dataset. While I am quite confident that data are ready I receive errors on prelim.mix() step.

bug or feature?

R version 2.5.0 under gentoo linux. This may be just my ignorance about naming conventions inside loops and subsets but the following appears like a bug to me. y c( 1963 1963 1964 1964 1965

repeated measures regression

How does one go about doing a repeated measure regression? The documentation I have on it (Lorch & Myers 1990) says to use linear / (subj x linear) to get your F. However if I put subject into

using lm() with variable formula

Try this lm(Sepal.Length ~. iris[1 3]) # or cn <- c( "Sepal.Length " "Sepal.Width " "Petal.Length ") lm(Sepal.Length ~. iris[cn]) On 5/17/07 Chris Elsaesser <chris.elsaesser@(protected) > wrote

help with executing instruction every i-th run of loop

I am running a very long loop and would like to save intermediate results in case of a system or program crash. Here is the skeleton of what my code would be for (i in 1 zillion) { results[

How to analyse simple study: Placebo-controlled (2 groups) repeated meas

Karl Knoblick wrote > Hallo! > > I have two groups (placebo/verum) every subject is measured at 5 times the first time t0 is the baseline measurement t1 to t4 are the measurements after applying

How to analyse simple study: Placebo-controlled (2 groups) repeated measurem

Hallo! I have two groups (placebo/verum) every subject is measured at 5 times the first time t0 is the baseline measurement t1 to t4 are the measurements after applying the medication (placebo or

trouble installing RWinEdt

I have been having some difficulty instaling RWinEdt 1.7-5 I 've tried a couple methods including installing the package from a zip file that I 've downloaded locally. It installs fine but then I get

Is it possible to control R with S+?

I am currently using S+ which is my company standard econometric package but unfortunately in some areas R has a lot more to offer in nice functions/libraries. Libraries I would like to use in S+.

R2 always increases as variables are added?

Hi everybody 3 questions about R-square ---------(1)----------- Does R2 always increase as variables are added? ---------(2)----------- Does R2 always greater than 1? ---------(3)----------- How i

rJava problem

� "q�eȉ��(��� "��Z�Z�j�l��wh��ϙ�!�w�����Z��.qǞu�b�� "� (jȭj�^j� "��^�+-���ܩzX����tG��z�!zx�ʗ���گ*�j��Z��뢷bjZ n�lk(��8b��i� '�* '��j)^v� ���m��ǣ�ge����_���E觲֥�)����bq�b�y������

controling the size of vectors in a matrix

hie R users l have the following matrix n 20 m <-matrix(nrow n ncol 4) colnames(m) c( "treatmentgrp " "strata " "survivalTime ") for(i in 1 n) m[i ] <-c(s

How to generate two dimensional random variable for normal distributed

Hi I can use runif to generate 1 dimensional random variables assume the dimesion of the random variable is 2 X(x1 x2) how do I generate the 2 dimensional random variable with normal distribut

Scoped options setting?

Is there any way to set options during the evaluation of a particular expression with them automatically reset when control leaves that expression however that happens? Kind of like "let " on a "spe

MICE for Cox model

R-helpers I have a dataset that has 168 subjects and 12 variables. Some of the variables have missing data and I want to use the multiple imputation capabilities of the "mice " package to address t

Design matrix question

Hi useRs Perhaps I am having a senior moment? I have a nested variable situation to model toy example > df <- data.frame(A factor(c( "a " "a " "x " "x ") levels c( "x " "a ")) +

New version 0.9-7 of lars package

I uploaded a new version of the lars package to CRAN which incorporates some nontrivial changes. 1) lars now has normalize and intercept options both defaulted to TRUE which means the variables ar

Best way to utilize R graphing capabilities from other program

I am working on an open source program to be used for model selection and evalution. I would like to utilize the graphical capabilities of R to generate plots that I would then display in my software

Re-sizing R graphics for Sweave

On Wed 2007-05-16 at 16 34 -0400 Thomas Adams wrote > I am generating a single graphic containing about 31 Boxplots the issue > I am having is that not all the labels (3 characters each) are show
Page 4 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100