Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrupted data in dataset #2

Open
wcih opened this issue Jun 11, 2019 · 0 comments
Open

Corrupted data in dataset #2

wcih opened this issue Jun 11, 2019 · 0 comments

Comments

@wcih
Copy link

wcih commented Jun 11, 2019

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[?]')

obraz

data = imudata::ln200.gyro
hist(data[,1],breaks = 200,main= 'imudata::ln200.gyro Gyro X [,1]',xlab = 'Rate[?]')

obraz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant