[R] Info

2004-11-30 Thread Catherine Dempsey
I am having difficulty obtaining the scores from my principal component analysis. I have used this method before and have had no problems. The data set that I am using this time is similar to what I have used in the past. What do I need to do to my dataset in order for me to obtain these scores?

[R] INFO:

2003-09-25 Thread WILSON FAMOUS
URGENT AND EXTREMELY CONFIDENTIAL The Director, Sir, It is with trust and confidentiality, that I make this urgent and important business proposal to you. It gives me so much enthusiasm to write this letter to you, It is all in a view to soliciting fo

[R] info

2003-07-11 Thread Andrea Calandra
HI I'm a student in chemical engineering, and i have to implement an algoritm about FIVE PARAMETERS INTERPOLATION for a calibration curve (dose, optical density) y = a + (c - a) /(1+ e[-b(x-m]) where x = ln(analyte dose + 1) y = the optical absorbance data a = the curves top asymptote b = the s

[R] Info

2003-07-17 Thread Andrea Calandra
Sorry I'm student in biomedical engineer and i have to solve this formula for immuno-assay. I need to design a calibration curve But i don't understand How can i write this formula in R language: y = a + (c - a) /(1+ e[-b(x-m]) where x = ln(analyte dose + 1) y = the optical absorbance data a = t

[R] info() function?

2006-03-08 Thread Robert Lundqvist
I would like to have some function for getting an overview of the variables in a worksheet. Class, dimesions, length, number of missing values,... Guess it wouldn't be that hard to set up such a function, but I guess there are others who have made it already. Or is it already a standard feature in

RE: [R] Info

2004-11-30 Thread Andy Bunn
guments for the rotation function. ...: Components of 'control' can also be supplied as named arguments to 'factanal'. HTH, Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Catherine Dempsey >

RE: [R] Info

2004-11-30 Thread Prof Brian Ripley
...: Components of 'control' can also be supplied as named arguments to 'factanal'. HTH, Andy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Catherine Dempsey Sent: Tuesday, November 30, 2004 7:31 AM To: '[EMAIL PROTECTED]'

[R] info please

2003-01-06 Thread Alessandro Agresti
I am sorry but I do not think it is the right place for question about g77 GNU Fortran Compiler I wait for your kind reply sincerely yours alessandro agresti [[alternate HTML version deleted]] __ [EMAIL PROTECTED] mailing list http://www.stat

Re: [R] info

2003-07-11 Thread Spencer Graves
I assume you mean the following: chemYield <- function(a, x)(a[1]+(a[3]-a[2])/(1+exp(-a[2]*(x-a[4])) If you want to estimate parameters a[1:4] from data on pairs of (x, y=chemYield), create a data.frame(x, y), and estimate the parameter vector "a" using "nls". If you have trouble getting

RE: [R] info

2003-07-11 Thread Paul, David A
g with mixed effects models. Best, david paul -Original Message- From: Andrea Calandra [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:39 AM To: [EMAIL PROTECTED] Subject: [R] info HI I'm a student in chemical engineering, and i have to implement an algoritm a

Re: [R] info

2003-07-11 Thread Spencer Graves
, david paul -Original Message- From: Andrea Calandra [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 11:39 AM To: [EMAIL PROTECTED] Subject: [R] info HI I'm a student in chemical engineering, and i have to implement an algoritm about FIVE PARAMETERS INTERPOLATION for a cal

Re: [R] info

2003-07-11 Thread Douglas Bates
Andrea Calandra <[EMAIL PROTECTED]> writes: > I'm a student in chemical engineering, and i have to implement an algoritm about > FIVE PARAMETERS INTERPOLATION for a calibration curve (dose, optical density) > > y = a + (c - a) /(1+ e[-b(x-m]) > > where > x = ln(analyte dose + 1) > y = the optic

Re: [R] Info

2003-07-17 Thread Thomas W Blackwell
Please DO READ the section "Details" in help("nls"). - tom blackwell - u michigan medical school - ann arbor - __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Info

2003-07-17 Thread Spencer Graves
Thanks for providing data and sample command. (In the future, please provide the data in the form of a "data.frame" commmand. It is not as easy to read visually, but it is easier for others to copy into R.) Please follow Doug Bates' advice: 1. Plot the data. 2. Play with the no

Re: [R] Info

2003-07-17 Thread Douglas Bates
1) Please plot your data. Notice that they are of the form y = x. That is, they fall on a straight line. 2) Please plot the curve that you expect to fit. You could do this, as I have said in previous replies, by library(nls) example(SSfpl) 3) Please plot the four-parameter logistic with

Re: [R] info() function?

2006-03-08 Thread Henrik Bengtsson
>library(R.oo) >ll() member data.class dimension object.size 1 anumeric 10004028 2author character 1 112 3 expnumeric 1 36 4 last.warning list 2 488 5object function N

Re: [R] info() function?

2006-03-08 Thread Gabor Grothendieck
Another possibility is eapply where I have used naCount from Henrik's solution: prop <- function(x) list(class = data.class(x), dim = dim(x), size = object.size(x), NAs = naCount(x)) do.call("rbind", eapply(.GlobalEnv, prop)) On 3/8/06, Henrik Bengtsson <[EMAIL PROTECTED]> wrote: > >library(R.o

[R] Info about plotting functions

2005-09-16 Thread Jim Lemon
Hi Package Maintainers, I would like to gather all the information I can about which packages include plotting functions that do the following: radial (cyclic, clock, polar) plots displaying overplotting (like sunflowerplot) automatically labeling points on a plot plotting frequency tables displ

[R] info about R diffusion

2007-03-07 Thread diego pettena
Buongiorno a tutti mi chiamo Diego Pettena e sono uno studente universitario iscritto alla facoltà di economia. Ho da poco iniziato ad utilizzare il sitema R per l'analisi statistica, tuttavia con la presente non intendo chiederVi nulla riguardo al linguaggio o all'utilizzo del programma. Per quest

[R] INFO : just one question

2005-02-07 Thread fbilly
hi, i got just one question concerning R-Project. How can we simply include in C++ program , the r library? can we find sources of examples. Thanks for your help. Bests regards. BILLY Frédéric RESPONSABLE TECHNO ADI Tél : 01.56.88.84.44 Fax : 01.56.88.84.05 [EMAIL PROTECTED] [[alterna

[R] Info on SPATSTAT window and maps

2007-04-04 Thread Giuseppe Brundu
I wonder if there is any tutorial explaining, step by step, how to convert a (georeferenced) map boundary (from esri shape-file) into a Spatstat window, for performing the analysis of marked point patterns surveyed inside that map. Any help on the subject will be really appreciated. Giuseppe Br

Re: [R] Info on SPATSTAT window and maps

2007-04-04 Thread Roger Bivand
On Wed, 4 Apr 2007, Giuseppe Brundu wrote: > I wonder if there is any tutorial explaining, step by step, how to convert a > (georeferenced) map boundary (from esri shape-file) into a Spatstat window, > for performing the analysis of marked point patterns surveyed inside that > map. Any help on

Re: [R] Info on SPATSTAT window and maps

2007-04-04 Thread Ranjan Maitra
And what does this have to do with the lead thread subject line "Transition Matrices"? I guess the only way we can start enforcing thread discipline is to stop responding to threads that hijack others? Any thoughts? Ranjan On Wed, 4 Apr 2007 11:31:33 +0200 "Giuseppe Brundu" <[EMAIL PROTECT

[R] info : Manova - eigenvector analysis and canonical analysis

2006-04-20 Thread Céline Hauzy
Hello everybody ! I try to obtain in R eigenvectors and canonical analysis on MANOVA results, but I don't find how to process? In particular, I would be interesting to obtain "standardized canonical coefficients" of the canonical variates. There analysis give some information on the correlatio

[R] info : Manova - eigenvector analysis and canonical analysis

2006-04-20 Thread Céline Hauzy
Hello everybody ! I try to obtain in R eigenvectors and canonical analysis on MANOVA results, but I don't find how to process? In particular, I would be interesting to obtain "standardized canonical coefficients" of the canonical variates. There analysis give some information on the correlatio

Re: [R] info : Manova - eigenvector analysis and canonical analysis

2006-04-23 Thread Spencer Graves
Have you considered the "sem" package (for "structural equation modeling"), which (to me at least) is a generalizion of MANOVA with canonical analysis. Alternatively, have you considered partial least squares (e.g., packages "pls" or "plsgenomics")? I haven't used them, but they sou