biometrician / abe

An R package for Augmented Backward Elimination
GNU General Public License v3.0
3 stars 0 forks source link

#6: abe parameters #6

Closed biometrician closed 1 year ago

biometrician commented 2 years ago

type.test. = Check if options F Chisq Rao and LRT are case sensitive or not. It would be nice if they are case insensitive.

So that everything is the same verbose = TRUE instead of T in defaults.

rokblagus commented 2 years ago

They are case sensitive, which I think is nice, since when misspelled an error is returned and the list of possible values is given to help the user to (quickly) correct for misspelling. I think this is nice, since different model support different options hence it would be rather difficult to make this general.

Changed to verbose=TRUE, hopefully everywhere, could you please check?

biometrician commented 1 year ago

Thanks! I will check if verbose is changed everywhere.