Displaying 20 results from an estimated 900 matches similar to: "SAS Institute to invest upto $20 m with R Project"
2009 Mar 28
2
recommended computing server for R (March 2009)?
dear r-experts:
I need to speed up my monte-carlo simulations. my code is written in R (and
it was also the cause of my many questions here over the last few days). my
code is almost all matrix/vector algebra on panel data
sets---long-difference, fixed-effects, blundell-bond, etc.. the data set is
about 10MB, so 1GB per CPU core should be plenty for my operations, and
with $10/GB of
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
2016 May 06
1
[PATCH] perl: use INT2PTR macro for casting back to guestfs_h * (RHBZ#1150298)
Use the right macro, which should avoid the warnings seen with Perl
headers on some architecture.
---
generator/perl.ml | 2 +-
perl/typemap | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/generator/perl.ml b/generator/perl.ml
index 19cabb6..a665051 100644
--- a/generator/perl.ml
+++ b/generator/perl.ml
@@ -242,7 +242,7 @@ DESTROY (sv)
HV *hv = (HV *) SvRV (sv);
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>
2010 Jul 07
1
[PATCH] hivex: add hivex_set_value api call and ocaml/perl bindings, tests
Round 3 -- this time with working OCaml bindings.
(I'm not on the list, please copy me on replies, thanks.)
---
generator/generator.ml | 77 ++++++++++++++++++++++++++++++++++++++++-
lib/hivex.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++
perl/t/201-setvalue.t | 54 ++++++++++++++++++++++++++++
3 files changed, 219 insertions(+), 2 deletions(-)
create mode 100644
2003 Nov 09
1
vertical service codes (US standard)
Source:
http://www.nanpa.com/number_resource_info/vsc_assignments.html
See also:
http://bugs.digium.com/bug_view_page.php?bug_id=0000071
Some (which?) of the codes below are hardcoded into Zap channels only.
Is there a European equivalent for this (or ITU / IETF)?
Greetings, Philipp
VERTICAL SERVICE CODES (US Standard)
ASSIGNMENTS
*00 - Inward Voice Activated Services (English)
*01 -
2008 Nov 23
1
R and the Web: A small Wordpress plugin RwebFriend
Hi,
The web interfaces are great examples of using R from the web. The wordpress
plugin is a great creative thought.
Taking this further- since one critical point in R vs SAS or other Corporate
Type Software is the way it handles memory,
could we install say R web and these plugins on a cloud scalable
environment ( basically computing and memory scalable per use) to
offer R as a SaaS
Zementis
2006 Jul 31
2
two printers with same name problem
hello
i was uploading drivers and renamed a printer by error with the name of
an other existing one.
now, when i rename one of them or click-right and ask for properties,
it's always the first printer that is renamed or that i see the
properties of. so i cant fix my mistake.
has anybody the same problem ?
how should i fix that ?
thanks
ELH
--
?ric LE H?NAFF
?cole normale sup?rieure -
2010 Mar 16
2
Missing index in vector assignment
Dear r-helpers,
I am getting a mismatch error between two variables:
svp <- ksvm(x, y, type="nu-svc")
Error in .local(x, ...) : x and y don't match.
and I suspect that it might be due to missing index in the y variable which
I defined as:
y <- (LVvar[,1])
I tried various methods to make the y assignment in the same format as x,
which is a dataframe
x <-
2007 Mar 30
2
Re: FLAC: same features as WavPack
Brian Willoughby wrote:
> Hi Justin,
>
> Are you saying that 24-bit support does not work for you? Which
> version of FLAC are you using? What platform? What kind of files are
> you trying to compress?
>
We're using FLAC 1.1.2, and we're compressing any kinds of PCM audio.
The software that we make that uses it is REAPER, www.reaper.fm.
We sent some messages
2011 Aug 26
1
kernlab: ksvm() bug?
Hello all,
I'm trying to run a gird parameter search for a svm.
Therefore I'M using the ksvm function from the kernlab package.
----
svp <- ksvm(Ktrain,ytrain,type="nu-svc",nu=C)
----
The problem is that the optimization algorithm does not return
for certain parameters.
I tried to use setTimeLimit() but that doesn't seem to help.
I suspect that ksvm() calls c code that
2006 Jul 24
5
USRMGR and 3.0.23a
hello
i cant manage groups with usrmgr and the configuration below
debian sarge, samba 3.0.22, openldap 2.2.23, smbldap-tools 0.8.7.
usrmgr reports he cant find the groups.
is it solved by samba 3.0.23a ? does anybody report enhancement after
upgrading to 3.0.23a ?
Regards
ELH
--
?ric LE H?NAFF
?cole normale sup?rieure - Centre de ressources informatiques
Informaticien, Ing?nieur d?veloppements
2002 May 29
1
New with Samba
Hello to all,
I have installed Mandrake 8.2 in a PC with 2 net cards. This is a subnet. The main net is called RED with a server in WinNT server 4.0 svp 3 and the subnet Animacion. When I configure Samba, I cannot see the other PC?s of RED. The other PC in the subnet is in Win2k. In this I can see the shared dir of the Linux. Making a browse in network. The linux is configured to enter to the
2010 Jul 03
1
[PATCH] hivex: add hivex_set_value api call and perl bindings, tests
Added Perl binding glue and a simple test along the lines of present
tests.
(And again: I'm not on the list, please CC me on replies. Thanks!)
---
generator/generator.ml | 62 +++++++++++++++++++++++++++++++--
lib/hivex.c | 90 ++++++++++++++++++++++++++++++++++++++++++++++++
perl/t/201-setvalue.t | 54 ++++++++++++++++++++++++++++
3 files changed, 203 insertions(+), 3
2004 Mar 29
1
wine-20040309 build error
Hi all,
I am trying to build wine-20040309, and i am facing a gcc crash while compiling
winetest. The log is below (sorry : it's localized in french).
make[2]: Entre dans le r?pertoire
`/home/root/build/wine-20040309/programs/winetest'../../tools/winegcc/winegcc
-B../../tools/winebuild -mwindows gui.o main.o send.o util.o
winetest.exe.dbg.o gui.res winetest.res -o winetest.exe.so
2008 Jul 30
2
R -Legality Question about R's Open Source GNU GPL License
whats the license policy of using r as a SaaS with other apps, priced for a
fee. I am not sure which license to invoke.
regards,
ajay
[[alternative HTML version deleted]]
2009 Jan 07
12
R in the NY Times
This article is accompanied by nice pictures of Robert and Ross.
Data Analysts Captivated by Power of R
http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html
January 7, 2009
Data Analysts Captivated by R?s Power
By ASHLEE VANCE
To some people R is just the 18th letter of the alphabet. To others, it?s the rating on racy movies, a measure of an attic?s insulation or
2011 May 26
0
R svm prediction kernlab
Hi All,
I am using ksvm method in kernlab R package for support vector
machines. I learned the multiclass one-against-one svm from training data
and using it to classify new datapoints. But I want to update/finetune the
'svm weights' based on some criteria and use the updated svm weights in the
predict method framework. I don't know if its possible or not, how do
classify new
2010 Apr 12
3
Google to Open-source VP8 for HTML5 Video
"Google will soon make its VP8 video codec open source, we?ve learned from multiple sources. The company is scheduled to officially announce the release at its Google I/O developers conference next month, a source with knowledge of the announcement said. And with that release, Mozilla ? maker of the Firefox browser ? and Google Chrome are expected to also announce support for HTML5 video
2008 Nov 20
2
R on Ubuntu Server
Dear List,
Has anyone worked with R on Ubuntu Server edition. Also would it be possible
to connect to this ever using remote desktop .
In addition has anyone worked with using R from a Amazon EC2 cloud like
structure. Any early previews of Azure SDk's and R .
Could you guide me to a place where I can read about this ?
This is research project for low cost analytical solutions for developing