| removeNAs {RMAWGEN} | R Documentation |
Replaces each entry of the rows containing NA values with NA
Description
Replaces each entry of the rows containing NA values with NA
Usage
removeNAs(data)
Arguments
data |
a matrix @author Emanuele Cordano, Emanuele Eccel |
Value
the matrix data with the modified rows of NA values
Note
In getVARmodel,
when using VAR or VARselect, all NAs will be removed
See Also
[Package RMAWGEN version 1.3.7 Index]