Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any R-package to build an online questionnaire with multiple-choice and open-ended questions whose answers can be conveyed from one user to another? Thanks a lot for your help.
One possibility is to use Survey Monkey for the survey itself and the Rmonkey package (https://github.com/cloudyr/Rmonkey) to analyze and report the survey results. With this approach, the user must have a Survey Monkey account, a Mashery Survey Monkey Developer account, and a registered API application.
You also can use limesurvey, which is free if you have a host server. With the package limer, you can import the responses to R.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
In performing network analysis, I want to plot network graph on maps. Ggmap seems the first choice, but it require API access.
Is there any free and equivalent/alternative (to ggmap) options that don’t require API access?
Thank you.
Open Street Map should suit your needs. Here is a package for it: https://cran.r-project.org/web/packages/OpenStreetMap/index.html. More information: https://wiki.openstreetmap.org/wiki/OSM_Scientific_Tools
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
The DHHS Collaboration Network (DHHS) contains network data from a study of the
relationships among 54 tobacco control experts working in 11 different agencies
in the Department of Health and Human Services in 2005.
I googled it but has no clue. Where can I find this data set and use it in R? Thank you.
When I put it in R:
data(DHHS)
it shows:
data set ‘DHHS’ not found
Start installing the UserNetR package
install_github("DougLuke/UserNetR")
Then
library(UserNetR)
data(DHHS)
plot(DHHS)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I need a big set of time series (multiple time series) which is collected with some external features. How to know where I can find a good data set with these features? Thanks.
Your question is not clear. But if you need just random time.series to do some testing, you can try using BETS r addin. it links you to download many Brazilian data ts from different servers
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
right now I have a big project with legacy C/C++ source codes. There are many global variables spread in different functions. In order to analyze the code, I need a tool which can take a look into these functions, check what local/global variables are used and modified in this function, and then better show theses interfaces graphically.
Does anyone have experience with this kind of analysis and know accordingly the tool names? I've tried Understand from SciTools, but it cannot deliver this kind of report.
Thanks!
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I would like to get Facebook ad spend data into R for analysis. This is similar to data about adspend that is available from Google Analytics (metric ga:adCost).
I read about the package Rfacebook but I dont think it supports this data retrieval.
Is there any other package or way to get this data into R? I am not familiar with Java etc, so it would be a pity if this can't be done in R.
Thanks
this seems to be what you are working for:
https://github.com/cardcorp/fbRads
slides and examples are here:
https://drive.google.com/file/d/0ByjOYacj5XqBWHlwWUdJcjdrSDQ/view