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 616 of 675 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10  

estimate the parameter of exponential distribution, etc.

Given a numeric vector of observations does R have any generic way to estimate the parameters of commonly used distributions (exponential gamma etc.) without numerically optimizing the likelihood f

Memory error in Mac OS X Aqua GUI v1.01 with cluster package
functions

I 'm sorry if the answer to my problem is buried in the archives. I have limited experience with R and I couldn 't find a solution to my particular problem. I am running Mac OS X Aqua GUI v1.01 on

ROracle installation

Can someone tell me how to install ROracle package to PC? I couldn 't find it CRAN package list. And when I tried to install from zip file it failed. Thanks Jane

Re: R-help Digest, Vol 24, Issue 22

You need to give the model formula that gave your output. There are two sources of variation (at least) within and between locations though it looks as though your analysis may have tried to acco

Rdbi and ODBC

I have been using RODBC for a while with no complaints (R 2.0.1 patched under WinXP) then I saw a link (http //grass.itc.it/statsgrass/r_and_dbms.html) showing that Rdbi claims to run a query in 5

innovative fun ways for teaching quality control

Hello I was looking for innovative a fun ways of teaching quality control. Could you suggest me a resource where i could find material that might help me develop something like this. Thank yo

include C functions from nmath in my own C functions

Hi I am writing a C program which need a gamma random number generator. I download the source file of R and compile make it myself. There is a "rgamma.c " function in the installing directory o

round() - strange results

Hello I found that round() does not behave as I expected. Have you had similar experience as following? > x <-seq(0.5 10.5 by 1) > x [1] 0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5 9

Question about NA 's

Hi i got a little question about the NA 's in vectors and matrices. When I want to do some operations on a matrix with some NA 's it is possible to stripp them before the computation proceed (by

The system command and the LD_LIBRARY_PATH

Hi R-gurus In my envirovment I have specified the LD_LIBRARY_PATH to /data/opt/libmy/lib After starting R the LD_LIBRARY_PATH variable is changed. > Sys.getenv( "LD_LIBRARY_PATH ") "/data/op

Graphics

Hi The R platform that I installed on my Windows XP crashes everytime that I try to run some sophisticated graphics (e.g. Demo Graphics). Is that to do with the configuration? Shall I reinstall

Error when using do.call

useRs I 'm using version 2.0.1 on Windows XP. I am a bit of a newbie and I am trying to learn the concept of computing on the language. I have an example that I think ought to work but will no

using 'nice ' with R

On a Unix like system you can do `nice +19 R ' or perhaps `nice +19 R CMD BATCH commands.R '. -roger Robert Burrows wrote > > I would like to use the 'nice ' command when running CPU-intensiv

colorbar for image

Dear colleges Does anyone know how to insert a color bar as used with "filled.contour " when using "image "?

re: rnorm??

I was not able to reproduce the behavior reported in my message below. I was trying it on the same laptop in the same workspace using again R 2.0.0 but the low counts of 4 to 7 (witnesses by some

Re: [R] ERROR NaNs produced;
   when comparing two logistic regression models wit

these models are not nested and thus LRT should not be used. You get no p-value because Df 0 in your case. As an alternative you could look at the deviances. I hope it helps. Best Dimitris

Re: [R] ERROR NaNs produced; when comparing two logistic regression
   models wit

You need the models to be NESTED for this test to be valid. Look up `analysis of deviance ' in your textbooks. You get the error because you have two unnested models with the same number of par

R-help

R-help I am tring to create a plot with two y-axis. I found an example which is fine but the problem is that the range of the second y-axes appears in the first y-axes causing confusion. The e

Re: Run Sweave and LaTeX directly from command line

> > > > > On Tue 22 Feb 2005 14 29 00 +0100 > > > > > Gregor GORJANC (GG) wrote > Hello! > Those of you who use Sweave a lot will probably find my shell script > usable. You can get it at

ERROR NaNs produced;
   when comparing two logistic regression models with th

Dear R-list *When comparing two logistic regression models with the anova CHi test I obtain the following error (there are no NA 's in the time series). How can this be solved such that I can

Loading C functions into R

Hi everybody I have the source of a C program that includes some archives .c and some libraries .h. I 'm developing a program using R and I want it to load the C program I told before. How can

Run Sweave and LaTeX directly from command line

Hello! Those of you who use Sweave a lot will probably find my shell script usable. You can get it at http //www.bfro.uni-lj.si/MR/ggorjan/programs/shell/Sweave.sh No warranty however d

Reproducing SAS GLM in R

Hi I 'm still trying to figure out that GLM procedure in SAS. Let 's start with the simple example PROC GLM MODEL col1 col3 col5 col7 col9 col11 col13 col15 col17 col19 col21 col23 /nouni

rnorm works correctly (was [R] rnorm??)

On Mon 21 Feb 2005 Scholz Fritz wrote > I am wondering whether there is a bug in rnorm. I am wondering if there is a bug in your procedures or if you used a very old version of R. If y

problems with nonlinear fits using nls

Hello colleagues I am attempting to determine the nonlinear least-squares estimates of the nonlinear model parameters using nls. I have come across a common problem that R users have report

rodbc or unixodbc error

Hi I 'm trying to establish a connection to a MySQL database and am using the rodbc package for it. This is in a GNU/Debian Linux box with the corresponding Debian unstable packages. I can logi

Categories or clusters for univariate data

If I have a vector x such that x <- c(1 2 3 4 5 8 9 10 11 12 15 16 17 18 19 22 23 24 33 34 35) if I plot that vector plot(x) it is visibly obvious that the data "groups " or "clusters " in

rnorm??

I am wondering whether there is a bug in rnorm. When generating rnorm(1000000) and counting the cases > 4 and the cases < (-4) I get rather unexpectedly low counts for the latter. The problem goes

Distribution

Dear group apologies for asking a simple question. I have a file where the data looks like this Probe Intensity 0 0 501.0 1 0 17760.5 2 0 511.0 3 0 18468.3 4 0 199.8 5 0 508.0 6 0 1724

Problems Building R on AIX 5.2.0.0

Hello I am trying to build R 2.0.1 on an AIX 5.2.0.0 machine using gcc 3.3.2 $ oslevel 5.2.0.0 $ gcc -v Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix5.2.0.0/3.3.2/specs Configure
Page 616 of 675 Previous 100   Previous 10   611   612   613   614   615   616   617   618   619   620   Next 10