
Data File Description : richTest-100r-x.type
Data File Summary:  richTest-100r-x.type,delimited(comma or ; or \t),100, 12, 1 or 5, TRUE,"numeric,integer,logical,binomial,character,factor", "missing in xnum2miss, zfac and y2"

Location of the data file in our repository:  SVN: revoAnalytics\inst\unitTestData

Where:  Unit test Data directory
Contact:  Dawn Kinsey or Sue Ranney
When: 2010/11/15
Data Description: Description of the data

# All data sets have the same variables
# xnum1: numeric, 100 random normal
# xnum2: numeric, 100 random normal
# xint1: integer, 100 random uniform between 5 and 15
# xfac1: factor version of xint1
# xfac2: factor version of xint1 with factor levels "a" through "j"
# y: a numeric variable created by the expression 1 + xnum1*2 + xnum2*3  + xint1*4 + rnorm(100)
# y2: a numeric variable created by the expression 1 + xnum1*2 + xnum2*3  + xint1*4 + rnorm(100)+I(zfac=="Washington")+2*I(zfac=="California")+25*I(zfac=="Alaska")
# ylogical: a logical created by the expression y > 35
# ybinint: a 0,1 integer version of ylogical
# xnum2miss: numeric version of xnum2 where values greater than .5 are missing
# zchar1: character of state names sampled from ("Washington","California","Alaska") with probabilities:(.5,.3,.1)
# zfac: factor of zchar1; with NA's at: [c(3:12,34,54,65,77,66,88:90,100)]
   
Additional Notes:
   
created with R script rxTextDataSets.R in unit test directory.