Skip to content
Prev 377516 / 398502 Next

detecting measurement of specific id in column in R

You hope... but no... not really. You need to enhance your question with a (minimal) example of the data just after importing into R, and another example of what you think the result should look like. Also, you should provide your current best guess at what a calculation would include expressed in R to help clarify your description. In your case you might be able to separate your problem into "find a row number for the first reading" and then what calculations would make if you knew "n" was that row number... but those are guesses because I don't know what your data look like.

A recommended technique to provide data is to use the dput function to format R data and paste it into your email... read more at [1][2][3].

[1] http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example

[2] http://adv-r.had.co.nz/Reproducibility.html

[3] https://cran.r-project.org/web/packages/reprex/index.html (read the vignette)
On November 22, 2018 1:33:39 AM PST, Romy Rehschuh via R-help <r-help at r-project.org> wrote: