powered by
Create a functional in MixtComp format
createFunctional(time, value)
vector containing the time of the functional
vector containing the value of the functional
The functional data formatted to the mixtcomp standard
# NOT RUN { mat <- matrix(c(1, 2, 3, 9, 1, 1.5, 15, 1000), ncol = 2) createFunctional(mat[,1], mat[,2]) # }
Run the code above in your browser using DataLab