Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@druedin
Created December 15, 2012 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save druedin/4299387 to your computer and use it in GitHub Desktop.
Save druedin/4299387 to your computer and use it in GitHub Desktop.
Demonstrating ajusCheck
library(agrmt) # install from R-Forge
# Data:
V <- c(0,0,1,2,1.5,1.6)
# AJUS
ajus(V) # using default tolerance = 0.1
ajusPlot(V) # visual inspection
ajus(V, tolerance=0.2) # exploring
ajusCheck(V, t=seq(0.1,2,0.1)) # let's try them all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment