plotff: This function plots objects generated by choose.fform or...

Description Usage Arguments Author(s) Examples

Description

plots the output from fform() and choose.fform()

Usage

1
plotff(input)

Arguments

input

A PJ-objected produced by fform or choose.fform

Author(s)

Toke Emil Panduro and Cathrine Ulla Jensen

Examples

1
2
3
4
5
6
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) 

PanJen documentation built on May 1, 2019, 10:17 p.m.

Related to plotff in PanJen...