Learn R Programming

PanJen (version 1.5)

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

Description

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

Usage

plotff(input)

Arguments

input

A PJ-objected produced by fform or choose.fform

Examples

Run this code
# NOT RUN {
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) 
# }

Run the code above in your browser using DataLab