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

[R] Trouble compiling XML package [Broadcast]

Oops - I see I was unclear. I 'm using R-2.4.1 to install 1.9.0 is the version of XML I was trying to load. I 'll try your change - I 'm really using this for reading XML. Thanks Matt -----Original

ayuda con macros

necesito que me manden lo mas pronto posible la macro que ejecuta la accion del modelo lineal general 'glm ' para una familia binomial con funcion de enlace la probit y la lo-log complementaria buen

R: Simple programming question

try also this dfr$score <-factor(dfr$var3 %in% sort(unique(dfr$var3) decr T)[1 2] * dfr$var3 labels c( "low " "mid " "high ")) Hope this helps Stefano -----Messaggio originale---

partial correlation significance

Hi among the many (5) methods that I found in the list to do partial correlation in the following two that I had a look I am getting different t-values. Does anyone have any clues on why is that? Th

How to extract R codes that embedded in a HTML file

> -------- Original Message -------- > Subject Re [R] How to extract R codes that embedded in a HTML file > using Stangle? > Date Thu 17 May 2007 17 01 30 +0000 > From Tao Shi <shitao

Trouble compiling XML package

Dear Prof. Lang - I am trying to install the XML library on a 64-bit SUSE linux system (version info below) running 2.4.1. I have gcc version 3.3.3 and libxml2 version 2.6.7. I know this is not

{10,20,30} >={25,30,15}

Hi There Using t.test to test hypothesis about which one is greater A or B? where A {10 20 30} B {25 30 15}. My question is which of the following conclusions is right? #################hypothesi

length, mean, na.rm, na.omit...

On 5/18/2007 10 32 AM Muenchen Robert A (Bob) wrote > Hi All > > Can anyone tell me why the length function does not use na.rm? I know > how to work around it I 'm just curious to know why such a

A programming question

Dear Friends My problem is related to how to measure probabilities from a probit model by changing one independent variable keeping the others constant. A simple toy example is like this Range fo

ordering in list.files

Try this library(gtools) mixedsort(x) On 5/18/07 Shubha Vishwanath Karanth <shubhak@(protected) > wrote > Hi R > > > > My csv files are stored in the order '1abc.csv ' '2def.csv ' > '3ghi.

How to repress the annoying complains from X window system

Dear All I am running some GUI functions in linux environment they runs fine however I constantly get this kind of message in R console Warning X11 protocol error BadWindow (invalid Window pa

lapply not reading arguments from the correct environment

On Fri 18 May 2007 jiho wrote > Hello > > I am facing a problem with lapply which I ' ' ' 'think ' ' ' may be a bug. > This is the most basic function in which I can reproduce it > > myfun <- function

subset arg in (modified) evalq

Hi When using evalq to evaluate expressions within a say data.frame context I often wish there was a 'subset ' argument much like in lm() or any ather advanced regression model. I would be grateful

Execute expression ( R -e) without close

I need to find a way how to execute an expression with the new command line parameter in R (R -e "AnExpression ") without R get closed after the expression has been evaluated. For example if i want t

Simple programming question

Hi R-users I have a simple question for R heavy users. If I have a data frame like this dfr <- data.frame(id 1 16 categ rep(LETTERS[1 4] 4) var3 c(8 7 6 6 5 4 5 4 3 4 3 2 3 2 1 1)) dfr <- dfr[o

svychisq

Dear All I am trying to use svychisq with a two-dimensional table 4 x 5. The command I am using is summary(svytable(~dietperception+dietstatus dudleyls1rake na.rm TRUE) "C hisq ") It is throwing up

9 Courses: Upcoming July 2007 R/S+ schedule by XLSolutions Corp / New Websit

penalized maximum likelihood estimator

dear R-helper I tried to find out a package in which i can have penalized maximum likelihood estimator applying on generalized extreme value distribution with beta function) but could not. would you

Cross-validation for logistic regression with lasso2

Hello I am trying to shrink the coefficients of a logistic regression for a sparse dataset I am using the lasso (lasso2) and I am trying to determine the shrinkinage factor by cross-validation. I w

unscuscribe

unsuscribe

[R] using lm() with variable formula [Broadcast]

One way to do it is by giving a data frame with the right variables to lm() as the first argument each time. If lm() is given a data frame as the first argument it will treat the first variable as t

Anderson-Darling GoF (re-sent)

Hi I 'm not a statistician so sorry for possible trivial questions ... I want to perform a GoF test on sample data against several distribution (like Extreme Value Phase Type Pareto ...). Since

Fwd: Re: Goodness-of-fit test for gamma distribution?

Thanks Petr. Comments below At 03 40 PM 18/05/2007 Petr Klasterecky wrote >Sean Connolly napsal(a) > >Hi all > >I am wondering if anyone has written (or knows of) a function that > >will conduct

Anderson-Darling GoF

Hi I 'm not a statistician so sorry for possible trivial questions ... I want to perform a GoF test on sample data against several distribution (like Extreme Value Phase Type Pareto ...). Since I

add info

hi all If there 's a dataframe x y 1 a 2 b 3 c The info of the data such as name date author The result I want is name date author x y 1 a 2 b 3 c In other words I wanna add the info above t

error: GLX extension missing on server

Hi List when loading library(rgl) I get error "RGL GLX extension missing on server ". I have Mesa and xgl installed but xgl info sais its an highly experimental code. Does this mean I shouldn 't bo

Inverse gamma

Hi All assume I need to generate X from inverse gamma with parameter (k beta). should I generate from Y from gamma(-k beta) then take X 1/Y? Thanks pat

Goodness-of-fit test for gamma distribution?

Hi all I am wondering if anyone has written (or knows of) a function that will conduct a goodness-of-fit test for a gamma distribution. I am especially interested in test statistics have some asy

naive question about using an object as the name of another object

This is a dumb question but I 'm having trouble finding the answer to this. I 'd like to do the following x <- "asdf " and then have the object x.y become automatically converted/represented as asdf.

gls() error

Hi All How can I fit a repeated measures analysis using gls? I want to start with a unstructured correlation structure as if the the measures at the occations are not longitudinal (no AR) but plai
Page 3 of 675 1   2   3   4   5   6   7   8   9   10   Next 10   Next 100