Skip to content

Commit

Permalink
version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan66 authored and gaborcsardi committed Feb 25, 2013
0 parents commit e55b062
Show file tree
Hide file tree
Showing 19 changed files with 3,035 additions and 0 deletions.
24 changes: 24 additions & 0 deletions DESCRIPTION
@@ -0,0 +1,24 @@
Package: LDOD
Type: Package
Title: Finding Locally D-optimal optimal designs for some nonlinear and
generalized linear models.
Version: 1.0
Date: 2013-02-25
Depends: R (>= 2.10.0), Rsolnp, Rmpfr
Author: Ehsan Masoudi, Majid Sarmad and Hooshang Talebi
Maintainer: Ehsan Masoudi <esn_mud@yahoo.com>
Description: this package provides functions for Finding Locally
D-optimal designs for Logistic, Negative Binomial, Poisson,
Michaelis-Menten, Exponential, Log-Linear, Emax, Richards,
Weibull and Inverse Quadratic regression models and also
functions for auto-constructing Fisher information matrix and
Frechet derivative based on some input variables and without
user-interfere.
License: GPL (>= 2)
Repository: CRAN
Repository/R-Forge/Project: ldod
Repository/R-Forge/Revision: 26
Repository/R-Forge/DateTimeStamp: 2013-03-07 08:12:45
Date/Publication: 2013-03-07 16:11:33
Packaged: 2013-03-07 11:15:34 UTC; rforge
NeedsCompilation: no
15 changes: 15 additions & 0 deletions LDOD.Rproj
@@ -0,0 +1,15 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
18 changes: 18 additions & 0 deletions MD5
@@ -0,0 +1,18 @@
e1b2fa0f550ee5e2ce794b5307c9d308 *DESCRIPTION
a3f4484dceb642bc4be542c7f48be379 *LDOD.Rproj
d20eb3b07775b746ca8e79d5af94ccb3 *NAMESPACE
c6fe256a3371fd63acb4f86ab21da30b *R/source-LDOD.R
283ad28781651f445e813fb4a080685f *man/LDOD-package.Rd
a0dc09942e51448c8475c198a2003df9 *man/cfderiv.Rd
7173c8f8a71bd578101a1c8d309ec53b *man/cfisher.Rd
e3d670587f00ba328898e85776573553 *man/eff.Rd
eb10a504b0c54705e46ec032410136f6 *man/ldemax.Rd
a8352771711225c3048bc961087d712b *man/ldexpdose.Rd
a845126a776b3c1bf7bf5ad9dc1ce29d *man/ldiq.Rd
b3b9ffd401a78d62b2c0bb6352ab1892 *man/ldlogistic.Rd
f45a1141e51603e79864f519ac39ab51 *man/ldloglin.Rd
6a13a5565f69187470031823d5b820a7 *man/ldmm.Rd
2fa5ffb3a40bb3710d43390da4c32b5c *man/ldnbinom.Rd
82625b64d5d798303d1d7e63db8ed64c *man/ldpoisson.Rd
4f301a4a0615d8e8d2ce003bc484f35f *man/ldrichards.Rd
f48ddd751da696dba0c816e565707bbd *man/ldweibull.Rd
17 changes: 17 additions & 0 deletions NAMESPACE
@@ -0,0 +1,17 @@
export(
"cfderiv",
"cfisher",
"eff",
"ldemax",
"ldexpdose",
"ldiq",
"ldloglin",
"ldlogistic",
"ldmm",
"ldnbinom",
"ldpoisson",
"ldrichards",
"ldweibull")

import("Rmpfr")
import("Rsolnp")

0 comments on commit e55b062

Please sign in to comment.