-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
Package: FixedEffectjlr | ||
Type: Package | ||
Title: Fixed Effect Models in R | ||
Title: A package for fast Fixed Effect Models in R | ||
Version: 0.1.0 | ||
Date: 2018-03-22 | ||
Authors@R: person("Erik", "Loualiche", email = "[email protected]", role = c("aut", "cre")) | ||
Description: Implements a R wrapper for FixedEffectModels julia package | ||
Description: Implements a R wrapper for FixedEffectModels julia package. | ||
This lies heavily on both the JuliaCall package and the tools developed by Matthieu Gomez. | ||
License: MIT + file LICENSE | ||
BugReports: https://github.com/eloualiche/FixedEffectjlr/issues | ||
Encoding: UTF-8 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
context("Standard Linear Model") | ||
|
||
library(Ecdat) | ||
df = Ecdat::Cigar | ||
|
||
test_that("run the Linear Model example", { | ||
|