similar to: SAS to R translator for particular procedures

Displaying 20 results from an estimated 1000 matches similar to: "SAS to R translator for particular procedures"

1999 Nov 12
1
SAS to R translator for particular procedures (fwd)
----------------------------Original message---------------------------- Date: Fri, 12 Nov 99 11:09:05 EST From: Bill Paterson <BAD305 at ukcc.uky.edu> Subject: SAS to R translator for particular procedures To: R-Help <r-help at stat.math.ethz.ch> X-Mailer: MailBook 98.01.000 Message-Id: <991112.111316.EST.BAD305 at ukcc.uky.edu> MIME-Version:
2001 Nov 16
1
non-negative least squares?
In July of 1999 Douglas Bates invited R users to implement an algorithm for non-negative least squares based on Bates and Wolf, 1984: Communications in Statistics, Part B 13:841-850. <http://www.ens.gu.edu.au/robertk/R/help/99b/0058.html> I'm wondering if anybody has implemented this or something similar so I won't have to reinvent the wheel. Thanks! Bob Abugov
2018 Apr 11
7
[Bug 105977] New: Samsung screen replacement in a Dell laptop brings corrupted display
https://bugs.freedesktop.org/show_bug.cgi?id=105977 Bug ID: 105977 Summary: Samsung screen replacement in a Dell laptop brings corrupted display Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium
2009 May 18
1
Predicting complicated GAMMs on response scale
Hi, I am using GAMMs to show a relationship of temperature differential over time with a model that looks like this:- gamm(Diff~s(DaysPT)+AirToC,method="REML") where DaysPT is time in days since injury and Diff is repeat measures of temperature differentials with regards to injury sites compared to non-injured sites in individuals over the course of 0-24 days. I use the following
2017 Nov 30
2
binary form of is() contradicts its unary form
2017-11-30 3:14 GMT+01:00 Suzen, Mehmet <mehmet.suzen at gmail.com>: > My understanding is that there is no inconsistency. `is` does what it > claims, from the documentation: > > ?is?: With two arguments, tests whether ?object? can be treated as > from ?class2?. > > With one argument, returns all the super-classes of this > object's
2017 Nov 30
2
binary form of is() contradicts its unary form
2017-11-30 13:26 GMT+01:00 Suzen, Mehmet <mehmet.suzen at gmail.com>: > On 30 November 2017 at 11:37, I?aki ?car <i.ucar86 at gmail.com> wrote: >> 2017-11-30 3:14 GMT+01:00 Suzen, Mehmet <mehmet.suzen at gmail.com>: >>> My understanding is that there is no inconsistency. `is` does what it >>> claims, from the documentation: >>> >>>
2000 Feb 08
1
gnome support failure (libglade error on debian)
Hi, I'm running debian - upgraded fully to potato at the start of the freeze and added latest libgnome-dev before configuring. I tried compiling with gnome support with /usr/local/R/R-0.99.0/configure --with-gnome and got the following output: checking for gnome-config... /usr/bin/gnome-config checking if /usr/bin/gnome-config works... yes checking for orbit-config...
2015 Jun 05
2
Missed call
On some SIP phones it is possible to turn off the missed call notifications, but I am not aware of a way to do the same on any cell phones. On 5 Jun 2015 07:29, "Mehmet Avcioglu" <mehmet at activecom.net> wrote: > > There is no signal that is sent to display a missed call. Your cell phone > does that. If it rings and is not answered it counts that as a miss. The > only
2017 Nov 29
2
binary form of is() contradicts its unary form
Yes, data.frame is not an S4 class but is(data.frame()) finds its super-classes anyway and without the need to wrap it in asS4(). And "list' is one of the super-classes. Then is(data.frame(), "list") contradicts this. I'm not asking for a workaround. I already have one with 'class2 %in% is(object)' as reported in my original post. 'is(asS4(object), class2)'
2001 Nov 20
0
Summary: non-negative least squares
Thank you Brian Ripley, Gardar Johannesson, and Marcel Wolbers for your prompt and friendly help! I will share any further learnings as I move through these suggestions. -Bob Abugov Brian Ripley wrote: I just use optim() on the sum of squares with non-negativity constraints. That did not exist in 1999. Gardar Johannesson wrote: You can always just use the quadratic programing library in R
2017 Oct 31
1
run r script in r-fiddle
Dear List, According to datacamp support team, r-fiddle.org is not supported. We asked them to put it down as Professor Maechler suggested it is a waste of time for the R-help to respond to questions on something not maintained and severely outdated. If you would like to use R from your browser, you can embed the following into a web page: <script
2017 Nov 29
2
binary form of is() contradicts its unary form
Hi Mehmet, On 11/29/2017 11:22 AM, Suzen, Mehmet wrote: > Hi Herve, > > I think you are confusing subclasses and classes. There is no > contradiction. `is` documentation > is very clear: > > `With one argument, returns all the super-classes of this object's class.` Yes that's indeed very clear. So if "list" is a super-class of "data.frame" (as
2004 Aug 24
3
Asterisk to Vonage
I'm trying to connect my Asterisk server via sip using my vonage soft phone account. Has any anyone successfully got to work? I get error from asterisk saying: == Parsing '/etc/asterisk/sip.conf': == Parsing '/etc/asterisk/sip.conf': Found Aug 24 11:01:11 WARNING[1125329600]: acl.c:146 ast_get_ip: Unable to lookup '216.115.25.199:5061' when trying to register with
2017 Nov 30
3
binary form of is() contradicts its unary form
2017-11-30 14:13 GMT+01:00 Suzen, Mehmet <mehmet.suzen at gmail.com>: > On 30 November 2017 at 14:04, I?aki ?car <i.ucar86 at gmail.com> wrote: >> >> Am I supposed to read every reference on a man page just to know what >> to expect from a function? >> > > If the reference is from John Chamber, you are supposed to read it. As a joke, it's funny.
2012 Dec 12
0
Job postings - computational biologists in translational science
Dear All, We have two computational biology positions to advertise - details below: Crispin ---- The Paterson Institute for Cancer Research (www.paterson.man.ac.uk<http://www.paterson.man.ac.uk/>), an Institute of The University of Manchester, seeks two (one senior, one junior) computational biologists to join the Applied Computational Biology and Bioinformatics Group (ACBBG). The
2017 Oct 31
2
run r script in r-fiddle
>>>>> Suzen, Mehmet <msuzen at gmail.com> >>>>> on Mon, 30 Oct 2017 16:05:18 +0100 writes: > We were talking about r-fiddle. It gives error there [*], > that's why I suggested using RCurl. >> source("https://raw.githubusercontent.com/msuzen/isingLenzMC/master/R/isingUtils.R") > ... unsupported URL scheme Error
2017 Jun 28
2
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
I don't think OP asked an unreasonable question at all. Civility! > On Jun 27, 2017, at 2:00 PM, Suzen, Mehmet <mehmet.suzen at gmail.com> wrote: > > Why don't you implement and uplad the package to CRAN? > > On 27 Jun 2017 17:45, "Chris Buddenhagen" <cbuddenhagen at gmail.com> wrote: > > Does anyone know of some code, and examples that
2004 Aug 26
4
ISDN Card Recommendation
I'm running Asterisk 1.0 RC2 on a RedHat 9.0 box. I have a ISDN BRI line that I would like hook up to my Asterisk server and would like to ask the group what you guys would recommend as far as isdn cards that install easily into the Linux and asterisk environment. Rgs, Mark
2017 Jun 28
0
Nash equilibrium and other game theory tools implemented in networks using igraph or similar
In what way does reminding people that packages exist because others just like them contributed something count as being uncivil? Terse, perhaps, since it bypassed the obvious suggestion to use a search engine, but not rude. -- Sent from my phone. Please excuse my brevity. On June 28, 2017 5:08:16 AM EDT, Boris Steipe <boris.steipe at utoronto.ca> wrote: >I don't think OP asked an
2007 Sep 28
0
off topic: Job advert - computational biologist
Hi, I hope you don't mind me posting this to the list: We are seeking a postdoctoral scientist to join the Applied Computational Biology and Bioinformatics group at the Paterson Institute for Cancer Research. The role will be to develop novel approaches for the analysis of high throughput genomic data, such as those arising from Affymetrix microarray experiments. We are an