1
vote
3answers
29 views

R, Sum frequency data frame by name

i have a data.frame that looks like this: Name freq 1 species1 4 2 species2 8 3 species1 7 4 species1 ...
1
vote
1answer
48 views

Merging more than 2 dataframes in R by rownames

I gather data from 4 df's and would like to merge them by rownames. I am looking for an efficient way to do this. This is a simplified version of the data I have. df1 <- data.frame(N= ...
1
vote
0answers
24 views

Filtering a data frame in R and an unwanted filtered out result

This snippet: names<-c("Alice","Bob","Charlie") ages<-c(25,24,25) friends<-data.frame(names,ages) a25 <- friends[friends$age==25,] a25 table(a25$names) gives me this output names ...
0
votes
2answers
23 views

Plotting selective values in R above above a given value

I have two columns of data in a data frame in R. I want to plot values from the 2nd column that are above a particular value say 'p'. And I also want to have the X axis as the first column i.e the ...
4
votes
2answers
45 views

simple reshape in R using reshape2 causes error

I am trying to do a simple reshape to make test look like this: a_estimate, a_tstat, b_estimate, b_tstat 1, 3, 2, 4 This is the code I try: require(reshape2) ...
0
votes
2answers
43 views

reshaping and filtering data frame in R

My data frame looks like this: Location Data Value Value_kind A species1 11 single A species2 10 mean A species3 8 ...
0
votes
3answers
29 views

Data frame to matrix without using reshape

