Closed dimfalk closed 2 years ago
e.g. calc_designstorm(stats, d = 5, tn = 50, type = "EulerII")
calc_designstorm(stats, d = 5, tn = 50, type = "EulerII")
Error in Ops.data.frame(data[2:length(d_pos), -1:-3], data[1:(length(d_pos) - : ‘-’ ist nur für Dataframes gleicher Größe definiert
traceback:
Ops.data.frame(data[2:length(d_pos), -1:-3], data[1:(length(d_pos) - 1), -1:-3]) at calc_designstorm.R#54
probably because of length() == 1 causing i+1 to fail.
length() == 1
i+1
e.g.
calc_designstorm(stats, d = 5, tn = 50, type = "EulerII")
traceback:
probably because of
length() == 1
causingi+1
to fail.