set.seed(10)
x <- rnorm(20, 100, 5)
b <- basis_normal(x = x)
glance(b)
## # A tibble: 1 x 7
## p conf distribution modcv n r basis
##
## 1 0.9 0.95 Normal FALSE 20 NA 92.0
glance(b, include_diagnostics = TRUE)
## # A tibble: 1 x 11
## p conf distribution modcv n r basis outliers_within…
##
## 1 0.9 0.95 Normal FALSE 20 NA 92.0 NA
## # … with 3 more variables: between_batch_variability ,
## # outliers , anderson_darling_normal
Run the code above in your browser using DataLab