You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to load the data from a dataset and I met strange values after printing histograms (attached below). Certainly, these are bad values. Data from ln200 gyros are corrupted.
Is it issue with my R code or problem with data?
Best,
Jacek
library(imudata)
data = imudata::mtig1khrz
hist(data$`Gyro. X`[[1]]$data,breaks = 200,main= 'imudata::mtig1khrz Gyro X [1]',xlab = 'Rate[?]')
data = imudata::ln200.gyro
hist(data[,1],breaks = 200,main= 'imudata::ln200.gyro Gyro X [,1]',xlab = 'Rate[?]')
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to load the data from a dataset and I met strange values after printing histograms (attached below). Certainly, these are bad values. Data from ln200 gyros are corrupted.
Is it issue with my R code or problem with data?
Best,
Jacek
The text was updated successfully, but these errors were encountered: