Plot_Obs_v_Fitted: FUNCTION_TITLE

Description Usage Arguments Details Value Examples

Description

FUNCTION_DESCRIPTION This is the top bit of text

Usage

1
2
Plot_Obs_v_Fitted(df, Var, weight, unitpred, response, LUTable = NA,
  LUType = "Direct", LUOrdered = "N")

Arguments

df

Dataframe

Var

Variable

weight

Weight

unitpred

Per Unit Weight Prediction

response

Response field

LUTable

Lookup table, Default: NA

LUType

Lookup type, Default: 'Direct'

LUOrdered

IS LU Ordered?, Default: 'N'

Details

Some details here

Value

Plot in plot

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

TomfromWales/tomsTools documentation built on May 28, 2019, 7:51 a.m.