show-methods: Show method for 'modelNameClass'

Description Usage Arguments Examples

Description

Show method for modelNameClass

Show method for modelVersionClass

Show method for authorClass

Show method for modelAuthorsClass

Show method for modelSettingsClass

Show method for basicsClass

Show method for modelBasicsClass

Show method for uncertClass

Show method for modelUncertaintiesClass

Show method for partClass

Show method for modelPartsClass

Show method for glossaryClass

Show method for modelGlossaryClass

Show method for modelAbbreviationsClass

Show method for validationClass

Show method for modelValidationClass

Show method for modelReferencesClass

Show method for modelCommentsClass

Show method for modelConclusionsClass

Show method for scoreClass

Show method for modelScoringClass

Show method for graphClass

Show method for modelGraphsClass

Show method for itemClass

Show method for modelItemsClass

Show method for modelOutputClass

Show method for modelClass

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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
## S4 method for signature 'modelNameClass'
show(object)

## S4 method for signature 'modelVersionClass'
show(object)

## S4 method for signature 'authorClass'
show(object)

## S4 method for signature 'modelAuthorsClass'
show(object)

## S4 method for signature 'modelSettingsClass'
show(object)

## S4 method for signature 'basicsClass'
show(object)

## S4 method for signature 'modelBasicsClass'
show(object)

## S4 method for signature 'uncertClass'
show(object)

## S4 method for signature 'modelUncertaintiesClass'
show(object)

## S4 method for signature 'partClass'
show(object)

## S4 method for signature 'modelPartsClass'
show(object)

## S4 method for signature 'glossaryClass'
show(object)

## S4 method for signature 'modelGlossaryClass'
show(object)

## S4 method for signature 'modelAbbreviationsClass'
show(object)

## S4 method for signature 'validationClass'
show(object)

## S4 method for signature 'modelValidationClass'
show(object)

## S4 method for signature 'modelReferencesClass'
show(object)

## S4 method for signature 'modelCommentsClass'
show(object)

## S4 method for signature 'modelConclusionsClass'
show(object)

## S4 method for signature 'scoreClass'
show(object)

## S4 method for signature 'modelScoringClass'
show(object)

## S4 method for signature 'graphClass'
show(object)

## S4 method for signature 'modelGraphsClass'
show(object)

## S4 method for signature 'itemClass'
show(object)

## S4 method for signature 'modelItemsClass'
show(object)

## S4 method for signature 'modelOutputClass'
show(object)

## S4 method for signature 'modelClass'
show(object)

Arguments

object

a modelNameClass object

object

a modelVersionClass object

object

a authorClass object

object

a modelAuthorsClass object

object

a modelSettingsClass object

object

a basicsClass object

object

a modelBasicsClass object

object

a uncertClass object

object

a modelUncertaintiesClass object

object

a partClass object

object

a modelPartsClass object

object

a glossaryClass object

object

a modelGlossaryClass object

object

a modelAbbreviationsClass object

object

a validationClass object

object

a modelValidationClass object

object

a modelReferencesClass object

object

a modelCommentsClass object

object

a modelConclusionsClass object

object

a scoreClass object

object

a modelScoringClass object

object

a graphClass object

object

a modelGraphsClass object

object

a itemClass object

object

a modelItemsClass object

object

a modelOutputClass object

object

a modelClass object

Examples

 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
43
44
45
show(new("modelNameClass"))
show(new("modelVersionClass"))
show(new("authorClass")) 
show(new("modelAuthorsClass"))
show(new("modelSettingsClass"))
show(new("basicsClass"))
show(new("modelBasicsClass"))
show(new("uncertClass"))
show(new(Class="modelUncertaintiesClass"))
show(new("partClass"))
show(new("modelPartsClass"))
show(new("glossaryClass"))
show(new("modelGlossaryClass"))
show(new("modelAbbreviationsClass"))
show(new("validationClass"))
show(new("modelValidationClass"))
 show(new("modelReferencesClass"))
 show(new("modelCommentsClass"))
 show(new("modelConclusionsClass"))

new("modelConclusionsClass",
conclusions=list(gsub(x="This illustrative model predicts that the population
average probability of illness due to E.coli O157:H7 in child below 
age of three years attributable to consumption of one serving prepared 
from ground beef is around...","\n",replacement=""),
gsub(x="The probabilistic modelling approach indicates that, taking into 
account variability and uncertainty, this probability could be much 
higher in rare cases...","\n",replacement="")))
 show(new("scoreClass"))

new(Class="scoreClass",
notation="U1",
name="Plausibility",
values=c(0,1,2,3),
explanation=gsub(x="1=high (highly plausible despite absence of factual
evidence), 2=medium (plausible despite absence of factual evidence),
3=low (plausibility questionable or not assessed;
fictive or speculative assertion)","\n",replacement=""))
 show(new("modelScoringClass"))
 show(new("graphClass"))
 show(new("modelGraphsClass"))
 show(new("itemClass"))
 show(new("modelItemsClass"))
 show(new("modelOutputClass"))    
 show(new("modelClass"))

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.