R/pc_strength.R

Defines functions pc_strength

pc_strength <- function(real, predicted) {
  structure(
    list(
      real = real,
      predicted = predicted
    ),
    class = "pc_strength"
  )
} 

Try the patterncausality package in your browser

Any scripts or data that you put into this service are public.

patterncausality documentation built on April 3, 2025, 6:57 p.m.