Displaying 20 results from an estimated 120 matches similar to: "R Language Bloggers and Web Sites Owners"
2009 Mar 04
0
OT : Interview with Anne Milley ,SAS
Dear Lists,
This is an off topic (OT ).
I recently took Anne Milley's interview .In Part 1 of the interview , Anne
talks about SAS, WPS, other softwares she studied like SPSS,.She also talks
about the difference between small and big companies , what sets SAS apart
and the famous licensing model of SAS
Interview – Anne Milley, SAS Part 1<http://smartdatacollective.com/Home/16909>
2009 Mar 06
1
OT: SAS on Open Source ,R and Code
Hi List,
This is a slightly non technical ,hence OT topic.
Here is an Interview with Anne Milley of the SAS Institute.
Anne Milley is director of product marketing, SAS Institute . In part 2 of
the interview Anne talks of immigration in technology areas, open source
networks ,how she misses coding ,and software as a service especially SAS
Institute’s offering . She also reveals some preview on
2008 Sep 29
0
nomogram function (design library)
Dear colleagues,
I hope someone can help me with my problem.
I have fitted a cox model with the following syntax:
# cox01def <-cph(Surv(TEVENT,EVENT) ~ ifelse(AGE>50, (AGE-50)^2,0) +
BMI +
# HDL+DIABETES +HISTCAR2 + log(CREAT)+
as.factor(ALBUMIN)+STENOSIS+IMT,data # = XC, x=T, y=T, surv=T) *1
Furthermore I have estimated my beta's also with a Lasso method -
Coxpath ( from
2009 Feb 03
0
Deploying a R model on a cloud computer using PMML
Dear List,
Please find an interview from Michael Zeller ,CEO, Zementis. Mike talks
about how to use an existing model ( created in R) , using PMML as an
intermediate for exporting the model, and deploying it on a cloud computer
for as low as 1 $ per hour.
Regards,
Ajay
*Ajay-* *What are the traditional rivals to scoring solutions offered by
you. How does ADAPA compare to each of them. Case
2009 Mar 17
0
Interview: Jon Peck on SPSS, R ,Python ...
Dear List,
I recently got the chance to interview Jon Peck of SPSS Inc, a pioneering
technical statistician working since 1983 (when there were only two
substantial statistical software companies as per him ;) (not anymore ;)
and currently he is a Principal Software Engineer and Technical Advisor at
SPSS.
Jon talks of SPSS Inc's involvement with the Open Source, of scripting
languages
2010 Nov 13
0
Looking for R bloggers in non-English languages
Hello everyone,
Today I started a non-English version of R-bloggers, at:
http://www.r-bloggers.com/lang/
R-bloggers.com is a blog aggregator (or a meta-blog) that offers content
about R from 133 bloggers, publishing about 1 to 5 new posts a day. I am
happy to see over 2700 people had already subscribed to these blogs, and I
am hoping to now offer a similar service to non-English speaking
2014 Feb 07
0
where can i get list of bloggers with their email id on ruby on rails
where can i get list of bloggers with their email id on ruby on rails.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To
2009 Jul 01
1
Are there any bloggers amoung us going to useR 2009 ?
*(note*: This is an R community question, not a statistical nor coding
question. Since this is my first time writing such a post, I hope no one
will take offence of it.)
Hello all,
I will be attending useR 2009 next week, and was wondering if there are any
of you who are *bloggers *intending to participate and report on useR 2009?
If so - I would love to know your blogs URL so as to follow you.
2009 Dec 05
2
Announcing a new R news site: R-bloggers.com
Hello everyone.
After some good time of work, I am proud to present: www.r-bloggers.com
What is R-Bloggers.com?
R-Bloggers.com hopes to serve the R community by presenting (in one place)
all the new articles (posts) written (in English) about R in the "R
blogosphere".
How does R-Bloggers operate?
This site aggregates feeds (only with permission!) from participating R
blogs. The
2012 Mar 07
2
hardware issues? driver issues?
Got a bunch of servers from Penguin. Supermicro m/b's H8QG6. We put a 3tb
drive in for additional workspace for the users, and some of them won't
read, others will go for weeks, then spit out DRDY errors. lshw shows the
controller as an ATI SB7x0/SB8x0/SB9x0 SATA.
I did notice that it shows
*-storage
description: SATA controller
product: SB7x0/SB8x0/SB9x0 SATA
2007 May 12
0
Kudos from a blogger
http://sevengeeks.blogspot.com/2007/05/how-far-has-wine-come.html
says
"I... have tried wine in the past... I was always disappointed.
Although many apps were and may have been supported at the time
it always seemed that the one I wanted to run was either not supported
at all or very limited...
I decided to give it another go earlier this year and was very pleased
and surprised.
... all
2006 May 12
2
Agile WebDev 2nd Edition: PDF free for 1st edition owners?
Hi all
I''m just wondering if I get the 2nd version of "Agile Web Development
with Ruby on Rails" for free if I already own the 1st edition
paperback/PDF combo?
And anyway: I wanted to update my first edition, but I can''t find the
link anymore where I could get a new PDF version?
Thanks a lot for help.
Josh
--
Posted via http://www.ruby-forum.com/.
2007 Dec 03
0
[LLVMdev] LLVM 'Code Owners'
Hi Everyone,
It is getting more and more clear that I can't keep up with everything
that is happening in the LLVM community ("Chris doesn't scale"). There is
too much great stuff happening and I can't review all the code coming in
and still have time to write my own contributions.
After discussion with a few people, I've decided to introduce the new
concept of an
2012 Nov 16
0
[LLVMdev] !!! 3.2 Release branch patching and the Code Owners
On Nov 16, 2012, at 2:17 PM, 32bitmicro <root at 32bitmicro.com> wrote:
> Hello,
>
> Recent code owner activities have led to
> what I would call loss of referential integrity
> in the CODE_OWNERS.TXT file.
>
> Changes are fine but the information in the
> CODE_OWNERS.TXT does not allow to positively
> identify code owner of the particular
> file or patch.
2012 Nov 17
0
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
Hi Pawel, I guess the code owner could be noted in each source file.
Eg: in SelectionDAGBuilder.cpp, there could be a line in the comment
block at the start:
// Code owner: Owen Anderson (resistor at mac.com)
Then anyone working on a bug or with questions about code instantly knows
who to turn to.
Ciao, Duncan.
2012 Nov 17
0
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
On Nov 17, 2012, at 12:57 PM, Nadav Rotem <nrotem at apple.com> wrote:
> I think that the code owner process is becoming complicated and I am not sure if it serves Chris's original intent. I don't think that we need to change every file nor do we need an automatic tool to find the owner. I think that a simple text file, or a section in the docs is enough.
^^ this
Joe
2012 Nov 18
0
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
On Nov 17, 2012, at 9:57 AM, Nadav Rotem <nrotem at apple.com> wrote:
> I think that the code owner process is becoming complicated and I am not sure if it serves Chris's original intent. I don't think that we need to change every file nor do we need an automatic tool to find the owner. I think that a simple text file, or a section in the docs is enough.
I agree. What problem
2012 Nov 18
1
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
On Sun, Nov 18, 2012 at 11:41 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Pawel,
>
>
>>> Can you provide some examples of the problems you are seeing?
>>
>>
>> Here is what happens.
>>
>> I get a message "could you please include/add/merge this r16xxxx into
>> 3.2?". And my immediate reaction is sure, no problem this
2012 Nov 20
0
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
On 20/11/12 05:57, Chris Lattner wrote:
> Fwiw, I approve both of these patches if they are still unmerged.
...
>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/155994.html
>> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20121112/156206.html
Thanks Chris. Can you please also give your go ahead for this nasty reassociate
infinite loop
2012 Nov 22
1
[LLVMdev] [cfe-dev] !!! 3.2 Release branch patching and the Code Owners
The reassociate patch is also ok with me.
-Chris
On Nov 21, 2012, at 2:26 AM, Duncan Sands <baldrick at free.fr> wrote:
> Hi Pawel,
>
>> I would like to merge r168035, r168181 and r168291 as
>> one reassociate changeset:
>
> r168181 has nothing to do with reassociate, so should be separate. r168035 and
> r168291 have no logical connection so I don't think