https://github.com/cran/saemix
Raw File
Tip revision: 43ce900206102b55eea865948018b907c006e42d authored by Emmanuelle Comets on 07 April 2011, 00:00:00 UTC
version 0.96.1
Tip revision: 43ce900
main.R
####################################################################################
####					Data					####
####################################################################################

PD1.saemix<-read.table("../data/PD1.saemix.tab",header=T)

####################################################################################
####				Tests associated to classes			####
####################################################################################

source("../testsDev/testSaemixData.R")

source("../testsDev/testSaemixModel.R")

####################################################################################
back to top