-
Notifications
You must be signed in to change notification settings - Fork 10
Corrupted data in dataset #2
Copy link
Copy link
Open
Description
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
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[?]')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

