Re: [R] Finding index of specific values in a data.frame

2015-06-11 Thread Kevin Kowitski
Oh I see, I'm sorry I just plopped it in GitHub for ease of help, I didn't notice I put it under coursera work. This task is not related to coursera, I will separate it out. -Kevin Sent from my iPhone > On Jun 10, 2015, at 3:21 PM, David Winsemius wrote: > > >> On Jun 10, 2015, at 9:41 AM,

Re: [R] Finding index of specific values in a data.frame

2015-06-11 Thread Kevin Kowitski
I did not realize that there is a coursers assignment similar to this. I am running this for data analysis at work, not for coursers. However I will look through the link you provided and see if it is applicable. Thanks, Kevin Sent from my iPhone > On Jun 10, 2015, at 3:21 PM, David Winsemius

Re: [R] Finding index of specific values in a data.frame

2015-06-10 Thread David Winsemius
On Jun 10, 2015, at 1:00 PM, Kevin Kowitski wrote: > Oh I see, I'm sorry I just plopped it in GitHub for ease of help, I didn't > notice I put it under coursera work. This task is not related to coursera, I > will separate it out. > > -Kevin > > Sent from my iPhone > >> On Jun 10, 2015, at

Re: [R] Finding index of specific values in a data.frame

2015-06-10 Thread David Winsemius
On Jun 10, 2015, at 9:41 AM, Kevin Kowitski wrote: > Hey everyone, > > I am new to R and I am trying to find the index of all of the values in a > data.frame. I have a .csv file that outputs pass, fail, error, and > indeterminate readings. I have passed the data from the .csv to a > dat

[R] Finding index of specific values in a data.frame

2015-06-10 Thread Kevin Kowitski
Hey everyone,    I am new to R and I am trying to find the index of all of the values in a data.frame.   I have a .csv file that outputs pass, fail, error, and indeterminate readings.  I have passed the data from the .csv to a data.frame, have performed the proper matching criteria to generate