search for: wt8

Displaying 4 results from an estimated 4 matches for "wt8".

Did you mean: st8
2012 Oct 02
2
svyby and make.formula
...pended 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 NA NA...
2012 Oct 05
1
svyhist
...rguments 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 407.0987 83...
2012 Oct 14
2
svyhist and svyboxplot
...index) { : arguments must have same length I would appreciate if someone could help me resolve the issue. Thanks, Pradip # BELOW IS THE REPRODUCIBLE EXAMPLE setwd ("E:/RDATA") options(width = 120) library (survey) library (KernSmooth) xd1<- "xsmoke age_p psu stratum wt8 13601 3 22 2 20 356.5600 32966 3 38 2 45 434.3562 63493 1 32 1 87 699.9987 238175 3 46 1 338 982.8075 174162 3 40 1 240 273.6313 220206 3 33 2 308 1477.1688 118133 3 68 1 159 716.3012 14285...
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