search for: kurt_test

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

Did you mean: cart_test
2010 Oct 13
1
Pasting function arguments and strings
Dear R community, I am struggling a bit with a probably fairly simple task. I need to use some already existing functions as argument for a new function that I am going to create. 'dataset' is an argument, and it comprises objects named 'mean_test', 'sd_test', 'kurt_test' and so on. 'arg1' tells what object I want (mean, sd, kurt) while 'arg2' tells what to do to the object taken in 'arg1' (again could be mean, sd, but also any other operation/function). I was thinking about something like: myfunction<-function(dataset,arg1,arg2) {...
2010 Oct 15
0
nomianl response model
...-ascii Dear R community, I am struggling a bit with a probably fairly simple task. I need to use some already existing functions as argument for a new function that I am going to create. 'dataset' is an argument, and it comprises objects named 'mean_test', 'sd_test', 'kurt_test' and so on. 'arg1' tells what object I want (mean, sd, kurt) while 'arg2' tells what to do to the object taken in 'arg1' (again could be mean, sd, but also any other operation/function). I was thinking about something like: myfunction<-function(dataset,arg1,arg2) {...