Analysis of a r params$nameofanalysis data

Map of the outcome

if(!is.null(params$exploremap)){
params$exploremap
}

\newpage

The scatter plot of the outcome and the covariate

if(!is.null(params$scatterplot)){
params$scatterplot
}

\newpage

The variogram

if(!is.null(params$varplot)){
params$varplot
}

\newpage

Summary of the parameter estimate

if(!is.null(params$parasumm)){
params$parasumm
}

\newpage

Map of the prediction

if(!is.null(params$predmap)){
params$predmap
}


olatunjijohnson/MBGapp documentation built on Dec. 13, 2021, 3:33 p.m.