R/plot.YPmodel.lackfittest.R

Defines functions plot.YPmodel.lackfittest

Documented in plot.YPmodel.lackfittest

plot.YPmodel.lackfittest <-
function(x=c(), Internal=c(), ...)
#######################################################
# Sep 20, 2015 - v0.1 Create
#######################################################
{
	#dev.new()
	#attach(mtcars)
	par(mfrow=c(1,2))
	plot.YPmodel.martint(x, Internal)
	plot.YPmodel.survf(x, Internal)
	#dev.off()
}
junlongsun/YPmodel documentation built on Oct. 25, 2020, 2:26 a.m.