printModelParams: Print the SEMMS model parameter estimates and non-null...

Description Usage Arguments Examples

View source: R/semmsFuncs.R

Description

Print the SEMMS model parameter estimates and non-null variables

Usage

1

Arguments

gam.out

the element called gam.out in the list returned from fitSEMMS()

Examples

1
2
3
4
5
6
7
## Not run: 
fn <- system.file("extdata", "AR1SIM.RData", package = "SEMMS", mustWork = TRUE)
dataYXZ <- readInputFile(fn, ycol=1, Zcols=2:100)
fittedSEMMS <- fitSEMMS(dataYXZ, mincor=0.8, nn=15, minchange= 1,
                        distribution="N",verbose=T,rnd=F)
printModelParams(fittedSEMMS$gam.out) 
## End(Not run)

haimbar/SEMMS documentation built on Dec. 20, 2021, 2:44 p.m.