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 221 of 675 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

(3) Courses & R/Splus Advanced Programming in New York City ***September 11-

how to link matrix with the variables

Dear friends Suppose the correlation matrix of x1-x3 is as follows x1 x2 x3 x1 1 x2 0.5 1 x3 0.6 0.4 1 1.First to generate the matrix of x1-x3 in R 2.to get the random num

graphic output file format

I would like to save graphics I produce in jpeg or gif formats. The GDD package sounds like it should let me to do this but I cannot get it to install (error Can 't find gd.h!). Anyone know what 's u

?

Hi WizaRds In MATLAB you can do x 1 10 and then specify x(2 end) to get 2 3 4 5 6 7 8 9 10 or whatever (note that in MATLAB the parenthetic index notation is used not brackets as in R). The

Weighted Mean Confidence Interval

Hello I 'm looking to calculate a 95% confidence interval about my estimate for a sample 's weighted mean where the calculated confidence interval would equal the t-test confidence interval of the sam

decimal accuracy in pnorm( )

Dear R users Is there any way to increase the decimal accuracy for the normal probability distribution? When one needs an accurate p-value for instance this is provided by pnorm(10 lower.tail F) [1]

Can one use correlations (or R^2) as data for an ANOVA?

Dear all This may seem obvious for some of you but it got me thinking. Can one use correlations (or R^2) as data for an ANOVA? The case in hand I have several models fitting the same data (indivi

optim error

Dear all There have been one or two questions posted to the list regarding the optim error "non-finite finite-difference value [4]. " The error apparently means that the 4th element of the gradien

Linear Trend in Residiuals From lme

I 'm fitting a mixed effects model fit.1 <- lme(y~x random ~1|id data df) There are two different observations for each id for both x and y. When I use plot(fit.1) there is a strong increasing line

Plot with Julian dates.

Dear Sir/Madam I simply want to draw x-y plot with Julian dates (x) and numbers (y). Please see below for my program. In the older version of R the plot(jdat miles) worked without any problem. Bu

categorical data

Dear List I neeed a grouped list with two sort of categorical data. I have a data .frame like this. year cat. b c 1 2006 a1 125 212 2 2006 a2 256 212 3 2005 a1 14 12 4 2004 a3 565 123 5 2004 a2 15

numerical differentiation

nurza m wrote > Hi list > How to do numerical differentiation in R. is it using > genD in numDeriv package This depends on why you want the derivatives. The functions in numDeriv use Richardson ext

R CMD check error (solved)

Thank you Martin > Christian > Dear list R CMD check on my updated package now > Christian > generated the following error > > Christian > "LaTeX errors when creating DVI version. This >

R: data.frame to shape

assuming that the rows are sorted correctly dat id x y 1 50 1647685 4815259 2 50 1647546 4815196 3 50 1647454 4815294 4 50 1647405 4815347 5 50 1647292 4815552 6 50 1647737 481541

R CMD check error

> > > > > "Christian " Christian Hennig <chrish@(protected) > > > > > > on Wed 9 Aug 2006 17 21 18 +0100 (BST) writes Christian > Dear list R CMD check on my updated package now Christian >

cannot plot too much (using Mac interface)

Thanks. And sorry for abusing the word crash. I understand the difference. However now that you mention it there is a case where I think R is crashing. I 'm not sure if it 's R or if it 's the Mac

minimization a quadratic form with some coef fixed and some constrained

Hello all I had problems with an extension to a classic optimization problem. The target is to minimize a quadratic form a 'Ma with respect to vector b where vector a (b ' -1) ' i.e. a is the expa

Combinations question

library(gtools) cb <- function(n r) t(apply(combinations(n r) 1 function(x) ifelse(1 n %in% x 1 0))) cb(6 3)

objects and environments

On Wednesday 09 August 2006 18 31 Dimitris Rizopoulos wrote > try this > > fun1 <- function(x) { > environment(fun2) <- environment() > ifelse(somecondition bb <- "o " bb <- "* ") > ##

GARCH(1,1) optimization with R

Hello all Trying to implement GARCH(1 1) with ASP.NET <http //asp.net/ > and VB.NET <http //vb.net/ >. It involves optimization of a three-variate function with some constraints. Learned from Wilmott.

tk combobox question

Hello! The IWigdets combobox has an option "selectioncommand " to specify a procedure which is called when an item in the combobox is selected. Does ComboBox from Bwidgets have an equal option or

GARCH(1,1) optimization with R

This is not the right list for your question. Question on how to use R and R 's libraries should be posted to R-help@(protected) Patrick Zhang wrote > Hello all > > Trying to implement GAR

Speeding indexing and sub-sectioning of 3d array

Hi I am having a problem with a very slow indexing and sub-sectioning of a 3d array > dim(arr) [1] 245 175 150 For each point in the array I am trying to calculate the mean of the values in its

Rd question: itemize in arguments

Dear list I 'm writing Rd files and I 'd like to have a list inside the description of an argument (...) \arguments{ (...) \item{bootmethod}{vector of strings defining the methods used for

data.frame to shape

Hi all I have a simple question I have a data.frame like this id x y 1 50 1647685 4815259 2 50 1647546 4815196 3 50 1647454 4815294 4 50 1647405 4815347 5 50 1647292 4815552 6

R2HTML: request for an extended example

Dear R-helpers If you know of an extended example of the use of R2HTML in which the various constructs are present in one place could you please point me to it or send it to me? ______________

2 places on R course

Apologies for cross-posting There are two places available on a 3-day R course in Newburgh UK (28-30 August 2006). Full details can be found at www.brodgar.com Kind regards Alain Zuur Highla

scaling constant in optim( "L-BFGS-B ")

Hi all I am trying to find estimates for 7 parameters of a model which should fit real data. I have a function for the negative log likelihood (NLL) of the data. With optim(method "L-BFGS-B " lowe

evolutionary computing in R

Hallo Ich bin auf der Suche nach umgesetzten evolutionären Algorithmen in R. Leider habe ich kein entsprechendes Package oder Funktionen dieser Verfahrensgruppe gefunden. Weiß zufällig jemand ob

legend on trellis plot

Dear all I have two questions regarding trellis plots - which I hope you may be able to help me with. Is it possible to place the key in a trellis plot on the panel (instead of beside the panel)? T
Page 221 of 675 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100