R/vcov.est_multi_poly_within.R

Defines functions vcov.est_multi_poly_within

Documented in vcov.est_multi_poly_within

vcov.est_multi_poly_within <-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.