Displaying 4 results from an estimated 4 matches for "getopenmx".
2009 Nov 04
2
error in install.packages() (PR#14042)
Full_Name: Michael Spiegel
Version: 2.10
OS: Windows Vista
Submission from: (NULL) (76.104.24.156)
The following error is produced when attempting to call install.packages. Here
is the results of the traceback:
> source('http://openmx.psyc.virginia.edu/getOpenMx.R')
Error in f(res) : invalid subscript type 'list'
> traceback()
7: f(res)
6: available.packages(contriburl = contriburl, method = method)
5: .install.winbinary(pkgs = pkgs, lib = lib, contriburl = contriburl,
method = method, available = available, destdir = destdir,...
2010 Oct 18
0
OpenMX structural equation software
...for missing data, ordinal estimation
with thresholds, multilevel, latent class, and mixture distributions to name
a few.
The most current version of OpenMx (for Mac, Windows and most Linux
variants) may be downloaded by issuing the following R command:
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
OpenMx is not currently hosted on CRAN due to a license restriction on the
one portion of our code, an optimizer, that was not written by the project.
We hope to remedy this situation reasonably soon as we are working on an
open source version of the optimizer. The remainder of the projec...
2010 Oct 18
0
OpenMX structural equation software
...for missing data, ordinal estimation
with thresholds, multilevel, latent class, and mixture distributions to name
a few.
The most current version of OpenMx (for Mac, Windows and most Linux
variants) may be downloaded by issuing the following R command:
source('http://openmx.psyc.virginia.edu/getOpenMx.R')
OpenMx is not currently hosted on CRAN due to a license restriction on the
one portion of our code, an optimizer, that was not written by the project.
We hope to remedy this situation reasonably soon as we are working on an
open source version of the optimizer. The remainder of the projec...
2010 Mar 03
1
(PR#14226) -- Re: libgfortran misplaced in Mac OS X R install (PR#14226)
...ld machine I noticed that a copy of
libgfortran.2.dylib exists at /usr/local/lib. I believe the Xcode
install placed a copy of it there. To create the binary release, I
run R CMD INSTALL --build. The beta test users install the package
using the following script:
http://openmx.psyc.virginia.edu/getOpenMx.R.
On Wed, Mar 3, 2010 at 9:48 AM, Tim Brick <tbrick at virginia.edu> wrote:
>
>
>> From: Simon Urbanek <simon.urbanek at r-project.org>
>> Date: March 3, 2010 8:32:52 AM MST
>> To: tbrick at virginia.edu
>> Cc: r-devel at stat.math.ethz.ch, R-bugs at r-p...