| stat_field3logit | R Documentation | 
gg3logit plotstat_field3logit() adds a field to a gg3logit plot.
stat_field3logit( mapping = aes(), data = NULL, geom = "segment", position = "identity", show.legend = NA, inherit.aes = TRUE, arrow. = arrow(length = unit(0.2, "cm")), ... )
mapping | 
 list of aesthetic mappings to be used for plot. Mandatory
aesthetics should not be specified if   | 
data | 
 a   | 
geom | 
 The geometric object to use display the data  | 
position | 
 Position adjustment, either as a string, or the result of a call to a position adjustment function.  | 
show.legend | 
 logical. Should this layer be included in the legends?
  | 
inherit.aes | 
 If   | 
arrow. | 
 specification for arrow heads, as created by
function   | 
... | 
 additional arguments passed through to   | 
Other gg functions: 
autoplot.Hfield3logit(),
gg3logit(),
stat_3logit(),
stat_conf3logit()
## Not run: data(cross_1year) mod0 <- nnet::multinom(employment_sit ~ gender + finalgrade, data = cross_1year) field0 <- field3logit(mod0, 'genderFemale', conf = 0.95) gg3logit(field0) + stat_field3logit() gg3logit(field0) + stat_field3logit() + stat_conf3logit() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.