tests/test_asVPC.R

library(nlmeVPC)
library(testit)


data(origdata)
data(simdata)
obj=asVPC(origdata,simdata,type="CI",N_hist=3,weight_method="distance")

assert("vpc plot succeeded", "ggplot" %in% class(obj))

Try the nlmeVPC package in your browser

Any scripts or data that you put into this service are public.

nlmeVPC documentation built on Dec. 28, 2022, 2:49 a.m.