idealXreal_compare: Plots unified model vs observed posting frequencies

View source: R/model_bedtimes.R

idealXreal_compareR Documentation

Plots unified model vs observed posting frequencies

Description

Plots unified model vs observed posting frequencies

Usage

idealXreal_compare(obsFreq, idealFreq)

Arguments

obsFreq

data frame with columns relhour and obsFreq, which gives Reddit posting frequency in observed data

idealFreq

data frame with columns relhour and idealFreq, which gives Reddit posting frequency in unified idealized model

Value

plotting function

Examples

rh <- seq(-8,15.75,0.25)
obsFreq <- data.frame(relhour=rh, obsFreq=(rh/15)^2+runif(96)/10)
idealFreq <- data.frame(relhour=rh, idealFreq=(rh/15)^2)
idealXreal_compare(obsFreq, idealFreq)

WillMeyerson/BEDDiT documentation built on Feb. 2, 2023, 6:37 p.m.