check_prediction: Check the output of smooth_space_time_variables

Description Usage Arguments Value Examples

Description

Check the output of smooth_space_time_variables

Usage

1

Arguments

data

data.table which contains a column with the name prediction

Value

a warnings if any NAs are detected in the column prediction

Examples

1
2
df <-  data.frame(prediction =c (1, 1, NA))
check_prediction(df)

maxikellerbauer/stAirPol documentation built on May 3, 2019, 3:16 p.m.