Learn R Programming

GD (version 1.4)

gdrisk: Calculate risk detectors and risk matrix and visualization

Description

Calculate risk detectors and risk matrix and visualization

Usage

gdrisk(y, x)
\method{print}{gdrisk}(result)
\method{plot}{gdrisk}(result)

Arguments

y

A numeric vector of response variable

x

A vector or a data.frame of explanatory variables

result

A list of risk detector results

Examples

Run this code
# NOT RUN {
gr1 <- gdrisk(ndvi_40$NDVIchange, ndvi_40[,2:3])
# gr1
# plot(gr1)

# }

Run the code above in your browser using DataLab