Skip to content

lab-8-expectation-maximization-jhavstad8 created by GitHub Classroom

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Cal-Poly-Advanced-R/lab-8-expectation-maximization-jhavstad8

Repository files navigation

clust431

The goal of clust431 is to …

Installation

You can install the released version of clust431 from CRAN with:

install.packages("clust431")

em_clust() code example

This is a basic example which shows you how to solve a common problem:

library(clust431)
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
## iris2 <- iris %>% select(-Species)
## em_clust(iris2,2)

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

iris2 <- iris %>% select(-Species)
#em_clust(iris2,2)

I wasn’t able to figure the code out for this submission.

About

lab-8-expectation-maximization-jhavstad8 created by GitHub Classroom

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published