Tagged Questions
0
votes
0answers
2 views
How to draw routes in open street maps using Python/R?
I have data in the form of lattitude and longitude co-ordinates. I want to plot a route for those co-ordinates in OSM using either Python or R. Can somebody tell me where can I begin? I've not worked ...
0
votes
0answers
58 views
Writing a simple app using Python [closed]
I am new to python app writing and I would like to write an app in Mac OS using py2app module, but I do not know the specific steps to do it, or if it is possible. Here are the goals for the app:
...
0
votes
1answer
49 views
Plotting color pattern graph
I know Stack Overflow is not a code writing service, but I am really stuck with this one and I have no clue how I can draw a map like this:
Where the color code is based on the p-value; the smaller ...
1
vote
1answer
25 views
Python calling plot from R script, plot does not stay [duplicate]
I am using Python which calls a plot from R. Python issues the Rscript command. Everything works, except that the plot instantly disappears.
I tried several things on the R side:
par(ask=TRUE)
...
0
votes
1answer
33 views
How to use python to score large file: alternatives to `exec`
I'd like to score very large files using models built in R.
The idea is to extract the actual predictor equation from the R model object and define a python string containing the equation.
The ...
1
vote
1answer
21 views
How do I change the version of R that Sage integrates with?
I'm on a Mac OSX 10.8.3 and running Saga 5.9. Sage uses R 2.15.2 as its default version of R, whereas in RStudio where I do most of my statistical work, I use R 3.0.1 (newest version), but Sage ...
0
votes
0answers
57 views
data munging in python compared with R (from an excel sheet)
I have a hypothetical example here with file attached (Excel File Link) where I'm loading in a file from excel and formatting it into something I can work with to either analyse or store more ...
0
votes
1answer
62 views
Plot shows up and disappears fast in R
I am plotting some graphs using R. When I run the program the plot appears and then quickly disappears. How can I make the plot stay?`
I am running the following code found in Dynamic Time Warping in ...
0
votes
0answers
70 views
Regression model for periodic data
could someone help me to find adequate regression model for my data?
I tried to seek it by changing model and initial approximation (ln 15-16) at this simple Python program:
# -*- coding: utf-8 -*-
...
0
votes
1answer
31 views
How to import a site-package from rJython?
I am trying to call some functions in openopt package for Python from R using the rJython package. I have the NumPy, SciPy, and OpenOpt installed for Python 2.7.4 on my 64 bit windows 7. Importing ...
0
votes
1answer
58 views
Python rpy2 and quantmod examples
Python programming language has helped me a lot in developing financial data analysis applications. Alternatively, there is the R for data analysis too, which has dedicated financial data analysis ...
2
votes
0answers
56 views
how to determine the source of this error message: mc(): not 'converged' in 100 iterations
The code below is a mixture of R and Python, which is used for determining the Outliers values from a list of values.
When I run this code :
#!/usr/bin/python
from rpy import *
...
1
vote
0answers
35 views
rpython and imaplib sending a search query to imap
I'm trying to import an email with a particular search string from the server. I'm using the following code.
library(rPython)
python.exec("import imaplib
import email")
python.exec('
...
1
vote
0answers
40 views
Why the input of a pure R script is different from a combination of R and Python script?
I have this script in R :
from rpy import *
r.library("robustbase")
adjboxStats(c(11232.1, 234.2, 3445532344.3, 34302.3, 203.9, 232223.3, 3434.55), coef = 2.5, a = -4, b = 3, do.conf = TRUE, do.out ...
0
votes
1answer
60 views
What is the Python (numpy or scipy or Pandas) equivalent for R's adjboxStats function?
I do use R to get the outliers for data set and I do use this snippet in R and it works like it's advertised to!
library("robustbase")
adjboxStats(c(11232.1, 234.2, 3445532344.3, 34302.3, 203.9, ...
0
votes
1answer
37 views
Runing R code on `python` with SyntaxError: keyword can't be an expression error Message
I'm looking to run some R code on python
I already installed the R package robustbase on ubunto using apt-get install r-cran-robustbase and rpy packege as well.
from the python console I can ...
0
votes
2answers
40 views
Python's equivalent to R's logspace_add function?
Is there a python's equivalent to R's logspace_add function ?
3
votes
2answers
126 views
Run R script from Python
I want to run an R-script from a Python script. The R-script is required for the projection of lat lon coordinates in a different coordinate system. I have considered two options to do this. In the ...
0
votes
0answers
60 views
Re-using C++ code that was written for R in python
I have source code written in C++. This code was written with the intention of being linked with R via the used of .Call() functions.
Thus, variables in the C++ code are defined as SEXP etc.
I am ...
-1
votes
1answer
22 views
Does anyone know a good program for adjusting confidence intervals for FDR under the BH proceedure?
I have estimated confidence intervals (CI) for a dataset of Tajima'D D values using bootstrapping to derive a null distribution. I would like to adjust these CI's to account for false discovery rate ...
5
votes
1answer
124 views
Parallelism in Julia. Features and Limitations
In their arXiv paper, the original authors of Julia mention the following:
2.14 Parallelism.
Parallel execution is provided by a message-based multi-processing system implemented in Julia in ...
-2
votes
0answers
39 views
How to plot two data sets having different types of X-axis values from different files (csv or text files) in a single plot in R
Actually i've more than two files which contains different sets of data having different x,y values in each file... i want to generate a plot for these all the files each file with different ...
-4
votes
3answers
191 views
Machine learning development environment [closed]
I use python for doing prototypes in machine learning but have often been frustrated with the slow interpreter. Is there a language which is good for prototype (enough libraries like sklearn, numpy, ...
1
vote
1answer
70 views
OLS in Python with Dummy Variables - Best Solution?
I have a problem I am trying to solve in Python, and I have found multiple solutions (I think) but I am trying to figure out which one is the best. I am hoping to choose libraries that will be ...
-6
votes
0answers
52 views
How to genericly summarize (average) data from multiple CSVs sharing a structure? [closed]
Given a group of CSV files who share the same structure (number of rows/columns) I would like to generate a new CSV that averages each "cell's" value across all files. What would be the simplest way ...
0
votes
1answer
58 views
Python equivalent of R's R2HTML to output interactive results?
I did some analysis in python that I'd like to output to something not terribly ugly in HTML, preferably without getting a full-fledged templating engine involved or making many design decisions about ...
0
votes
0answers
57 views
Python equivalent of R's mclapply()
The R package multicore has a function mclapply() which applies a specified function over a list of things and takes advantage of multiple cores. It's easy to use and results in big speed boosts.
Is ...
-4
votes
0answers
62 views
regular expression in R (need equivalent from Python) [closed]
I am pretty new with R and I couldn't find a lot of information about Regular Expression.
Basically I have a web page and I would like to extract some information from it.
In python the command line ...
0
votes
1answer
60 views
Good libraries in R or Python for analytics of network/graph data [closed]
Disclaimer: I have fairly straightforward/brute-force ways of solving my questions; the goal of the question is to learn better approaches and libraries that assist with these calculations.
I have a ...
0
votes
1answer
45 views
Is RTextTools for R 2.12 available? [closed]
I have to use R with Python for which I am using rpy module. But the latest module that I got supported only R 2.12.1 and the libraries like RTextTools and topicmodels support versions 2.13+.
Are ...
0
votes
1answer
61 views
Reverse Geocoding to get Location details
I have longitude and latitude data. I need to reverse geocode to get city, state, country data separately.
I have checked google service.
Google provides complete address to a micro level. ...
0
votes
0answers
107 views
Importing rpy2 modules in Enthought Canopy python
I reinstalled R and rpy2 after installing Enthought Canopy python.
In python I can now:
import rpy2
without an error message.
However, when I want to import any specific rpy2 modules, I get the ...
1
vote
1answer
208 views
Installing python module “rpy2” after installing Enthought Canopy
Some of my python scripts use rpy2 as an interface to R, which worked perfectly with the previous Enthought EPD python.
I recently installed Canopy Python from Enthought.
Python now no longer finds ...
1
vote
0answers
68 views
seasonal decomposition on non-uniform spaced time series, any well-established algo in R or Python?
stats package in R has stl(), but it requires a uniformly spaced time series created by ts(). It can't deal with zoo objects.
Strangely, it can't deal with missing values either, although STL method ...
3
votes
3answers
86 views
How to generate sample data with exact moments
How to generate exact data?
In R we have the option to use rnorm to sample from a population with certain characteristics (say, mean=0, sd=1), but how do we get data with exactly mean=0, sd=1?
This ...
0
votes
2answers
61 views
Getting part of R object from python using rpy2
I can get the output I need using R, but I can not reproduce within python's rpy2 module.
In R:
> wilcox.test(c(1,2,3), c(100,200,300), alternative = "less")$p.value
gives
[1] 0.05
In ...
1
vote
2answers
94 views
Plotting flaws in Matplotlib
Scatter plot using x,y coordinates proposes plots in Matplotlib that differ from those obtained using other programs. For example, here are the results of some PCA on the two fit score. The same graph ...
1
vote
1answer
60 views
Detecting outliers in zero inflated and overdispersed count data
I want to thank you in advance for your consideration of my problem.
I have what I naively thought to be a fairly straight forward problem that involves outlier detection for many different sets of ...
0
votes
2answers
62 views
Create histogram based on XY coordinates
I would like to be able to have a user drag points across an XY-plane, resulting in a histogram (in Python 3.3).
Consider the following picture, in which the red shows the motion the mouse made ...
3
votes
1answer
86 views
Emacs indentation does not identify variables in Python-mode
So I really like how Emacs automatically colors variables in Python. However, when there is indentation (e.g. within a for loop), it does not color the syntax anymore. Is there an easy solution (same ...
3
votes
1answer
55 views
Generator functions in R
Is there a package or language construct in R that facilitates or provides the implementation of "Python-like generators"?
By "Python-like generators" I mean functions that keep state between calls, ...
2
votes
2answers
125 views
Generate correlated data in Python (3.3)
In R there is a function (cm.rnorm.cor, from package CreditMetrics), that takes the amount of samples, the amount of variables, and a correlation matrix in order to create correlated data.
Is there ...
0
votes
0answers
67 views
Did Vector() in rpy2 make a copy of data?
I am using rpy2 to use R functionality with python coding. As I am concerned with speed issues, I want to make sure I made the right choice of whether a matrix should be an R or python object. I ...
0
votes
0answers
48 views
Converting pandas panel object to rpy2.robjects.vectors.Array object
Is there a function to convert pandas panel (3-dimensional) object to a rpy2.Array object?
I was able to do this to convert only the data to rpy2.Array. But this doesnt set the dimnames/names for the ...
1
vote
1answer
95 views
feeding distance matrix to R clustering from Rpy2
I have the following custom made NxN distance matrix in numpy/scipy:
dist_matrix = array([array([5, 4, 2, 3, 2, 3]),
array([4, 5, 2, 3, 2, 2]),
...
1
vote
1answer
79 views
Import an SVM model in PMML to Java or Python?
Short question: is there a PMML interface for Java, Python or any other major programming language that supports SVM models?
Background: I have trained an SVM model in R using the ksvm function from ...
1
vote
3answers
133 views
What is the equivalent to R's match() for python Pandas/numpy?
I'm an R user and I cannot figure out the pandas equivalent of match(). I need use this function to iterate over a bunch of files, grab a key piece of info, and merge it back into the current data ...
1
vote
2answers
119 views
Data frames in R
Pandas has proven very successful as a tool for working with time series data. For example to perform a 5 minutes mean you can use the resample function like this :
import pandas as pd
dframe = ...
3
votes
1answer
87 views
numpy/scipy equivalent of R ecdf(x)(x) function?
What is the equivalent of R's ecdf(x)(x) function in Python, in either numpy or scipy? Is ecdf(x)(x) basically the same as:
import numpy as np
def ecdf(x):
# normalize X to sum to 1
x = x / ...
1
vote
0answers
100 views
Python subprocess - write multiple stdin
I need to open an R script and supply it with input formulated by a separate python script. The subprocess module seems to be a good way to do this.
I have encountered some puzzling results though, ...



