Displaying 20 results from an estimated 2000 matches similar to: "cdf function: inverse to quantile?"
2003 Jun 30
2
R as COM client (rather than server)
Hello all
Can R be used as a COM client (rather than as a COM server)? The following
(Splus) code shows the sort of thing I'd like to do:
pMIM <- create.ole.object("mim31.Server")
NoOutputLines <- call.ole.method(pMIM, "SendCmdLine", "show w")
for (i in 1:NoOutputLines) show(call.ole.method(pMIM,
"GetOutputLine"))
release.ole.object(pMIM)
2003 Feb 07
1
Bug in socketConnection (PR#2535)
Platform: Windows
Version: 1.6.2
When first called, socketConnection gives an error. On subsequent calls it
performs correctly. Thus the first call has the effect of "priming" the
connection. Eg
> socketConnection(port=50)
Error in socketConnection(port = 50) : unable to open connection In
addition: Warning message:
localhost:50 cannot be opened
> MIM <-
2010 Feb 15
1
"EstimableS" in R
Hi
I've just installed the R version 2.10.1 on my new PC and unfortunately I have problem to use the function Estimables. I have downloaded gmodels succesfully but have problems when I activate the package. I get following meassage;
> utils:::menuInstallLocal()
package 'gmodels' successfully unpacked and MD5 sums checked
> local({pkg <-
2005 Mar 03
2
Putting different colors on labels in plot (hclust)
Hi All R-helpers
This is my first (but probartly not last ;-) mail to R-help, so hello to everybody.
My problem: Is there a way to give colors to the labels (sample labels) in plots for a hclust object for better visualization?
I have looked through plot, points, hclust and more but cannot find anything on label color. Anybody know if this is doable?
Best regards Jeppe
2001 Apr 30
1
Swat in samba.
Hej.
I am using Red Hat 7.1 and samba 2.2.0 TNG.
I have installed RPM for red hat 7.0 but i don't think this is a problem.
2007 Feb 15
4
Anyone running Xen on HP DL380 G5? Intel 5150 and 5160 CPU''s?
I''ve got a client demanding the use of HP DL380 G5''s, for various
historical reasons, for a server room. I''m going nuts trying to figure
out if the available CPU''s for them support VT, so I can avoid building
them a separate Windows box.
Unfortunately, the local web proxy is overloaded, so actually browsing
the JavaScript/image loaded web pages for HP is
2016 Oct 06
2
Ordenar matriz de datos
Hola.
Tengo la matriz adjunta, en un formato incómodo (dos columnas).-
Quisiera ordenarla, tal que resulten 9 variables (columnas) con los
siguientes valores, que actualmente están en la V1, repetidos 21 veces:
Leading
Companies
Sales (M AR$)
Market %
Total Growth
Mature Portf
New Products
Extensions
Leading
Lógicamente, en los filas quisiera los valores que actualmente están en la
V2.-
?No logro
2006 Jan 19
1
Minimizing mahalanobis distance to negative orthant
Hi
I have the following problem: given x (px1) and S (pXp positive definite), find y such that y_i<=0 (i=1..p) minimizing the
mahalanobis distance (x-y)'S^{-1}(x-y).
Has anyone worked on this problem? Tips or R code would be appreciated.
David
____________________
David Edwards
Principal scientist
Biostatistics
Novo Nordisk A/S
Novo Allé
2880 Bagsvaerd
Denmark
+45 4444 8888 (phone)
2005 Jul 07
1
CDF plot
Dear all,
I have define a discrete distribution P(y_i=x_i)=p_i, which I want to
plot a CDF plot. However, I can not find a function in R to draw it
for me after searching R and R-archive. I only find the one for the
sample CDF instead my theoretical one.
I find stepfun can do it for me, however, I want to plot some
different CDF with same support x in one plot. I can not manage how to
do it with
2012 Jul 11
2
Computing inverse cdf (quantile function) from a KDE
Hello,
I wanted to know if there is a simple way of getting the inverse cdf for a
KDE estimate of a density (using the ks or KernSmooth packages) in R ?
The method I'm using now is to perform a numerical integration of the pdf
to get the cdf and then doing a search for the desired probablity value,
which is highly inefficient and very slow.
Thanks,
-fj
[[alternative HTML version deleted]]
2001 Sep 05
3
Bug in ftable?? (Was: Two-way tables of data, etc)
Further to the discussion between Murray Jorgensen and Brian Ripley,
it seems to me better to choose tabulations that will not come and bite
you. Suppose your data are sligtly irregular, e.g. (for the sake of
the argument):
data( warpbreaks )
warpbreaks$variant <- rep( 1:5, len=54 )
attach( warpbreaks )
tb <- table( wool, tension, variant )
tb
# in this case you would like to see:
tp
2001 Sep 05
3
Bug in ftable?? (Was: Two-way tables of data, etc)
Further to the discussion between Murray Jorgensen and Brian Ripley,
it seems to me better to choose tabulations that will not come and bite
you. Suppose your data are sligtly irregular, e.g. (for the sake of
the argument):
data( warpbreaks )
warpbreaks$variant <- rep( 1:5, len=54 )
attach( warpbreaks )
tb <- table( wool, tension, variant )
tb
# in this case you would like to see:
tp
2012 Jun 14
2
plot cdf
Good Afternoon,
I'm trying to create a cdf plot, with the following code. It works well,
but I have little doubt, if you can help solve. When I create the plot,
like the graph line would still not appear with point
#cdf
x<-table(Dataset$Apcode)
View(s)
hist(s)
*plot(ecdf(x))*
x<-1 37607
2 26625
3 5856
4 25992
5 30585
6 16064
7 9850
..
...
..
186 52
--
View this message in
2006 Nov 25
1
"undefined symbol: _pam_make_env"
Hello,
A while ago I downloaded and compiled PAM 0.99.x and installed it over
the default CentOS PAM installation. Of course, this premature decision
led to root and FTP access being fully locked down and inaccessible.
When I `su -`, it prints "su: incorrect password" before it gives me
the chance to type a password. When I `sudo su -`, it prints "sudo:
pam_authenticate:
2001 Oct 26
1
Bug or new concept in formatC?
As a sequel to my previous mail on cut, formatC does not produce
what I have been taught is significant digits:
> x <- c(1.0793,1.0796, 11.0954, 11.0736 )
> formatC(x,digits=3,format="g")
[1] "1.08" "1.08" "11.1" "11.1"
(3,3,3,3) significant digits OK
> formatC(x,digits=3,format="f")
[1] "1.079"
2011 Jun 11
15
after initialize blowing up---help
All,
Can anyone see what''s happening here?
================== migration =======================
class CreateGreetings < ActiveRecord::Migration
def self.up
create_table :greetings do |t|
t.string :greet
t.string :language
t.integer :count
t.timestamps
end
end
def self.down
drop_table :greetings
end
end
================== greeting.rb
2001 Nov 21
1
Slow printing in batch?
For doumentation purposes I run a batch R program that does reshaping etc.
of data and finally prints things.
When I paste the code into an R-window everything runs in a few seconds,
but in Batch mode i get in the output file the result below.
Any clues why R uses 4 min to print a 1129\times 6 dataframe in batch mode?
The scrit I use to run R is:
c:\stat\r\%R_VERS%\bin\Rterm --no-restore
2003 May 08
2
approximation of CDF
Hi all,
is there any package in R capable of smooth approximation of CDF
basing on given sample?
(Thus, I am not speaking about ecdf)
In particular, I expect very much that the approximation should
subject to the property:
f(x0)<=f(x1) for x0<x1, where x0 and x1 belong to range of
the sample given.
Polynomial approximation could be OK for me as well.
P.S.
2003 Dec 01
0
No subject
O'Reilly ang
"Teach yourself samba in 24 hours"
I have tried to get swat up running and configure samba therefrom.
I have added /etc/services swat tcp 901 and because I cannot find =
inetd.conf
I have instead added
in xinetd.conf (apparently red hat 7.1 don't have inetd.conf anymore =
but
xinetd.conf) =20
I have made the appriopriete changes there too /etc/xinetd.conf added =
2018 Mar 08
2
Imputar NA a SQL Server
Buenas,
Quiero meter NULL en algunos valores al hacer un insert en una base ded datos SQL Server, pero no me reconoce NA, por lo que no se como meterlos...
?Alguno sabe como podria hacerse? La opci?n de no meter el valor no es v?lida porque tengo que meter varias columans y los NA se pueden dar en cualqueira de ellas...
Gracias
Jes?s
[[alternative HTML version deleted]]