Error in correct.meas()
Quote from ybk on January 5, 2023, 8:36 amThe 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
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
Quote from ybk on January 5, 2023, 9:55 amsmr_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.
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.