Hey everyone,
I have a question regarding the creation of graphics for time series.
I have two rows with one being the study subject ( ‘1’ denoting singles and ‘2’ denoting married couples).
Additionally I have a row called ‘year’ ranging from 2002 to 2012 with repeated values obviously...
I have also posted in the SPSS forum as I am currently using R 3.2.1 and SPSS 23 along with R Essentials. I have not had a problem getting the programs to communicate however when I run R in SPSS I see a generated plot for a short time but it disappears immediately. There is no way to view the...
I am currently using R 3.2.1 and SPSS 23 along with R Essentials. I have not had a problem getting the programs to communicate however when I run R in SPSS I see a generated plot for a short time but it disappears immediately. There is no way to view the graphics but the output is reported. How...
Hello,
I'm starting with Stata 13 and I'm trying to make a pie chart with the %s included. I have "press" all the "buttons" but nothing...
It`s possible to do?? Somebody knows it??
Thanks!!
I have a .csv file consisting of 1000 rows that I exported from MySQL. I have 266 unique variables in one row. Two questions:
1. How do I make a graph where you can see the frequency of each variable (character string)? (The problem is that it only shows two or three of the variables and I...
Hey,
I did a regressionanalysis with the following variables: Predictor = dummy variable, dependent Variable = metric, moderator variable = metric
I know wanna show my results in a figure.
The interaction should be shown by three regression lines. One for moderator = Mean (0), one for...
Dear all,
I have to make a last minute map...my thesis is due in a few days and our
GIS lady fell ill. So i'm trying to do this in r, but I am a beginner.
I have a global dataset of dependent values (eg. rate of common cold) for
100/240 countries/offshore territories. I have a predictor...
Hi Everyone!
This may sound silly, but for some reason I can't get R to plot pretty star diagrams using stars(). The 'wheels' that I get don't look right (i.e. they don't match my data), so now I'm thinking there must be a problem with the way I've set up my input data. (I'm new to R, can you...
:wave:
I am trying to understand how to choose a graphics card based on a price to performance value for each card.
I have a number of price/performance values for a several graphics cards and I plotted them. I naturally thought that it may be best to find a linear regression line for this...
Hello,
I am working on a boxplot where I would like the N (sample size) to be displayed on each box and also the different number of trials that the samples came from..
I have some sample data as follows:
structure(list(Female.Name = structure(c(3L, 3L, 3L, 5L, 5L,
5L, 5L, 4L, 4L...
Morning,
I am using stata for doing graph with command :
"twoway line variable1 variable2 timeVariable"
In my database, i have a lot of countries and, when stata do this graph for all the countries, the first point of every curve is joined to the last point of this same curve. Here you...
Hi Everyone,
I thought I might start a thread which showcases the graphics abilities of R. I'll start it off with one I just made.
This thread was also inspired by bg and trinker claiming that this could never be done in R.
Of course it can you just won't be able 1) to showcase it in R but it...
Good day forum,
I would like to create an axis that will further my illustration of a plot on a logarithmic scale...
10^0, \qquad 10^1, \qquad 10^2, \qquad 10^3, \qquad \ldots
This I can achieve, statically, with :
axis(2,at=10^seq(0,3,1),labels=expression(10^0,10^1,10^2,10^3), las=1)
but...
I’m starting this thread as a sharing thread. The power of [R] is in building and sharing on one another’s creativity. I’m often amazed at how people have used [R]. Anyway I’m starting this thread because I’ve been playing with special operators. I made a marginal +/- operator and thought...