Re: [R] Statistical analysis

2009-09-24 Thread Arien Lam
-- drs. H.A. (Arien) Lam (Ph.D. student) Department of Physical Geography Faculty of Geosciences Utrecht University, The Netherlands __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http:/

Re: [R] Counting the number of cycles in a temperature test

2009-07-10 Thread Arien Lam
ented, minimal, self-contained, reproducible code. -- drs. H.A. (Arien) Lam (Ph.D. student) Department of Physical Geography Faculty of Geosciences Utrecht University, The Netherlands __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-h

Re: [R] Comparing two regression line slopes

2009-04-15 Thread Arien Lam
t; Alain Guillet > Statistician and Computer Scientist > > SMCS - Institut de statistique - Université catholique de Louvain > Bureau d.126 > Voie du Roman Pays, 20 > B-1348 Louvain-la-Neuve > Belgium > > tel: +32 10 47 30 50 > > _

Re: [R] loop problem for extract coefficients

2009-04-07 Thread Arien Lam
gt; [1] "10/200" >> { > + enres<-enet(x=X,y=Y[,j],lambda=1,normalize=TRUE,intercept=TRUE) > + fit<-predict.enet(enres, X, type="coefficients") > + store[,j]<-fit$coefficients > + } > *Error in store[, j] <- fit$coefficients : > number of ite

Re: [R] Sort by timestamp

2009-03-27 Thread Arien Lam
e mixed and I want to sort/order them by > the date and time. > #The class of the Date/time is as followed: > class(data.input01$V1) > [1] "factor" > > # I've already tried sort and order but it didn't work > #Are there any suggestions, how I can solve this is