R/vcov.est_multi_poly_between.R

Defines functions vcov.est_multi_poly_between

Documented in vcov.est_multi_poly_between

vcov.est_multi_poly_between <-function(object, ...){
	
# preliminaries
	out = object
# print output	
	Vn = out$Vn
	return(Vn)
}

Try the MLCIRTwithin package in your browser

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

MLCIRTwithin documentation built on Sept. 30, 2019, 5:04 p.m.