Learn R Programming

sms (version 2.3.1)

plotTries: Plot selection results

Description

Plot the selection process of an area from a microsimulation object.

Usage

plotTries(insms, number)

Arguments

insms
The input results
number
the number of the area to plot

Details

Plot errors during selection process for an area.

Examples

Run this code
library(sms)
data(survey) #load the data
data(census)
in.lexicon=createLexicon() # Create a data lexicon for holding the associated column names.
in.lexicon=addDataAssociation(in.lexicon, c("he","he"))
in.lexicon=addDataAssociation(in.lexicon, c("females","female"))

ansms = new("microsimulation", census=census, panel=survey, lexicon=in.lexicon, iterations=5)
sa = run_parallel_SA(ansms, inseed=1900)
plotTries( sa, 1 )

Run the code above in your browser using DataLab