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 621 of 675 Previous 100   Previous 10   621   622   623   624   625   626   627   628   629   630   Next 10  

real and complex vectors

The following caught me off-guard R > z <- 1i + 1 10 R > z <- Re(z) R > z [1] 1 2 3 4 5 6 7 8 9 10 as expected. But look R > z <- 1i + 1 10 R > make.real <- abs(z) < 1000 R > z

Easy cut & paste from Excel to R?

Hi! Is it possible to easily cut & paste data from an Excel spreadsheet to an R edit( ) grid or to variable? It seems that R cannot handle the cell delimiters Excel hands over. Regards

Problem with

I am just in the middle of a conversation on the tex list but just in case you are about to post anything to your web site here is a slight simplification. It consists of updating the MiKTeX

Could anyone answer for the following question

Hello could anyone answer for the following question for me I am using R 2.0.1 under Windows XP. I want to write a function that makes four graphs and stores each of them in graphics

Tcl/tk

I am new to R so I apologize if this is a simple question I have created a tkgrid with a button that once pushed will extract the information from the grid but I can not figure out the command

Making a Package

Hello. I have what I know to be a simple question but never having done anything like this it is pretty tough. I 'm trying to write an R package. I have a collection of functions that I loaded in

summary(aov(...)) into a string?

Hello I 'd like to annotate a plot with the output of summary(aov(model)) ideally just with the significant effects. I don 't find a means to redirect what that command prints into a string. Is th

Trellis barchart, column display order issue

I have searched the archives and instructions high and low but have not found what I need. I have a dataframe named Data with columns AdjResND0 - the numeric result Parameter - the classificati

some help interpreting ANOVA results, please?

On Sun 10 Oct 2004 19 55 41 +0200 "RenE J.V. Bertin " <rjvbertin@(protected) > wrote regarding "Re [R] some help interpreting ANOVA results please? " I 'm would like to come back to a question I p

nlsList vs nlme with lsoda function

Hello list members I 'm trying to get nlme to work with lsoda from odesolve. Currently I can use nlsList to fit a simple logistic growth model to some simulated data but I get the following e

Off topic -- large data sets. Was RE: [R] 64 Bit R Background
   Question

In message <200502151112.j1FB5fZ5002722@(protected) > r-help- request@(protected) writes >Can comeone give me an example (perhaps in a private response since I 'm off >topic here)

reading a 40kb csv file in R

I am trying to read a matrix of 5000*2000 from a csv file of real numbers in R using the scan function. I am getting an error saying that R can not read a vector > 32KB and it can 't allocate a mem

how many 7th of the month is there between two dates

This is a eaeir way to ask my prior question I want to caculate how many an exact day of the month there is between two dates. For example How many 7th of the month is there between "1998/12/

shrinkage estimates in lme

Hello. Slope estimates in lme are shrinkage estimates which pull the OLS slope estimates towards the population estimates the degree of which depends on the group sample size and the distance betw

D(eval(g)) problem,
since "Function `eval ' is not in the derivatives tabl

thanks Andy and Dimitris for your reply to my expression/eval - problem starting with the resulting expression g I need g 's derivative as expression but I get "Function `eval ' is not in the deriv

Re: [R] matlab norm(h) command in R: sqrt(sum(h^2)) - use in
   anexpression

you are trying to square an expression not an number! try this h.fun <- function(tt) ((tt/d1)^a1) * exp(-(tt-d1)/b1) - cc*((tt/d2)^a2) * exp(-(tt-d2)/b2) h <- h.fun(tt) h <- h/sqrt(sum(h*h))

RE: [R] matlab norm(h) command in R: sqrt(sum(h^2)) - use in an
   e xpression

> From Christoph Lehmann > > Hi > > in matlab I defined a function (double gamma parameters at > the end of > this mail) as > h(i) ((t/d1)^a1)*exp(-(t-d1)/b1)-c*((t/d2)^a2)*exp(-(t-d2)

matlab norm(h) command in R: sqrt(sum(h^2)) - use in an
   expression

Hi in matlab I defined a function (double gamma parameters at the end of this mail) as h(i) ((t/d1)^a1)*exp(-(t-d1)/b1)-c*((t/d2)^a2)*exp(-(t-d2)/b2) h h/norm(h) I do know that norm

memory problem with package mix

Hello I think we have a memory problem with em.mix. We have done >library(mix) >Manq <- read.table( "C /.../file.txt ") >attach(Manq) >Manq > V1 V2 V3 V4 .............V27 > 1 1 1

R, MacOSX G5 bi-proc

Hi all I 've downloaded binary files from CRAN to install R and it 's working quite fine..I 'm wandering if I can take advantage of two processors from the Mac. Where can I find lecture/help for

Correct effect plots from lme() objects

Hello all! R2.0.1 W2k I posted this question to the list last Sunday without getting any replies on the list. I got two off the list though suggesting me to plot "manually " as a second ste

R + MacOSX + Emacs(XEmacs) + ESS

Hi I try to use Emacs or XEmacs with R in a MacOS X Panter without X11. Anybody can make this work? How? Thanks Ronaldo -- Um mapa-mundi que nao inclua a utopia nao e digno de co

Tests on contingency tables

Dear all I have a dataset with qualitative variables (factors) and I want to test the null hypothesis of independance between two variables for each pair by using appropriate tests on contingenc

update.packages - delete downloaded - N

Hello Using Update Packages from CRAN in R Version 2.0.1 Patched (2005-01-15) under Windows 98 I found it tricky to save the downloaded files. Even if I answer "N " to the question if the downl

convolution of functions

Dear sir we would like to know if there exist any R package containing the computational performance of the n-fold Stieljes ' convolution of functions. We look forward to hearing from you

Re :Off topic -- large data sets. Was RE: [R] 64 Bit R Background
   Question

Hi Also I agree those cases are relatively rare in STATISTICAL analysis you can encounter them for simulation topics (natural catalysm a 5 meter in the topographics can change all the simul

special symobol / character

Hi all Is it possible to add a permil (or per mille) symbol to an R plot (I couldn 't find this symbol under demo(Hershey) or the plotmath information). In some ascii tables it is symbol

RE: [R] using poly in a linear regression in the presence of NA f
   ails (despit

This message is in MIME format. The first part should be readable text while the remaining parts are likely unreadable without MIME-aware tools. --27464147-353678031-1108451958 31658 Conte

RE: [R] using poly in a linear regression in the presence of NA
   f ails (despit

This smells like a bug to me. The error is triggered by the line variables <- eval(predvars data env) inside model.frame.default(). At that point na.action has not been applied so pol

lattice multiple plots per page

Dear R-sters I was wondering if anyone has encountered the following issues. I 've figured out how to get multiple levelplots [library(lattice)] on a single plot. However when I add text (ad
Page 621 of 675 Previous 100   Previous 10   621   622   623   624   625   626   627   628   629   630   Next 10