Forum: help


RE: RHRV_Prediction [ Reply ] By: Abraham Otero on 2021-12-20 12:08 | [forum:49236] |
A .txt file is almost always an ASCII file. If you can see its contents smoothly with notepad or notepad++, it should do just fine. |
RE: RHRV_Prediction [ Reply ] By: HRV Analysis User on 2021-12-20 08:36 | [forum:49235]![]() |
Thank you Abraham for the quick reply.Much appreciate it. SO if I use the LoadbeatRR then I saw in R help that the parameter recordname must be the ascii file to be used. So should I convert it to ascii file? |
RE: RHRV_Prediction [ Reply ] By: Abraham Otero on 2021-12-20 07:09 | [forum:49234] |
Given your example data, your file should contain RR intervals, not beat oppositions from the start of the record (which is what loadbeatvector loads). Therefore you should use the function loadbeatRR. |
RHRV_Prediction [ Reply ] By: HRV Analysis User on 2021-12-20 06:17 | [forum:49233] |
Hello, I have a .txt file containing the rr interval values for example 992,992,956,940,970 .I tried to use the loadbeatvector function and pass this values in the .txt but it removes the duplicate values. What should I do? 1.SHould I convert this file to some other format and use functions like loadbeatRR etc? Please help.I have a deadline to meet. Thanks in advance |