Displaying 15 results from an estimated 15 matches for "optmatch".
2007 Jul 03
1
MatchIt package on Ubuntu 7.04 (Feisty Fawn)
UseRs,
I tried to install the MatchIt package on Ubuntu 7.04. When loading required dependencies I got the following error message:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library '/usr/local/lib/R/site-library/optmatch/libs/optmatch.so':
/usr/local/lib/R/site-library/optmatch/libs/optmatch.so: cannot map zero-fill pages: Cannot allocate memory
Error: package/namespace load failed for 'optmatch'
optmatch.so appears to be where R is looking for it so I don't know what has gone wrong. Have I mis...
2012 Dec 20
3
Optmatch Package Question
Hello ,
My optmatch package is loaded on R and otherwise running fine.
I get an error after lcds successfully completes a logistic regression and
I then try to obtain a propensity score:
pdist <- pscore.dist(lcds)
Error: could not find function "pscore.dist"
Does anyone know if pscore.dist is part...
2012 Dec 18
1
pscore.dist problem when running optmatch
Hello
My optmatch package is loaded and otherwise running fine.
I get an error after lcds successfully completes logistic regression and
I'm trying to obtain a propensity score:
> pdist <- pscore.dist(lcds)
Error: could not find function "pscore.dist"
I searched the help files, other online sou...
2018 Oct 21
2
Instalar paquetes antiguos en Windows 10
...ice que no puede abrir un directorio y no realiza la instalación. También he probado a hacerlo directamente desde el repositorio, y me da el mismo error. Mi problema principal es que necesito instalar el paquete ?MatchIt? y cuando empieza la instalación me dice que no puede instalar la dependencia ?optmatch? porque en el repositorio hay una versión posterior a la que necesita.
¿Alguien me puede ayudar?
Muchas gracias
Pepe Martín
2023 Oct 20
0
UseMethod forwarding of local variables
...ethod("foo")
> foo(structure(2, class = c("baz", "bar")))
Error in foo.bar(structure(2, class = c("baz", "bar"))) :
object 'yyy' not found
The directly affected CRAN packages I have identified are:
- actuar
- quanteda
- optmatch
- rlang
- saeRobust
- Sim.DiffProc
- sugrrants
- texmex
Some of these fail with the environment set to 'error' but not to
'none', so they are getting a value from somewhere else that may or
may not be right.
Affected as revdeps of optmatch:
- cobalt
- htetree
- jointVIP
- MatchIt...
2010 Jul 16
1
discrepancy matrix
...e the total differences
between the ranks of number and date for each pair ( a pair is a combination
, made of different colours (zB. 2,3 or 2,6)).
(343-678)+(1503-1701) = -533
( if my explanation is too bad, you can look up for a equivalent example on
this page:http://www.stat.lsa.umich.edu/~bbh/optmatch/doc/optmatch.pdf (
on page 5))
I tried this code:
plantdist<-round(outer(rank(' date')[as.logical('colour')],rank('
date')[!as.logical('colour')],
FUN = function(X, Y) {
abs(X - Y)
}) + outer(rank( 'number ')[as.logical('colour')], rank( &...
2009 Dec 02
4
Finding cases in one subset that are closet to another subset
Good afternoon
Running R2.10.0 on Windows
I have a data frame that includes (among much else) a factor (In_2006) and a continuous variable (math_3_4). I would like to find the 2 cases for In_2006 = 0 that are closest to each case where In_2006 = 1.
My data looks like
In_2006 math_3_4
0 55.1
1 51.6
1 18.1
1 26.6
1 14.1
2009 Sep 23
3
Ford Fulkerson
Hi,
Is there any R implementation of the well-known algorithm from the Operations Research
literature, the Ford-Fulkerson algorithm of maximum flow in networks with capacities.
Thanks.
[[alternative HTML version deleted]]
2011 Feb 01
3
Matching patients
May I ask a clinical question? For a trial, we have a treatment group of small
size, say 30 patients. We want to selectmatching control patients from a bigger
group (100 patients) in terms of several clinical variables, such as age, tumor
stage etc. This practice is to select the closest matching set of control cases.
I wonder if R has any routine or package that can help with this problem.
2005 Dec 01
0
guidelines on "depends" versus "suggests" and R versions
...Kosuke Imai writes:
> We have MASS and Zelig in there because some functions are borrowed from
> those packages.
The right way to handle this is only to make these packages as
"suggests" rather than "depends" and then install them if needed, as
you do correctly with optmatch. Note that Writing R Extensions says:
"Packages that need to be attached to successfully load the package
using library(pkgname) must be listed in the Depends field."
Although this is not directlty on point, my interpretation is that you
need a "good reason" to list a package...
2013 Jan 24
3
Implications of a Dependency on a GPLed Package
...tion that is incompatible with the GPL), but states an explicit dependency on the MASS package (which is not a "base" package and released under the GPL). Furthermore, several packages also prohibit commercial use, but list an explicit dependency on the methods package (e.g. gpclib, isa2, optmatch).
As all of these packages are on CRAN, and at least one author is also a core R contributor (Duncan Murdoch for gpclib), I assume that the CRAN maintainers and/or the R Foundation do not consider these packages to violate the GPL, and therefore also do not agree with the FSF interpretation of the...
2007 Mar 26
1
Problem in loading all packages all at once
...lme","nlmeODE","nlreg","nnet","nor1mix","norm","normalp","NORMT3","nortest","noverlap","npmc","numDeriv","nws","Oarray","odesolve","onion","optmatch","orientlib","ouch","outliers","oz","pamr","pan","panel","papply","partitions","partsm","party","pastecs","pbatR","PBSmapping","pcaPP","pcu...
2012 Mar 11
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* EffectStars (1.0)
Maintainer: Unknown
Author(s): Gunther Schauberger
License: GPL-2
http://crantastic.org/packages/EffectStars
The package provides functions to visualize regression models with
categorical response. The effects of the covariates are plotted with
star plots in order to allow for an optical
2009 Aug 24
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
Updated packages
----------------
New reviews
-----------
This email provided as a service for the R community by
http://crantastic.org.
Like it? Hate it? Please let us know: cranatic at gmail.com.
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* allan (1.0)
Alan Lee
http://crantastic.org/packages/allan
Automates Large Linear Analysis Model Fitting
* andrews (1.0)
Jaroslav Myslivec
http://crantastic.org/packages/andrews
Andrews curves for visualization of multidimensional data
* anesrake (0.3)
Josh Pasek
http://crantastic.org/packages/anesrake
This