[R] VGAM package

2007-05-31 Thread KOITA Lassana - STAC/ACE
Hi, R-users
Could someone help me to understand this following error. I'm using vglm 
function in VGAM package
Best regards and thank you for your ehlp
 

 mydata - read.table(Data2_overruns.csv, sep =;, header  = T, 
row.names=NULL)
 attach(mydata)
 
 y - mydata$cat.event
 phase.vol -mydata$phase.vol
 pilote - mydata$pilote
 défail.méca - mydata$défail.méca
 mauv.visib - mydata$mauv.visibilité
 piste.cont - mydata$piste.contam
 vent - mydata$vent
 tiers - mydata$tiers
 y - ordered(y,levels=c(Inci,Inci G,Acci))
 
 dat - data.frame(y,phase.vol,pilote, défail.méca, 
+ mauv.visibilité, piste.cont, vent, tiers)

 pilote_sum-apply(tab_cont,1,sum) #somme sur les lignes
 Event_sum-apply(tab_cont,2,sum) # somme sur les colonnes

 library(VGAM)
Le chargement a nécessité le package : splines
Le chargement a nécessité le package : stats4

Attachement du package : 'VGAM'


The following object(s) are masked from package:splines :

 bs,
 ns 


The following object(s) are masked from package:stats :

 glm,
 lm,
 poly,
 predict.glm,
 predict.lm,
 predict.mlm 


