search for: xspd2

Displaying 3 results from an estimated 3 matches for "xspd2".

2012 Oct 02
2
svyby and make.formula
...producible example is appended below. I would appreciate if someone could help me. Thank you in advance. Pradip Muhuri ####Below is a reproducible example ########################################## setwd ("E:/RDATA") library (survey) xd1 <- "dthage ypll_ler ypll_75 xspd2 psu stratum wt8 mortstat NA NA NA 2 1 1 1683.7387 0 NA NA NA 2 1 1 640.8950 0 NA NA NA 2 1 1 714.0662 0 NA NA NA 2 1 1 714.0662 0...
2012 Oct 05
1
svyhist
...: no non-missing arguments to max; returning -Inf I would appreciate if someone could help me resolve these issues. Below is reproducible example. Thanks, Pradip Muhuri setwd ("E:/RDATA") options(width = 120) library (survey) library (KernSmooth) xd1 <- "dthage ypll_75 xspd2 psu stratum wt8 56 19 2 2 33 1512.7287 86 0 2 2 129 1830.6400 81 0 2 1 67 536.1400 47 28 2 1 17 519.8350 71 4 1 1 225 254.4087 72 3 1 1 238 424.4787 75 0 2 2 115...
2012 Oct 01
3
merge.zoo returns unmatched dates
Sorry for the lack of reproducible data, but this seems to be a problem inherent to my dataset and I can't figure out where the issue is. I have several data frames set up as a time series with identical POSIXct date formats. If I keep the original data in data frame format and merge them using base merge- everything is perfect and everyone is happy. If I transform the data frames to zoo