I have a data frame: set.seed(1234) mydata <- data.frame(d1=strsplit("AAABBCCCCCDD", "")[[1]], d2=rnorm(12), d3=c("aba", "bbc", "ccb", "aba", "bbc", "ccb", "aba", "aba", "ccb", "bbc", "aba", ...
1
vote
1answer
34 views

convert data.frame to data.table column missing

Had a case like this. Tried to convert "mtcars" class from data.frame to data.table. "mtcars" data: > mtcars mpg cyl disp hp drat wt qsec vs am gear carb Mazda RX4 ...
0
votes
2answers
37 views

Create barplot from data.frame

In R I have a data.frame like the one on the top of the picture. Is there a possibility to create a barplot like the one on the bottom of the image?
1
vote
2answers
31 views

Combining two data frames into two columns in R

I would like to combine two data frames into two columns in R: Here is an example of the two data frames: Data frame XY: X Y x1 y1 x2 y2 x3 y3 x4 y4 x5 y5 Data frame XZ: ...
2
votes
1answer
27 views

Keeping Row names when using as.data.frame.matrix

I have the following data set: Date<-c("9/7/2010","9/7/2010","9/7/2010", "9/7/2010","9/7/2010","9/7/2010","9/8/2010") EstimatedQuantity<-c(3535,2772,3279,3411,3484,3274,3305) ...
3
votes
3answers
46 views

automatic filtering of measurement data within R

my question is about automatic filtering of measurement data, because I have several hundred files to process. The file-structure looks like: test1 <- ...
7
votes
1answer
44 views

Data.table objects turn into data.frame after calling fix()

Every time I run the command fix(DT) on a data.table, after closing the fix window, DT turns into a data.frame object. Is this normal? library(data.table) DT <- data.table(a = 1:2, b = 2:3) > ...
0
votes
2answers
52 views

Return multiple values with function in R

Iam trying to calculate multiple values with my own function from a dataframe. The function currently returns only one value in a dataframe. It seems my for loop is not working correctly. I've also ...
0
votes
1answer
38 views

Replacing text in data frame in r

I want to replace text in one column with numbers for example, >df = chickwts >df weight feed 1 179 horsebean 2 160 horsebean 3 136 horsebean 4 227 horsebean 5 217 ...
0
votes
2answers
43 views

Combining items from a data.frame list into a single data.table

I have a named data.frame that contains 10 items with three columns each. Each item in the data.frame looks like this: $RandArcBo1 $RandArcBo1$x [1] -97.5 -174.5 156.5 -172.5 111.5 -132.5 142.5 ...
1
vote
3answers
28 views

Finding proportions based on data.frame subsets

I have a set of counts from data with three dimensions: df <- data.frame(type = c("A", "B", "B", "A", "A", "C", "B", "C"), group = c("Tp", "Tp", "Tp", "Tp", "Fc", "Fc", "Fc", "Fc"), size = ...
1
vote
1answer
45 views

How to insert rows at variable positions in a dataframe

My original data frame shows changes on one variable (act, measured in seconds) over approx a 2-week period for several individuals (identified by Ring). My problem is that this variable stretches ...
1
vote
2answers
25 views

dataframe (product) correlations in R

I've got 2 dataframes each with 150 rows and 10 columns + column and row IDs. I want to correlate every row in one dataframe with every row in the other (e.g. 150x150 correlations) and plot the ...
0
votes
1answer
20 views

Add column to data frame with column names of selected options

So if i have a data frame like the following: df = data.frame(cbind(c(0,0,1,0), c(1,0,0,1), c(1,1,0,0))) df X1 X2 X3 1 0 1 1 2 0 0 1 3 1 0 0 4 0 1 0 I would like to add a fouth column ...
2
votes
2answers
24 views

How to subset a dataframe by factor levels of another in R?

I have two daframes (A,B) that both contain exactly the same columns. A<-data.frame(factor=c("A","B","C"),value=c(1,2,3)) B<-data.frame(factor=c("A","B","C","D","E"),value=c(7,8,9,4,5)) At ...
4
votes
1answer
35 views

Programming a sensitivity analysis in R: Vary 1 parameter (column), hold others constant. Better way?

I want to test the sensitivity of a calculation to the value of 4 parameters. To do this, I want to vary one parameter at a time -- i.e., change Variable 1, hold variables 2-4 at a "default" value ...
1
vote
2answers
25 views

How to add a factor column to dataframe based on a conditional statement from another column?

I have a dataframe for which I need to add a factor column based on a conditional statement. Here is the data. Code: morstats.agri.f <- moroccostats[c("year","agVA_g","agVA_ppp_g")] ...
0
votes
1answer
52 views

How to do for loops without overwriting?

I have a large data.frame called rain with information of many species mesured in different plots at different times (census), from which I want to extract the information. This data frame have many ...
0
votes
2answers
51 views

Averages based on elements from other columns

So, I’ve been trying to get this working but for some reason, I’m just not making any progress on this. And I was hoping if you guys could help me. Pretty much, I have a data frame that I would like ...
4
votes
2answers
57 views

How to get column name of the variable with the top 10 highest values?

If I have a data.frame(sum_clus) with 600 columns(variables) and 10 rows which have no NA's and are all numeric values, how can I create 5 new variables that give me the column names of the top 5 ...
0
votes
1answer
17 views

Reshaping block in data.frame to lists is columns uneven length

I would need your help with R to cast this data: STATUS SCORE JOB.ID 1 STATUS1 99 JOB1 2 STATUS1 99 JOB2 3 STATUS1 99 JOB3 4 STATUS1 99 JOB4 5 STATUS2 ...
2
votes
4answers
50 views

find highest proportion in data.frame

I have a dataframe that looks like this: x <- data.frame(sector=rep(1:5, each=2), subspecies=rep(c("Type A", "Type B"), 5), proportion= c(.2, 1-.2, .3, 1-.3, .4, ...
0
votes
2answers
35 views

replace string in dataframe

I'm trying to replace a certain string in a large data.frame. I just found the following solution but gsub doesn't preserve the original data.frame layout. How can I achieve this. I mean I want to ...
2
votes
2answers
40 views

Why na.omit adds a row to empty dataframe?

I have a code that was doing something like d <- load a data.frame, possible an empty one... d <- na.omit(d) if (NROW(d)>0) { do something... } This appears to be wrong due to the fact ...
2
votes
1answer
40 views

Converting Dataframe to LIST

I wish to convert a dataframe to list. Here's an example dataframe: colname name age address 1 John 22 Singapore 2 James 44 India 3 Jessie 21 ...
1
vote
2answers
80 views

converting a row of data.frame to column names using data.table

I have a large data frame of 5 million rows, with three columns. I would like to transform it to a matrix which has as its rows USER_ID, ID as columns, and value as CNT. This could be done with melt ...
0
votes
1answer
40 views

how deleted the missing data in large data frame

I have a large data.frame, if the code1 and code2 and code3 are missing then I will deleted DATE BIRTHDAY ID code1 code2 code3 ID_SEX 19970406 19501022 1 32 4 2 ...
-1
votes
1answer
48 views

Variable Reference Elements of Lists in R [closed]

I have been using R for a number of years now and I keep expecting to stumble upon the answer to this basic question somewhere but somehow I can't seem to find it anywhere. How do you use a variable ...
0
votes
1answer
23 views

R: How to add missing dates to a dataframe twofold and and give each a different value in other column?

I have the following dataframe which is actually part of a much larger one: [7080,] 20100303 3.669138e-01 0.000000000 [7081,] 20100303 4.347603e-01 0.000000000 [7082,] 20100305 4.252109e-01 ...
1
vote
1answer
32 views

R: use two names of rows of data-frame to form column names in matrix

I have data of the sort District Year Social.Assistance Danger.Poverty GINI S80S20 Charlottenburg-Wilmersdorf 2011 14.6 12.2 0.33 5.1 ...
0
votes
2answers
61 views

Rename a lot of column r

I have 2 data frames with column names: print(colnames(selectedTrainData)) [1] "V331" "V305" "V310" "V161" "V322" "V271" "V355" "V83" "V185" "V10" print(colnames(selectedTestData)) [1] "V330" ...
1
vote
1answer
33 views

R higher order function map on a dataframe

In standard functional programming, Map takes a list l and a function F and returns a new list with F applied to every element. As an example consider: F(x) = x^2 and the list l = [1, 2, 3, 4, 5] ...
0
votes
3answers
77 views

R loop dataframes [duplicate]

I am dealing with a dataframe in R that has only 2 columns but a very large number of rows. I want to divide my dataframe into subsets of say 'm' rows each and find the mean of the values in a column ...
0
votes
1answer
34 views

R: visualizing p-values in a grid?

So I'm reading two .csv files into dataframes containing gene expression values by brain region. They both look a bit like this: reg1 reg2 reg3 reg4 reg5 reg6 reg6 reg7 reg8 ...
3
votes
2answers
23 views

Calculating number of values less than x by row of data frame

I have searched the forums and the web high and low for the last two days, and broken down my script to try and find the issue, but for some reason, I can't get this to work properly beyond the first ...
3
votes
2answers
33 views

R merge or lookup cell value based on two columns

I have two tables, and I want to transfer information from one of them into the other. There are names and subnames. Each name + subname combination has a value associated with it, which is ...
1
vote
2answers
42 views

Quarry and aggregate data based on conditions in R

I have a data frame and I want to get the mean of all values of type b for each year, if type a have values equal to 1. Year type value1 value2 value3 value4 value5 1 a 1 1 ...
-1
votes
1answer
38 views

R Merge Dataframe

I have multiple data frames but they all have same column headers what I want to do is just append them one after the other to make one big dataframe. What is the best way to do this. I used the ...
1
vote
1answer
44 views

Aggregate a data.frame without a function

I have the example data frame test.df<-data.frame(id=c("A","A","A","B","B","B"), time=c(1:3,1:3), x1=c(1,1,1,2,2,2), x2=c("A","A","A","B","B","B")) x1 and x2 variables are the same within each ...
2
votes
4answers
53 views

How can I add rows to an R data frame every other row?

Brief: how can I add m rows to my m X n data frame, where each new row is inserted after each existing row? I will essentially copy the existing row, but make a change to one variable. More detail: ...
0
votes
3answers
48 views

Behavior of subsetting data frame for unique column values

Background: I have a data frame with one column having duplicate values. I am trying to split this data frame by picking out all the rows with duplicate column values, process them and then spit out a ...
0
votes
1answer
34 views

Converting Elements in a Dataframe to Columns in a Table

I have a dataframe that looks like this: $RandArcBo1 $RandArcBo1$x [1] 150.5 166.5 135.5 177.5 -146.5 153.5 -152.5 152.5 157.5 -174.5 -155.5 -139.5 -129.5 136.5 -157.5 73.5 $RandArcBo1$y ...
1
vote
2answers
51 views

Subset of a data frame with the penultimate values of one of the columns

I have a data.frame with lots of columns, one of them has the code of the sample area and another one has the number of the sample. I want to subset the information just from the penultimate sample in ...
2
votes
1answer
34 views

Referring to a data frame by a variable name when creating a new column in R

I have a series of ten data frames containing two columns, x and y. I want to add a new column to each data frame containing the name of the data frame. The problem I am running into is how to refer ...

1 2 3 4 5 35