R/npSurface.R

Defines functions npSurface

Documented in npSurface

npSurface <-
function(fit){
	nt<-length(fit$fit)
	fit$n_regimes[1]+nt*(2+fit$n_regimes[2])
}

Try the surface package in your browser

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

surface documentation built on Dec. 18, 2020, 5:08 p.m.