Skip to content
Back to formatted view

Raw Message

Message-ID: <067287e10d634933bf25ce89652dca0b@SRVEXCHCM1302.precheza.cz>
Date: 2021-05-10T09:16:12Z
From: PIKAL Petr
Subject: Analysing data with repeated measure variable
In-Reply-To: <CANSYM40wKq0c9Vp6PyCAZJrV-bNH4Xve1vHuYq1knC+SQyWS3g@mail.gmail.com>

Hi

Do not post in HTML, if you do not want your data to be messed.
see 

?ifelse and/or logical operations
maybe ?sort or ?order and ?min
maybe ?merge

Cheers
Petr

> -----Original Message-----
> From: R-help <r-help-bounces at r-project.org> On Behalf Of Ahmad Raza
> Sent: Thursday, May 6, 2021 9:41 PM
> To: r-help at r-project.org
> Subject: [R] Analysing data with repeated measure variable
> 
> Dear Experts,
> Greetings
> 
> I have the following type of repeated measures data (table 1), and events
> data in table 2 (single measure). I want to perform the following tasks (in R
> or excel sheet please).
> 
>    - To filter subjects who had any response at least 3 days.
>    - Response should be > 5 in each day.
>    - Then table 1 should have another column, date first response recorded.
>    - Then both tables should be merged
> 
> Table 1 ? Response Data
> 
> Sub_No    Response     Date1          5          01-Jan1          5
>       02-Jan2          5          01-Jan2          10         02-Jan2
>         10         03-Jan2          10         04-Jan2          10
>     05-Jan3          10         01-Jan3          10         02-Jan3
>       10         03-Jan4          5          01-Jan4          5
>   02-Jan4          10         03-Jan4          10         04-Jan4
>     10         05-Jan
> 
> 
> Table 2 ? Event Data
> 
> Sub_No   Response        Date1          No2         Yes          30
> Jan3         Yes          29 Jan4          No
> 
> Thanks for your help.
> Regards,
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.