I want to generate some score based on given data

Here the data is given for one subject ID i.e. 101 i want to generate new data after dividing each variable(CLU, CysC, KIM-1, NAG, NGAL, OPN) by CREAT variable by timepoint (screenin, day-1 , 6h post and so on).
After getting this data we need to generate next data using last generate data by dividing day-1 value to all other time point values.

Please help me in this problem.

I think we need to see your code and some sample data.

FAQ

A handy way to supply some sample data is the dput() function. In the case of a large dataset something like dput(head(mydata, 100)) should supply the data we need. Just do dput(mydata) where mydata is your data. Copy the output and paste it here.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.