Skip to content

0.1.1

Compare
Choose a tag to compare
@sidohaakma sidohaakma released this 29 Oct 11:18
· 535 commits to master since this release

Features

  • Improving the getAnonPlotData by making it more efficient
  • In the function lmTab default value exp is to return untransformed values
  • In the function lmTab will return random effects in the lmer model
  • In the function lmeMultPoly we simplified output and added more error handling
  • In the function makeAgePolys allow the user to specify their own transformations
  • Added the meanByAge function which allows you to summarize continuous variable by stratified other continuous variable
  • Added the predictLmer function which allows you to generate predicted values based upon the lmer model
  • Added the trimPredData function which allows you to censor predicted data based on min and max age values

Chore

  • Updated documentation on functions