Alphonse Monkamg
2009-Mar-30 16:12 UTC
[R] Nonparametric analysis of repeated measurements data with sm library
Dear all, Does anybody know how to get more evaluation points in performing Nonparametric analysis of repeated measurements data with "sm" library. The following command gives the estimation for 50 points, by I would like to increase to 100 points But I do not know how to do that. library(sm) provide.data(citrate, options=list(describe=FALSE)) provide.data(dogs, options=list(describe=FALSE)) a <- sm.rm(y=citrate, display.rice=TRUE) a$eval.points Many thanks in advance. Alphonse [[alternative HTML version deleted]]
Alphonse Monkamg
2009-Mar-31 10:46 UTC
[R] Nonparametric analysis of repeated measurements data with sm library
Dear all, Does anybody know how to get more evaluation points in performing Nonparametric analysis of repeated measurements data with "sm" library. The following command gives the estimation for 50 points, but I would like to increase to 100 points But I do not know how to do that. library(sm) provide.data(citrate, options=list(describe=FALSE)) provide.data(dogs, options=list(describe=FALSE)) a <- sm.rm(y=citrate, display.rice=TRUE) a$eval.points Many thanks in advance. Alphonse [[alternative HTML version deleted]]
Alphonse Monkamg
2009-Mar-31 10:59 UTC
[R] Nonparametric analysis of repeated measurements data with sm library
Dear all, Does anybody know how to get more evaluation points in performing Nonparametric analysis of repeated measurements data with "sm" library. The following command gives the estimation for 50 points, but I would like to increase to 100 points But I do not know how to do that. library(sm) provide.data(citrate, options=list(describe=FALSE)) provide.data(dogs, options=list(describe=FALSE)) a <- sm.rm(y=citrate, display.rice=TRUE) a$eval.points Many thanks in advance. Alphonse [[alternative HTML version deleted]]
Dieter Menne
2009-Mar-31 15:38 UTC
[R] Nonparametric analysis of repeated measurements data with sm library
Alphonse Monkamg <amonkamg <at> yahoo.fr> writes:> Does anybody know how to get more evaluation points in performingNonparametric analysis of repeated measurements data with "sm" library. Try ... paramter ngrid: ngrid the number of divisions of the above interval to be considered. Default: ngrid=20. Dieter