scope argument in xpose.gamR/xp.scope3.R
xp.scope3.RdDefine a scope for the gam. Used as default input to the scope argument in
xpose.gam
An xpose.data object.
Covariate names to test.
Number of models to examine.
Smoother for each model.
Argument for model 1.
Smoother for each model.
Argument for model 2.
Smoother for each model.
Argument for model 3.
Smoother for each model.
Argument for model 4.
Covariate exclusion from model 1.
Covariate exclusion from model 2.
Covariate exclusion from model 3.
Covariate exclusion from model 4.
Extra exclusion criteria.
Subset on data.
Used to pass arguments to more basic functions.
Other GAM functions:
GAM_summary_and_plot,
xp.get.disp(),
xpose.bootgam(),
xpose.gam(),
xpose4-package
xp.scope3(simpraz.xpdb)
#> $SEX
#> ~1 + SEX
#> <environment: 0x5617d6068e40>
#>
#> $RACE
#> ~1 + RACE
#> <environment: 0x5617d6068e40>
#>
#> $SMOK
#> ~1 + SMOK
#> <environment: 0x5617d6068e40>
#>
#> $HCTZ
#> ~1 + HCTZ
#> <environment: 0x5617d6068e40>
#>
#> $PROP
#> ~1 + PROP
#> <environment: 0x5617d6068e40>
#>
#> $CON
#> ~1 + CON
#> <environment: 0x5617d6068e40>
#>
#> $AGE
#> ~1 + AGE + ns(AGE, df = 2)
#> <environment: 0x5617d6068e40>
#>
#> $HT
#> ~1 + HT + ns(HT, df = 2)
#> <environment: 0x5617d6068e40>
#>
#> $WT
#> ~1 + WT + ns(WT, df = 2)
#> <environment: 0x5617d6068e40>
#>
#> $SECR
#> ~1 + SECR + ns(SECR, df = 2)
#> <environment: 0x5617d6068e40>
#>