Forum

Home / Forum
Please or Register to create posts and topics.

Error in correct.meas()

The code was running fine before updated to version 1.1.1, now it keep giving me this

Error in `$<-.data.frame`(`*tmp*`, "BR", value = c(-5.05821376856378e-05, : replacement has 23039 rows, data has 23038

smr_ET01_clean <- correct.meas(info.data = info_ET01, pre.data = pre_ET01, post.data = post_ET01, meas.data = smr_ET01_raw, method = "linear") This is the code, but if I change method = "average", then there is no error coming out.