Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.82 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.82 KB

mystic

AppVeyor build status Travis build status Lifecycle: stable

The Mystic Seer is a machine that answers yes/no questions.
It is very helpful for common decision making scenarios, especially in the ourskirts of Twilight Zone.


a typical use case

Installation

Install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("iqis/mystic")

Ask the Mystic a Question

You may summon the Mystic Seer whenever necessary.
It is, however, recommended that you keep mystic attached and ready for use in every R session.

require(mystic)
#> Loading required package: mystic
#>              __  ___  ___   _      __   ___  ___  __
#>   )\/) \_)  (_ `  )    )   / `    (_ `  )_   )_   )_)
#>  (  (   /  .__)  (   _(_  (_.    .__)  (__  (__  / \
#>                      v 0.1.1
#> 
#>  ask() me a YES or NO question
#> 
#>   * Does the Manager Like Me?
#>   * Will My Paper be Accepted?
#>   * Is this Model any Good?

You may then proceed to ask() a yes/no question…

ask("Can I trust your advice?")
#> [1] "Do you dare risk finding out."

… in any language.

ask("我们今天能离开这个地方吗?")
#> [1] "If you move soon."

Try the Mystic Seer today, and see how your life gets easier!