similar to: how to referee a dimension name via a variable?

Displaying 20 results from an estimated 90 matches similar to: "how to referee a dimension name via a variable?"

2005 Jul 28
1
conversion from SAS
Hi, I wonder if anybody could help me in converting this easy SAS program into R. (I'm still trying to do that!) PROC IMPORT OUT= WORK.CHLA_italian DATAFILE= "C:\Documents and Settings\carleal\My Documents\REBECCA\stat\sas\All&nutrients.xls" DBMS=EXCEL2000 REPLACE; GETNAMES=YES; RUN; data chla_italian; set chla_italian;
2009 Sep 14
1
How to extract partial predictions, package mgcv
Dear package mgcv users, I am using package mgcv to describe presence of a migratory bird species as a function of several variables, including year, day number (i.e. day-of-the-year), duration of survey, latitude and longitude. Thus, the "global model" is: global_model<-gam(present ~ as.factor(year) + s(dayno, k=5) + s(duration, k=5) + s(x, k=5) + s(y, k=5), family =
2003 Dec 15
2
Week of the Year date conversion
Hello there fellow R-users, I have received some data which comes in the following format: example1<-"200301" The first 4 digits correspond to the year and the remaining 2 digits correspond to the week of the year. I have tried to convert this to a date by using strptime as follows: strptime(example1,format="%Y%U") where U (looking up strptime) is the week of the
2005 Mar 06
3
Zaptel.conf and multiple T1 woes
Hello. New to the list. We're in the process of deploying Asterisk. Actually, we're going live tomorrow, and I just found out that my Zaptel cards have been mis-configured. I'll preface this by saying that I have looked in the wiki, read through the samples, and attempted to call Digium (they're closed.) So I'm praying that someone on the list can help me out! I have two
2009 Dec 28
2
Multiple Digium cards with one NFAS trunkgroup
Hi list, Ive got a server with 6 ports on it (4+2 port card) we have a DS3 delivering all voice DS1's to us. Carrier has a trunkgroup for the first 8 span (we only have the first 6 plugged in right now). Everything works fine until we fail the primary D channel (D's are on 24,48) the secondary then picks up and outbound calls do not work, if we reboot Asterisk the D on 48 comes up and it
1999 Nov 12
1
some related problems
I just tried to batch-start rgui.exe (not rterm.exe) in a way, that it read.table()s data from a file with changing filename. As I understand no command line parameters are available for that, so instead I tried to pass the filename to an approbriate .RProfile, which works roughly, BUT ## this is my %R_USER%\.RProfile im <- read.table("d:/temp/im/temp.csv", header=TRUE,
2000 Mar 22
0
Not being digested, now . . . the question!
Folks, Thanks to Ricardo Stella and "Chris" for quick assistance, I had sent about 15 help requests to listproc and given up, seeing no sign of a samba-digest list which is what my majordomo training has taught me. What a strange default setting . . . So onto my question about Samba. I've installed the latest RPM from the samba FTP site (samba-2.0.6-19991110) on a RedHat Linux
2003 Sep 12
3
7206 as SIP->PSTN Gateway?
All, I know you can use, say, a 2620 w/2 port FXO card as a SIP gateway. Clearly you can use the 5300, 5800, and MGX8850 too. Does anyone know which cards, if any, exist for a 7206VXR to act in a similar capacity, either as a T1/PRI, DS3, or POTS FXO/FXS? What other Cisco routers can act as SIP gateways today? Thanks, Dave
2008 Jan 08
1
howto rebuild a object from a received xml hash structure ?
im my web server app , i have an action to be used as a REST web service # GET /user/membership.xml?email=emailaddress def membership @user = User.find_by_email(params[:email]) respond_to do |format| format.xml { render :xml => @user.to_xml( :only => [ :first_name, :last_name, :display_name, :membership_type, :membership_at], :skip_types => true)} end end my
2002 Jul 16
2
r-square for non-linear regression
We have extracted parameters from physiological measurements by fitting SSlogis-like curves with nlsList and nlme. We presented residuals plot in a paper, but a referee argues that these cannot be included (too technical), and r-square values should be given instead to compare the goodness of fit with those of other authors. I remember that 30 years ago in my stat 101, I learned that r-square is
2008 May 29
2
In fact this is a Stats question, but...
Dear All, I'me having (much) trouble understanding why it happened and answering a referee's comment to part of a submitted manuscript. I've tried to google for help but... I'm really confident that although this is a R-Help list someone can help me! I used R to do an ANCOVA w/ RNA/DNA as the dep var, sl as the indep var and gut (a factor w/ levels: prey and empty) as the
2013 Feb 13
5
off topic ¿comparaciones múltiples?
Estimados herreros, Sabéis si hay algún sitio donde pueda hacer una pregunta sobre estadística, en concreto un diseño experimental. Alguna lista, foros, etc. Ya se que este no es el sitio adecuado para preguntas de estadística, pero por si alguien se pica os la pongo a continuación. Dos tratamientos C y H. Se aplican a una serie de especies (p.e. 10) Se observa la respuesta de las especies a
2008 Sep 07
0
Vcards & OS X Address Book
I saw a couple of references in the VPIM-talk archives about OS X Address book throwing a message of "no importable cards were found". I ran into this address when I threw some code into the my rails application. I used the .vcard extension for my vcard and saw this message for OS X address book. Once I changed the extension to .vcf, it recognized it right away as a valid vcard file.
2010 Dec 04
1
scale caption on levelplot
hi, i am trying to figure out how to put a caption on the colour scale of a levelplot. there does not seem to be an option for this in levelplot(). i tried using mtext() but as soon as you put the text far out enough on the right of the plot, it goes beyond the plot boundary. so i tried to extend the margin on the right of the plot using par(mar) but this did not have any effect on the plot area.
2013 Oct 30
0
[LLVMdev] [RFC] Alias should not point to declarations
Hi Rafael, > With all that in mind, the attached patch changes the verifier to > reject aliases to declarations and updates that language reference. MachO has an R_INDR (== "indirect") symbol flag/type that (from my understanding) exactly reflects this. The linker is supposed to record the alias and define both symbols when the referee is defined. In fact, I've been working
2017 Oct 02
4
valid package repositories
Hi All, I noticed that it is quite common to find in papers mentions to ?R libraries? developed for the algorithms/models/code/whatever that is being described by the paper, so that third parties will be able to use said method for themselves. On further enquiries these libraries are not actually available on CRAN, but need to be requested from the devs. That is in itself does not seem a big
2008 May 29
1
In fact this is a Stats question, but... "The return."
*Thanks* all those who took the time to help me (even if the "question" was not related to - the use of - R). Now I think I can soundly make my point w/ the referee (can I use your replies? If so I intend to properly cite its use?!?). Regards, Eduardo Esteves ps - Sorry for not explaining the "biological details" of my posting: RNA/DNA is the ratio of RNA content to
2008 Nov 11
1
Citing R in journal articles (or the failure to)
Hi all I was reading a paper recently in which I was surprised to see an R package of mine obviously used, without acknowledgement. Indeed, R itself was used without any acknowledgment. So I contact the author about these issues, who said (in part): Regarding the R packages, I used the "tweedie" and "statmod" for my analyses as you pointed out. The referee of this paper
2007 Sep 16
1
Problem with nlm() function.
In the course of revising a paper I have had occasion to attempt to maximize a rather complicated log likelihood using the function nlm(). This is at the demand of a referee who claims that this will work better than my proposed use of a home- grown implementation of the Levenberg-Marquardt algorithm. I have run into serious hiccups in attempting to apply nlm(). If I provide gradient and
2013 Feb 13
0
Resumen de R-help-es, Vol 48, Envío 13
Hola Angela, yo tambien he usado la funcion "rarecurve" para crear curvas de rarefacción Saludos Gabriel Antonio Trujillo Paucar Egresado de Biologia - Especialidad de Ecología Investigador en el Area de Limnología de CORBIDI 997603768 ---------------------------------------- > From: r-help-es-request en r-project.org > Subject: Resumen de R-help-es, Vol 48, Envío 13 > To: