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()
}

Try the YPmodel package in your browser

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

YPmodel documentation built on Oct. 23, 2020, 5:15 p.m.