blm: Learning bayseian linear model

Description Usage Arguments

Description

Learning bayseian linear model

Usage

1
blm(formula, data, lambda)

Arguments

formula

an object of class "formula" (or one that can be coerced to that class): a symbolic description of the model to be fitted. The details of model specification are given under ‘Details’.

data

an optional data frame, list or environment (or object coercible by as.data.frame to a data frame) containing the variables in the model. If not found in data, the variables are taken from environment(formula), typically the environment from which lm is called.

lambda

accuracy parameter.


RottenFruits/blmr documentation built on June 7, 2019, 9:53 a.m.