STAT545-UBC / Discussion

Public discussion
38 stars 20 forks source link

2 functions #405

Open sinaneza opened 7 years ago

sinaneza commented 7 years ago

Dear peers I cant recall the difference between mode() and class(). Moreover I want to know whether set.seed() sets the basic (seed) number for random algorithm.

@STAT545-UBC/samuel_hinshaw

samhinshaw commented 7 years ago

Great questions!

I cant recall the difference between mode() and class().

This post could explain mode vs class better than I https://stat.ethz.ch/pipermail/r-help/2008-April/158990.html


Moreover I want to know whether set.seed() sets the basic (seed) number for random algorithm.

Basically, yes. http://stats.stackexchange.com/questions/86285/random-number-set-seedn-in-r

sinaneza commented 7 years ago

thanks a lot

@STAT545-UBC/samuel_hinshaw