Revision 43ce900206102b55eea865948018b907c006e42d authored by Emmanuelle Comets on 07 April 2011, 00:00:00 UTC, committed by Gabor Csardi on 07 April 2011, 00:00:00 UTC
1 parent a85f956
Raw File
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