Installation Notes

  • You can either install the package directly from your R console
install.packages("saemix")
  • Or build it from Github using the R package "devtools"
library("devtools")

install_github("saemixdevelopment/saemix" )

library(saemix)