Description Usage Arguments Value Author(s) Examples
Imputation and Removing Data
1  | handle_misv(df, method)
 | 
df | 
 the input dataframe containing multiple multivariate time series formatted using
the specific Table Schema with missing values, use   | 
method | 
 the method forhandling missing values. Possible methods are: 
  | 
A new data frame without missing values
Cuong Sai and Maxim Shcherbakov.
1 2 3 4 5 6  | ## Not run: 
new_data <- handle_misv(data, method  = "omit")
new_data <- handle_misv(data, method  = "mean")
new_data <- handle_misv(data, method  = "median")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.