Displaying 14 results from an estimated 14 matches similar to: "scalassoc package"
2005 Nov 26
0
correspondence analysis and canonical correspondence analysis in R
http://www.cuddyvalley.org/psychoR/code
now contains version 1.4 of ca.R
There are already many versions of CA and CCA in various R packages,
but this one has some unique features, so maybe it is useful.
The function ca() can do simple CA, but it also
allows for linear restrictions on the row and column scores (they
can be restricted to be in the span of a number of covariates). Thus
the
2007 Oct 03
0
Foometrics in R
At www.jstatsoft.org we now have three special volumes
Volume 22, Ecology and Ecological Modelling in R (Thomas Kneib and
Thomas Petzoldt, eds.)
Volume 20, Psychometrics in R (Jan de Leeuw and Patrick Mair, eds.)
Volume 18, Spectroscopy and Chemometrics in R (Kate Mullen and Ivo
van Stokkum, eds.)
Coming soon
-- Econometrics in R
-- Political Methodology in R
Gleam in my eye
--
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org
Firth
Bradley-Terry Models in R
Volume 12, Issue 01
Sturtz, Ligges, and Gelman
R2WinBUGS: A Package for Running WinBUGS from R
Volume 12, Issue 03
Mineo and Ruggieri
A Software Tool for the Exponential Power Distribution: The normalp
Package
Volume 12, Issue 04
Ritz and Streibig
Bioassay Analysis Using R
Volume 12, Issue 05
Baddeley and Turner
2005 May 24
0
R Packages and code published in JSS in 2005
Get articles from http://www.jstatsoft.org
Firth
Bradley-Terry Models in R
Volume 12, Issue 01
Sturtz, Ligges, and Gelman
R2WinBUGS: A Package for Running WinBUGS from R
Volume 12, Issue 03
Mineo and Ruggieri
A Software Tool for the Exponential Power Distribution: The normalp
Package
Volume 12, Issue 04
Ritz and Streibig
Bioassay Analysis Using R
Volume 12, Issue 05
Baddeley and Turner
2006 Apr 19
0
Code Snippets
JSS has been trying to develop a "Code Snippet" section (Hornik and
Koenker,
editors), but so far there have not been many submissions, possibly
because
this is not widely known.
if you have some code that is not a full-blown package (just one or two
functions) and you think it will be of general use, think about
submitting.
There is an excellent example in Volume 11 by Duncan
2006 May 22
0
JSS Code Snippets
JSS is trying to develop it's Code Snippets section. We have some
snippets lined
up and one published in the latest volume
http://www.jstatsoft.org/index.php?vol=16
If you have small chunks of code of obvious relevance to statistical
computing
(need not be in R) consider submitting it -- why keep it to
yourself ? Just a
matter of pasting a minimal amount of TeX into our templates and
2007 Sep 11
1
what am I missing
x<-seq(-1,1,length=10)
y<-seq(-1,1,length=10)
a<-matrix(c(1,2,2,1),2,2)
b<-matrix(c(2,1,1,2),2,2)
fv<-function(x,y) {
m<-x*a+y*b
t<-m[1,1]+m[2,2]; d<-m[1,1]*m[2,2]-m[1,2]^2
return((t-sqrt(t^2-4*d))/2)
}
gv<-function(x,y) {
t<-x*(a[1,1]+a[2,2])+y*(b[1,1]+b[2,2])
d<-(x*a[1,1]+y*b[1,1])*(x*a[2,2]+y*b[2,2])-(x*a[1,2]+y*b[1,2])^2
return((t-sqrt(t^2-4*d))/2)
}
2007 Nov 19
0
it looks like ...
in 2007 we will publish seven volumes of JSS (four of them special
volumes).
Volume 18 Spectroscopy and Chemometrics in R
Volume 19 regular
Volume 20 Psychometrics in R
Volume 21 regular
Volume 22 Ecology and Ecological Modeling in R
Volume 23 is being started, it is a regular volume, and may not fill up
completely. Volume 24 is 'Statistical Modeling of Social Networks with
2007 Dec 16
0
not a package (yet): derivatives of generalized eigen/singular pairs
but maybe of use to some:
http://gifi.stat.ucla.edu/psychoR/derivatives
Computes generalized eigenvalue solutions Ax=\lambda Bx
and generalized singular value solutions Rz=\gamma Px
and R'x=\gamma Qy for matrices that are differentiable
functions of a vector of parameters. Along with the
decomposition the code returns arrays with all first-order
partial derivatives of the values/vector wrt
2008 Mar 27
1
functions
I wrote some functions for multiway CANDECOMP, i.e. for least
squares fitting of
a_{i_1\cdots i_m}\approx\sum_{s=1}^p x^1_{i_1s}x^1_{i_1s}\cdots
x^m_{i_ms}
with arrays of arbitrary dimension. Reminded me of the good old APL
days. I could not find this in the archives, but if it's already there,
I would appreciate if someone let me know.
2008 Jul 12
0
R-outlet: Journal of Statistical Software
The Journal of Statistical Software was founded by Jan
de Leeuw in 1996. Currently, there are 26 volumes with 260
aricles and the journal publishes about 4 new volumes
per year. The web address is www.jstatsoft.org. All
articles are pdf files, since 2005 all produced from
JSS LaTeX templates.
JSS is edited by Jan de Leeuw, since
2005 jointly with Achim Zeileis of the Wirtschaftsuniversität Wien.
2005 Nov 06
0
R for Psychometrics
Over the last couple of years I have written quite a few
R programs for various "psychometric" techniques, and I am
regularly updating and expanding what is there. I now
have (wholly or partially), or have planned
-- gifi package (update to homals on CRAN). Code for
multiple correspondence analysis, nonlinear principal
component analysis, nonlinear multiset canonical
2009 Nov 16
1
[LLVMdev] gfortran front end
This is OS X 10.6. I can build llvm-gcc and llvm-g++ just fine,
but the gfortran front end cannot find a symbol. Where would it
normally be defined ?
====================================================================
/Developer/usr/bin/g++-4.2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
2004 Jul 12
6
proportions confidence intervals
Dear R users
this may be a simple question - but i would appreciate any thoughts
does anyone know how you would get one lower and one upper confidence
interval for a set of data that consists of proportions. i.e. taking a
usual confidence interval for normal data would result in the lower
confidence interval being negative - which is not possible given the data
(which is constrained between