Good day
I am using R 3.4.1 on Rstudio on windows
I was trying the examples for fitting sitar growth models.I am getting the
following error when run examples in package sitar and package gmusim.
The code I tried is the following.
library("gmusim", lib.loc="C:/Users/RChiruka/Documents/R/rpackages")
Loading required package: lattice
Loading required package: nlme
Loading required package: splines
I get the following error.
resu1 <- gmusim(x,y,id,df)
Error in pdFactor.pdLogChol(X[[i]], ...) : object 'logChol_pd' not found
When I tried running the following sitar example I got the same error
library("sitar", lib.loc="C:/Users/RChiruka/Documents/R/rpackages")
(m1 <- sitar(x=age, y=height, id=id, data=heights, df=5))
Error in pdFactor.pdLogChol(X[[i]], ...) : object 'logChol_pd' not found
m1 <- sitar(x=age, y=height, id=id, data=heights, df=7)
Error in pdFactor.pdLogChol(X[[i]], ...) : object 'logChol_pd' not found
I don't know what is wrong. Any help would be appreciated.
Regards
Raymond
This communication is subject to the University of Fort Hare e-Mail
Disclaimer<http://www.ufh.ac.za/policies/UFH_E-mail_Disclaimer.pdf>
[[alternative HTML version deleted]]