The following object(s) are masked from package:base :

 scale.default 

 result - vglm(y ~ phase.vol + pilote + défail.méca + mauv.visib + 
piste.cont + vent + tiers,data = dat, family = cumulative(parallel = F)) 
Erreur dans dotC(name = tapplymat1, mat = as.double(mat), 
as.integer(nr),  : 
NA/NaN/Inf dans un appel à une fonction externe (argument 1)
De plus : Warning messages:
1: using type=numeric with a factor response will be ignored in: 
model.response(mf, numeric) 
2: production de NaN in: log(x) 
3: fitted values close to 0 or 1 in: Deviance.categorical.data.vgam(mu = 
mu, y = y, w = w, residuals = residuals, 
4: production de NaN in: log(x) 
5: fitted values close to 0 or 1 in: Deviance.categorical.data.vgam(mu = 
mu, y = y, w = w, residuals = residuals, 
 


Lassana KOITA 
Chargé d'Etudes de Sécurité Aéroportuaire et d'Analyse Statistique  / 
Project Engineer Airport Safety Studies  Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical 
Department 
Direction Générale de l'Aviation Civile (DGAC) / French Civil Aviation 
Headquarters
Tel: 01 49 56 80 60
Fax: 01 49 56 82 14
E-mail: [EMAIL PROTECTED]
http://www.stac.aviation-civile.gouv.fr/
[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] VGAM package released on CRAN

2006-10-26 Thread Thomas Yee
Dear useRs,

upon request, the VGAM package (currently version 0.7-1) has been
officially released on CRAN (the package has been at my website
http://www.stat.auckland.ac.nz/~yee/VGAM for a number of years now).

VGAM implements a general framework for several classes of
regression models using iteratively reweighted least squares
(IRLS). The key ideas are Fisher scoring, generalized linear
and additive models, IRLS and vector smoothing. It is a large R
package that fits many models and distributions, usually by maximum
likelihood estimation. See below for a partial listing, or better,
http://www.stat.auckland.ac.nz/~yee/VGAM/doc/VGAMrefcard.pdf. Some
broad categories are categorical data analysis, LMS quantile regression,
extreme value models, univariate and continuous distributions.

The package is under continual development and definitely not complete
yet. Until then it should probably be considered 'alpha software'. Nothing
is cast in iron yet, so please expect lots of changes if you use it. I
hope to add more functionality to certain parts of the package, especially
relating to inference and model selection, soon.

Re. support, this is minimal. I first have to apologize that it won't be
possible for me to answer every e-mail I receive. Sorry about this. If you
use VGAM please consult the online help plus the incomplete documentation
found at my website. Additionally, other technical details can be found
in the journal articles. On the positive side, a monographs is in the
making, however it is expected to be finished in quite a while :)

Suggestions, bug reports and other comments are very welcome.

Best regards,

Thomas Yee

Thomas W. Yee, Telephone: 64-9-3737599 extn 86857
Department of Statistics,  Fax:   64-9-3737000 or 3677149
University of Auckland,E-mail:[EMAIL PROTECTED]
Private Bag 92019,
Auckland 1001, New Zealand.



Information on package 'VGAM'

Description:

Package:   VGAM
Version:   0.7-1
Date:  2006-10-24
Title: Vector Generalized Linear and Additive Models
Author:Thomas W. Yee [EMAIL PROTECTED]
Maintainer:Thomas Yee [EMAIL PROTECTED]
Depends:   R (= 2.4.0), splines, methods, stats, stats4
Description:   Vector generalized linear and additive models, and
   associated models (Reduced-Rank VGLMs, Quadratic
   RR-VGLMs, Reduced-Rank VGAMs). This package fits many
   models and distribution by maximum likelihood estimation
   (MLE) or penalized MLE. Also fits constrained ordination
   models in ecology.
URL:   http://www.stat.auckland.ac.nz/~yee/VGAM

Index:

AA.Aa.aaThe AA-Aa-aa Blood Group System
AB.Ab.aB.ab The AB-Ab-aB-ab Blood Group System
AB.Ab.aB.ab2The AB-Ab-aB-ab2 Blood Group System
ABO The ABO Blood Group System
acatOrdinal Regression with Adjacent Categories
Probabilities
benini  Benini Distribution Family Function
betaII  Beta Distribution of the Second Kind
betabin.ab  Beta-binomial Distribution Family Function
betabinomialBeta-binomial Distribution Family Function
betaff  The 2-parameter Beta Distribution Family Function
betageometric   Beta-geometric Distribution Family Function
betaprime   The Beta-Prime Distribution
bilogistic4 Bivariate Logistic Distribution Family Function
binom2.or   Bivariate Logistic Regression
binom2.rho  Bivariate Probit Model
binomialff  Binomial Family Function
bisaBirnbaum-Saunders Distribution Family Function
bratBradley Terry Model
bratt   Bradley Terry Model With Ties
calibrate.qrrvglm   Calibration for CQO, UQO and CAO models
cao Fitting Constrained Additive Ordination (CAO)
cauchy1 Cauchy Distribution Family Function
cdf.lmscreg Cumulative Distribution Function for LMS
Quantile Regression
cexpon  Censored Exponential Distribution
cgumbel Censored Gumbel Distribution
chisq   Chi-squared Distribution
cnormal1Censored Normal Distribution
cqo Fitting Constrained Quadratic Ordination (CQO)
cratio  Ordinal Regression with Continuation Ratios
cumulative  Ordinal Regression with Cumulative Probabilities
dagum   Dagum Distribution Family Function
dcnormal1   Univariate Normal Distribution with Double
Censoring
deplot.lmscreg  Density Plot for LMS Quantile Regression
dgumbel The Gumbel Distribution
dirichlet   Fitting a Dirichlet Distribution
dirmultinomial  Fitting a Dirichlet-Multinomial Distribution
erlang  

[R] VGAM Package ?

2006-10-05 Thread KOITA Lassana - STAC/ACE




Hi!  R users
I would like to ask you where could we find the VGAM Package. I don't find
it in the list of packages.

Thak you for your help


Lassana KOITA
Etudes de Sécurité et d'Exploitation aéroportuaires / Safety Study 
Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical
Department
Direction Générale de l'Aviation Civile (DGAC) / French Civil Aviation
Authority
Tel: 01 49 56 80 60
Fax: 01 49 56 82 14
E-mail: [EMAIL PROTECTED]
http://www.stac.aviation-civile.gouv.fr/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] VGAM Package ?

2006-10-05 Thread David Scott


google VGAM


On Thu, 5 Oct 2006, KOITA Lassana - STAC/ACE wrote:






Hi!  R users
I would like to ask you where could we find the VGAM Package. I don't find
it in the list of packages.

Thak you for your help


Lassana KOITA
Etudes de Sécurité et d'Exploitation aéroportuaires / Safety Study 
Statistical analysis
Service Technique de l'Aviation Civile (STAC) / Civil Aviation Technical
Department
Direction Générale de l'Aviation Civile (DGAC) / French Civil Aviation
Authority
Tel: 01 49 56 80 60
Fax: 01 49 56 82 14
E-mail: [EMAIL PROTECTED]
http://www.stac.aviation-civile.gouv.fr/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.



_
David Scott Visiting (Until January 07)
Department of Probability and Statistics
The University of Sheffield
The Hicks Building
Hounsfield Road
Sheffield S3 7RH
United Kingdom
Phone:  +44 114 222 3908
Email:  [EMAIL PROTECTED]
__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] VGAM Package ?

2006-10-05 Thread Gavin Simpson
On Thu, 2006-10-05 at 11:39 +0200, KOITA Lassana - STAC/ACE wrote:
 
 
 
 Hi!  R users
 I would like to ask you where could we find the VGAM Package. I don't find
 it in the list of packages.
 
 Thak you for your help
 
 
 Lassana KOITA

That's because it isn't on CRAN yet. You can find a link to VGAM on the
Environmetrics Task View:

http://www.stats.bris.ac.uk/R/src/contrib/Views/Environmetrics.html

HTH

G

-- 
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
 Gavin Simpson [t] +44 (0)20 7679 0522
 ECRC  ENSIS, UCL Geography,  [f] +44 (0)20 7679 0565
 Pearson Building, [e] gavin.simpsonATNOSPAMucl.ac.uk
 Gower Street, London  [w] http://www.ucl.ac.uk/~ucfagls/
 UK. WC1E 6BT. [w] http://www.freshwaters.org.uk
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.