BIC Function in RStudio

How to perform the BIC(Bayesian Information Criterion) function in RStudio?

Rstudio is a Graphical User Interface (GUI) for the R language.
The R language provides BIC() in its stats base package.
You can read the help which includes an example of its use by typing

?stats::BIC

into your console

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.