Tagged Questions
S is a statistical programming language
8
votes
4answers
828 views
5
votes
4answers
140 views
Passing an array from php via command line to R
I have a problem, e am executing a R script from php via command line, and i need to give it two arrays for calculation.
I call the script by running:
Rscript nls.R ??? ???
??? and ??? are my ...
4
votes
1answer
180 views
Custom Heat Map in R
I need to create custom heat map as illustrated in the attached figure. It is different from a conventional heat map in the sense that I want it to use two color gradients, one for positive values and ...
1
vote
2answers
253 views
The remote procedure call failed with on MSSQL Server 2008
Recently, I have installed MSSQL Server 2008 Express.
Every time I try to enable "SQL Server Agent (SQLEXPRESS)", I got this error message:
WMI Provider Error: "The Remote procedure call failed".
...
0
votes
0answers
13 views
STI Polymorphcis is broken in Rails3.1
I am using single table inheritance (STI) polymorphic feature in my app. I just migrated from rails 3.0.10 to 3.1.3 on windows7.
Here is the use case:
class Collaboration < ActiveRecord::Base
...
0
votes
0answers
76 views
Generate a vector graphics format of an R Graph [closed]
I have an R script that generates a graph. I need it to be saved in a vector format (to retain the quality when the image is re-sized). PDF will not be very useful since it is not convenient to ...
0
votes
1answer
22 views
subsites under same application pool
I got a website, will create many subsites under this one ( may be around 300). Can I place all these susbites under one application pool ? thanks !
0
votes
0answers
306 views
How to make an Odin flashable ROM with phone runing CyanogenMod 7.1
How to make an Odin flashable ROM with phone runing CyanogenMod 7.1
Hey evryone,
I want make an odin flashable rom to my galaxy s runing cm7, I have folowed this tuto ...
0
votes
1answer
110 views
How to send text message to more than 1 number?
I am trying to have a list of contact numbers.
I want to know is there a way to send a text message to more than 1 number iprogrammatically in android?
If so how?
0
votes
1answer
54 views
How to achieve invariable background during scene change in cocos2d?
Scene A and scene B have same background. If transition from A to B has animations (say, move in from left), the background will also take part in it. I do not want this. In other words, the ...
0
votes
1answer
144 views
Nonlinear regression in R / S
I have a R / S / Nonlinear regression related issue and i am not a R programmer, so i kinda need help.
I have two arrays - tt and td.
I need to find the parameters a,b and c so the sum of least ...
0
votes
1answer
184 views
Calling R from S-Plus?
Does anyone have any suggestions for a good way to call R from S-Plus? Ideally I would like to just pass code to R and get data back without having to write anything too elaborate to integrate them. ...