slot-access: Accessing CENFA slots

Description Usage Arguments Value Examples

Description

Functions for extracting data from slots of objects of classes cnfa and enfa.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
m.factor(x)

s.factor(x)

marginality(x)

specialization(x)

sensitivity(x)

cov.cnfa(x)

cov.enfa(x)

cov.GLcenfa(x)

## S4 method for signature 'enfa'
raster(x)

## S4 method for signature 'cnfa'
raster(x)

## S4 method for signature 'GLcenfa'
raster(x)

## S4 method for signature 'GLdeparture'
raster(x)

## S4 method for signature 'GLcenfa'
names(x)

## S4 method for signature 'GLdeparture'
names(x)

## S4 method for signature 'cnfa'
names(x)

## S4 method for signature 'enfa'
names(x)

## S4 method for signature 'departure'
names(x)

Arguments

x

cnfa or enfa object

Value

Object stored in slot.

Examples

1
2
mod1 <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
m.factor(mod1)

CENFA documentation built on Aug. 16, 2021, 9:06 a.m.