similar to: [OT] "normal" (as in "Guassian")

Displaying 20 results from an estimated 100 matches similar to: "[OT] "normal" (as in "Guassian")"

2008 Mar 07
5
Passing function to tapply as a string
Hi, Was wondering if it is possible to pass function name as a parameter, smth along this line param.to.pass<-c(1,'max','h') dd<-function(dfd, param=param.to.pass,...){ ttime.int <- format(ttime,fmt) data.frame( param[3] = tapply(dfd[,param[1]],ttime.int,param[3]), ...) } I know there is a as.formula expression but not quite sure if there is some
2004 Sep 23
3
R glm
Hello: would you please help me with the following glm question? for the R function glm, what I understand is: once you specify the "family", then the link function is fixed. My question is: is it possible I use, for example, "log" link function, but the estimation approach for the guassian family? Thanks, Shuangge Ma, Ph.D. ******************************************** *
2009 Feb 03
7
The Origins of R
In another thread on this list, various wild allegations have been made, relating to the New York Times article on R. I object both to the subject line and to the content of several of the messages, and will not repeat or quote any of that content. It smacks to me of mischief making. Discussion has centered around the following quote from the NY Times article: ?According to them, the
2020 Aug 05
1
HELPWANTED keyword in bugs.r-project.org
Just a quick note to mention that we have added a HELPWANTED keyword on bugs.r-project.org for tagging bugs and issues where a good well-tested patch would be particularly appreciated. You can find the HELPWANTED issues by selecting the keyword in the search interface or at https://bugs.r-project.org/bugzilla/buglist.cgi?keywords=HELPWANTED This URL shows both open and resolved HELPWANTED
2005 Apr 29
1
problem with nth patch, counter parameter...I think
Hi all, I need some guidance to get my problem fixed. I believe there is an issue with the ''nth'' patch from the patch-o-matic, which is labeled as status ''works''. I have tunnels back and forth across the internet, using ''nth'' to balance packets between different public networks (over the tunnels). I need to access some networks over two
2017 Feb 27
3
[RFC] per-device metadata
Hi, Currently libvirt supports metadata in the domain XML. This is very convenient for data related to the VM, but it is a little awkward for devices. Let's pretend I want to have extradata (say, a specific port for a virtual switch) related to a device (say, a NIC). Nowadays I can store that data in the metadata section, but I need some kind of mapping to correlate this piece of information
2013 Mar 21
1
multiple peak fit
Hi I went through some extensive search to find suitable method (package, function) to fit multiple peaks. The best I found is ALS package but it requires rather complicated input structure probably resulting from GC-MS experimental data and seems to be an overkill to my problem. I have basically simple two column data frame with columns time and sig dput(temp) structure(list(time = c(33, 34,
2009 Jul 08
1
Comparing GAMMs
Greetings! I am looking for advice regarding the best way to compare GAMMs. I know other model outputs return enough information for R's AIC, ANOVA, etc. commands to function, but this is not the case with GAMM unless one specifies the gam or lme portion. I know these parts of the gamm contain items that will facilitate comparisons between gamms. Is it correct to simply use these values
2017 Mar 16
3
Re: [RFC] per-device metadata
On Thu, Mar 16, 2017 at 01:46:38PM +0100, Peter Krempa wrote: > > For techincal discussions on design it's better to post to the > development list. > > On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: > > Hi, > > Hi, > > > > > > > Currently libvirt supports metadata in the domain XML. This is very > > convenient for
2005 Feb 04
0
FC2 RPMS are updated
Hello, I've uploaded current builds to ftp://ftp.linuxsys.com/pub/releases/FC2/asterisk-CVS ftp://ftp.linuxsys.com/pub/releases/FC2/asterisk-1.0 Regards, -- Andrew McRory - President and Chief Techincal Officer Linux Systems Engineers, Inc. - http://www.linuxsys.com Located in beautiful Tallahassee, Florida Office 850-224-5737 Office 850-575-7213 Mobile 850-294-7567
2017 Mar 16
0
Re: [RFC] per-device metadata
For techincal discussions on design it's better to post to the development list. On Mon, Feb 27, 2017 at 16:41:28 +0100, Francesco Romani wrote: > Hi, Hi, > > > Currently libvirt supports metadata in the domain XML. This is very > convenient for data related to the VM, but it is a little awkward for > devices. Let's pretend I want to have extradata (say, a specific
2003 Feb 09
1
Samba, AD Server, possibilities?
Hello all! It's been asked several times whether Samba can act as an ActiveDirectory server, and the answer has always been a categorical NO. However, I don't recall seeing any thread dealing with the question of whether such functionality COULD be developed. Obviously, it WOULD be *possible* to develop this functionality (in the strict sense of the word possible), but would doing it
2004 Aug 06
1
Question about Icecast
Please help... I subscribe to a streaming audio (internet radio) service called "Coast to Coast AM". Thier server will not allow it's stream to be downloaded and saved for later listening. Will IceCast perform such a function? If so, how do I go about it? Thanks for your help... Ray Kinman raykinman1@yahoo.com <p>Your Obedient Servant,<vbr><vbr>Ray
2007 Mar 27
0
GSoC Apply, request for review
Hi, I am sending my application I submitted for the GSoC. There are still some hours left before the deadline, so if you have any remarks or a tip, I can still update it. thanks... i think there are some grammatical errors =(... == Name and Contact details == Andr? Luiz Nazareth da Costa Primary e-mail: andre.lnc@gmail.com Secondary e-mail: andre.lnc@lsc.ic.unicamp.br Gtalk:
2007 Apr 25
0
Use of Lexis function to convert survival data to counting format
I'm trying to convert a dataset from the time-independent analysis form > head(addicts) id clinic status survtime prison meth clinic01 1 1 1 1 428 0 50 1 2 2 1 1 275 1 55 1 3 3 1 1 262 0 55 1 into the "counting data format" necessary to perform extended Cox regression. I got
2006 Feb 08
0
Lexis maps in R
Dear R-users, Sorry for bothering you twice in a day, but I was wondering whether there is any R-function which can easily plot the single elements of a Lexis diagram. I though that Lexis.diagram(Epi) could be the case, but it just plot life times in a frame. In particular I have been searching for something similar to the function "image" which can plot either the single triangles of a
2007 Jan 17
2
Effect size in GLIM models
Dear All, I wonder if anyone can advise me as to whether there is a consensus as to how the effect size should be calculated from GLIM models in R for any specified significant main effect or interaction. In investigating the causes of variation in infection in wild animals, we have fitted 4-way GLIM models in R with negative binomial errors. These are then simplified using the STEP procedure,
2020 Jan 31
1
Re: Does Libvirt's json parser support single quoted string in qmp json string?
Hi Peter Krempa, Thanks for your quick response, yes, I know since libvirt 5.8, the -blockdev is used for disk by default. However we have to maintain the old releases for the production environment for a while, so I still need use the old way to create the disk. >"base" argument must be a string. this means you need double quotes in >JSON ("). You also must
2000 Aug 16
5
samba development
i started on the nt domains for unix project on the basis of paul ashton's enthusiastic and "this can't be too hard" attitude, back in august 97. since then, with the encouragement of a number of people over the last three years, and with the discouragement of others, the nt domains protocols are now pretty well understood. due to that constant discouragement, i no longer find
2017 Jul 29
3
Fedora bugs and EOL [was Re: CentOS users: please try and provide feedback on Fedora] Boltron
On Jul 28, 2017, at 1:56 PM, hw <hw at gc-24.de> wrote: > Are you sure that all the added complexity and implicitly giving up a > stable platform by providing a mess of package versions is worth it? How > are the plans about dealing with bug reports, say, for squid 2.7, for > those who need that version for a feature which hasn?t been included in > current versions yet? Just