A library for working with phylogenetic and population genetic data.
v0.27.0
math/regression/dataframe.hpp File Reference
#include "genesis/utils/containers/dataframe.hpp"
#include "genesis/utils/containers/matrix.hpp"
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::utils
 

Functions

Matrix< double > glm_convert_dataframe (Dataframe const &df)
 
Matrix< double > glm_convert_dataframe (Dataframe const &df, std::vector< std::string > row_order)
 
Dataframe glm_prepare_dataframe (Dataframe const &df)
 
Dataframe glm_prepare_dataframe (Dataframe const &df, std::string &report)