Displaying 20 results from an estimated 200 matches similar to: "pscore.dist problem when running optmatch"
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 of the optmatch package,
or is it contained in another package that I need to
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
2012 Jul 15
1
how to extract p-value in GenMatch function
Dear R-Users,
I have a problem on extracting T-Stat and P-Value. I have written R-code below
library("Matching")
data("lalonde")
attach(lalonde)
names(lalonde)
Y <- lalonde$re78
Tr <- lalonde$treat
glm1 <- glm(Tr~age+educ+black+hisp+married+nodegr+re74+re75,family=binomial,data=lalonde)
pscore.predicted <- predict(glm1)
rr1 <-
2007 Mar 15
1
Creating q and p functions from a self-defined distribution
Hello all,
I am fishing for some suggestions on efficient ways to make qdist and
pdist type functions from an arbitrary distribution whose probability
density function I've defined myself.
For example, let's say I have a distribution whose pdf is:
dRN <- function(x,d,v,s)
# d, v, and s are parameters
return(d/x^2/sv/sqrt(2*pi)*exp(-(d-v*x)^2/2/(sv^2*x^2)))
this is a legitimate
2008 Oct 29
1
Is anyone using * for 2 way video conferencing?
Hi,
One of my clients, wants to use * box to run weekly meetings between remote
locations over the internet.
What would be the best configuration for this? We are talking about two
conference rooms.
I am referring to the actual hardware/software and bandwidth requirements
for this to work well.
I have run two software video phones and I had marginal results with it when
displayed on large LCDs,
2018 Oct 21
2
Instalar paquetes antiguos en Windows 10
Hola a todos! Espero que alguien me pueda echar algo de luz al problema que tengo.
Estoy intentando instalar algunos paquetes antiguos en R (3.3.0), como ?devtools? en su penúltima versión, y me está resultando imposible. Instalé Rtools y R me dice que funciona, pero no consigo hacer que se instale el paquete. He probado bajando el paquete en formato .tar.gz y luego con las instrucciones:
2005 Jun 17
1
Re: screen fonts -- LCD and Analog Connections ...
Ryan wrote:
> I did, 1024x768.
> Sorry, analog
Matthew Miller wrote:
> Maybe the problem is just in that adjustment, then.
Yes. You need to have your signaling _exact_ when dealing with LCDs.
Some are very good at taking the timings of VESA standards. But some
support some eccentric Windows timings that are _not_ the exact same
as VESA. Or maybe you have configured your monitor for
2004 Jul 07
4
Small Linux Distro
Does anyone have a current, stripped linux distro which has only
asterisk and net drivers?
If so do you have it available somewhere?
I guess also, my question could be, does anyone know of a small
distro, which will run asterisk.
When I say small I mean <700Mb
Also, anyone got any sites on hand which would point to ways to make
linux start up faster?
(BTW this is all in aid of making
2011 Jul 30
2
NAN problem
Hi All,
Did anyone else have a problem like this? I am sorry if its a small issue, I
seem to not understand what to do to get rid of this error.
> Sigma
[1] 0.1939025
> MuRest
[1] 8.512772
> TauZero
[1] 0.1
> curve(qlnorm(x,-TauZero+MuRest, Sigma,lower.tail=F), xlim=c(4000,9000),
ylim=c(0,.99),xlab="", ylab="")
Warning message:
In qlnorm(p, meanlog, sdlog,
2010 Apr 14
3
Office 2007: Arial font problem
Hello,
I installed Office 2007 Professionnal and get an issue (Wine 1.1.42 on Ubuntu Karmic Koala 9.10). I tried to fix it by installing core fonts and so on but nothing changed. Please have a look at this screenshot:
[Image: http://i46.tinypic.com/2ldc13m.jpg ]
As you see, the arial font looks awful. Did anyone managed to fix it ?
Regards,
RedVivi
2003 Jun 18
1
Ltsreg and nsamp="exact"
I'm trying to use least trimmed squares using ltsreg with nsamp="exact".
When I use the following:
rg <- ltsreg(x,y,nsamp="exact")
I get:
Error in lqs.default(x, y, nsamp = "exact", method = "lts") :
NAs in foreign function call (arg 10)
In addition: Warning message:
NAs introduced by coercion
Incidentally, there are no missings in x or y,
2003 Mar 03
1
using data() in an example
Hi all,
I'm trying to put together examples in an R package, and am having trouble
reading data from the package's data directory. The data are in
comma-separated variable files, so to read a file like gw.csv, I include
in the data directory both bailey.csv and a file bailey.R which contains:
bailey <- read.csv("bailey.csv",na.strings=".");
so that typing
2002 Nov 15
1
Plotting in the margin
Hi,
I would like to place a line (tilted at an angle) in the margin of an R
plot. Is there any way to place such an annotation outside the plotting
area?
As an alternative, being able to plot a rotated character (the pipe, |) in
the margin would be sufficient. The problem is that mtext doesn't work
with the srt option.
As a further alternative, if I could put a legend in the margin, I
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
2007 Mar 15
0
Creating q and p functions from a self-defined distribut
>>> ted.harding at nessie.mcc.ac.uk 15/03/2007 13:26:52 >>>
On 15-Mar-07 12:09:42, Eli Gurarie wrote:
> Hello all,
>
> I am fishing for some suggestions on efficient ways to make qdist and
> pdist type functions from an arbitrary distribution whose probability
> density function I've defined myself.
Ted Harding accurately said there is unliekly to be an
2011 Aug 22
1
d, p, q, r - What are the math relations with each other of this functions?
Hi all,
Using the exponential distribution to exemplify: The dexp function is
the PDF (1) and pexp is the CDF (2), that is obtained integrating the
PDF. How can I get the qexp and the rexp? Considering that I have the
PDF, how this two are mathematically related to the PDF?
(1) ke^{-kx}
(2) 1-e^{kx}
Thanks in advance.
2006 Jan 14
2
"nv" driver lock up where new version
I have had my "nv" driver lock up a number of times.
I downloaded the "nvidia" drivers and they did not work at 1920x1080
resolution.
I am looking for an updated driver for just "nv".
I found some once for a different driver that you just update commonXXX and
yourdriverXXX not the whole X recompile.
Where can I find those drivers?
THanks,
Jerry
--------------
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]]
2020 Jul 27
1
[PATCH 4/4] radeon: fall back to ACPI EDID retrieval
Fall back to retrieving the EDID via the ACPI _DDC method, when present
for notebook internal panels, when retrieving BIOS-embedded EDIDs.
Signed-off-by: Daniel Dadap <ddadap at nvidia.com>
---
drivers/gpu/drm/radeon/radeon_combios.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/radeon/radeon_combios.c b/drivers/gpu/drm/radeon/radeon_combios.c
2010 Jul 16
1
discrepancy matrix
Hi!
I want to create a discrepancy matrix.
I have got a data.frame Q:
number colour date
2 343 b 1503
3 678 g 1701
4 347 b 1904
5 345 b 2001
6 123 g 1809
Now i want to create a matrix, whose entries are the total differences
between the ranks of number and date for each