search for: npar1way

Displaying 2 results from an estimated 2 matches for "npar1way".

2012 Nov 13
1
Proc Nnpar1way with D option - equivalent in R
I am trying to match SAS output with R. I am using Proc Npar1way with D option to get KS test statistic. ? Here X is a binary dependent variable and Y is the predicted probabilities; proc npar1way data = mydata D; class x; var y; run; When i try this in R ks.test(x, fitted(y),alternative = c("two.sided"),exact = NULL) I get very different result c...
2004 Apr 01
3
New utility: sas2r
...biostatistics.dk> Description: A collection of functions for running SAS code in R. Depends: R (>= 1.4.0), perl >= 5.8.0 License: GPL URL: www.biostatistics.dk/sas2r/index.html The following SAS procedures are parsed succesfully: PROC CONTENTS PROC CORR PROC FREQ PROC GLM PROC MEANS PROC NPAR1WAY PROC PRINT PROC REG PROC SORT PROC TTEST PROC UNIVARIATE The following SAS procedures work to some degree: PROC GENMOD PROC GPLOT PROC MIXED Please note: o All SAS procedure calls must include a DATA= We look forward to receiving questions, comments and suggestions. Rolf Poalis, Biostatistic...