plotff {PanJen} | R Documentation |
plots the output from fform() and choose.fform()
plotff(input)
input |
A PJ-objected produced by fform or choose.fform |
Toke Emil Panduro and Cathrine Ulla Jensen
library(PanJen)
data("hvidovre")
form<-formula(lprice ~brick+roof_tile+roof_cemen+rebuild90+rebuild00+y7+y8+y9)
PanJenArea<-fform(data=hvidovre,variable="area",base_form=form)
plotff(PanJenArea)