Displaying 20 results from an estimated 10000 matches similar to: "Data Export"
2003 Jan 11
2
any plot ?
Dear R-ers:
I'm sorry to disturb you, I want just ask if R can plot a given
complicated density function. I mean if we have the expression of the
density en we want to see how it's look like? and this is a density
with two variables thus it's a 3D plot
Thank you very much
Hicham Amsterdam
2002 Nov 01
2
Empirical distribution
If some can help to find under wich package can i find the commando's
wich i schould to use to work with the empirical cummulative (ecdf)
distribution and also the QQplot.
Zmarrou Hicham
Univesity of Amsterdam
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Oct 10
2
Help?
Dear Sir :
I would ask if R contains some propreties to write the greeks(lambda,
theta,xsi,......) en also if R can also the mathematics signs like
integrals, indices.......
Your sincerly:
H.Zmarrou
University of Amsterdam:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2003 Jan 28
2
symbol
Dear R helpers
I would like to make a plot where the symbols were the numbers
of the corresponding classes, i.e, samples of class 1 would the
symbol 1, samples of class 2 would have symbol 2,....
Is this possible?
Thank you
Luis
--
Kit SAPO.ADSL.PT Apenas 50 ?.
Adira j? em http://www.sapo.pt/kitadsl
2013 Apr 22
2
numerical integration of a bivariate function
hello
I work on
the probabilities of bivariate normal distribution. I need
integrate the
following function.
f (x, y) = exp [- (x ^ 2 + y ^ 2 + x * y)] with - ∞ ≤ x ≤
7.44 and - ∞ ≤ y ≤ 1.44 , either software R or matlab Version R 2009a
Thank you
for helping me
Regards
Mezouara
hicham
PhD in
Metrology
Hicham_dess
@ yahoo.fr
[[alternative HTML version deleted]]
2002 Oct 02
4
T-Distribution
Dear sir,
I would ask if there are in R some code to generate a random sample
from a mvariate student distribution like that one wich generate the
multivariate normal one i mean( rmvnorm(n, mu, sigma)
Second question : if R can plot density 3Dcurve I don't mean de
histogram but de hole density function(normal for example).
I use a windows version of The R software
Thank you in advance
wiyh
2002 Oct 01
2
R-gui
I discover last week the R software statistics programm, I have a small
questions, When we generate a bivariate normal distribution is it
possible to plot the generate distribution.
The second one if there is a code to generate a bivariate student
distribution.
If yes i would ask you gratefully a help.
Thank you very much
2002 Nov 02
2
Partial Least Squares
Hi everybody!
Is there any package or functions to make Partial Least Squares
analysis with R?
Thanks a lot
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2002 Apr 05
1
Rgui.exe cannot start on Win2000 professional vesion!
Dear R-ers:
I'm sorry to disturb you, I downloaded the
latest version R1.401 binary on my win2000
professional, after installation, when I click the
shortcut on the desktop to start R, it says:
Rgui.exe Application Error
The instruction at '0x780027oe' referenced memory at
'0x00000000'. The memory could not be read.
click on Ok to terminate the program
click on CANCEL to debug
2002 May 06
3
Spearman rank-order correlation matrix
I"ve got a data frame with a selection of columns I want to compute a
rank-order correlation matrix from without disturbing the original
data frame.
foo[,c("a","b","d","f","g")]
What I wanted to do, intuitively, was:
> cor(rank(foo[,c("a","b","d","f","g")]))
but rank in that context
2002 Nov 14
1
plot rotation
Hi
I made a 3d plot with scatterplot3d, but I would like to rotate
it to achieve the best view of the data. Is this possible?
Thanks a lot
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",
2002 Nov 17
1
Xgobi II
Hi again.
Thank you for the tips but I don't know what is a X server. I
remember that I?m working with my own notebook. Is this
possible? I could also try to run it in my faculty.
thanks
Luis
--------------------------------------------
sapo.pt/kitadsl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2010 Aug 11
2
Samba/Winbind issue
Hi,
I have an issue with Samba using winbind. We have Active Directory groups with underscores (for example sambagroup_underscore). But an underscore in Samba (Unix) is a space in Active Directory.
So my question is what character is used in Samba (Unix) for an underscore in Active Directory? Or are there other solutions to solve this?
I would be very happy if you can help me!
Met
2002 Oct 15
1
R memory
Hello
I was doing PCA (principal component analysis) with a DNA
expression matrix (7000 rows/38 columns; from golubEsets) but I
had the following problem
"Error:cannot allocate vector of size 397051 Kb
In addition: Warning message:
Reached total allocation of 119Mb: see help(memory.size)"
I've already done some filtering (reduced to 3051 rows) but the
problem remains, only the
2006 May 20
5
Can lmer() fit a multilevel model embedded in a regression?
I would like to fit a hierarchical regression model from Witte et al.
(1994; see reference below). It's a logistic regression of a health
outcome on quntities of food intake; the linear predictor has the form,
X*beta + W*gamma,
where X is a matrix of consumption of 82 foods (i.e., the rows of X
represent people in the study, the columns represent different foods,
and X_ij is the amount of
2005 Feb 25
2
Bug in TermIterator::skip_to() ?
Hi all,
I've been toying with xapian (mostly using the Python bindings) and I
think I've hit a bug in the TermIterator::skip_to() method (or maybe
in QuartzAllTermsList::skip_to()).
I've attached a c++ source file that demonstrates the issue. In short,
if you have a WritableDatabase, ask for the all-terms TermIterator
with db.allterms_begin(), and then skip_to() a word that is itself
2005 Mar 22
5
Convert timeseries to transition matrix
Hi All,
Does someone have an idea of how to cleverly convert a categorical
timeseries into a transition matrix?
Ie, I have something like:
x<- c(1,1,2,1,1,2,2,2,1,2),
And I want a matrix with counts and/or probabilities:
> tr <- matrix(c(2,3,2,2),2,2)
> tr
[,1] [,2]
[1,] 2 2
[2,] 3 2
Meaning that there are two transitions from 1 to 1, two from 1 to 2, three
from 2 to 1
2004 Jan 02
2
SEM help!!!
I have just started using the SEM package in R, so I'm not sure I'm doing
everything right, but I keep getting an error concerning startvalues and I
can't figure out how to fix it. Is anyone willing to read over my code
and help me out??? Please email me if you are willing to look at my code
and I will send it to you.
Thank you so much, and Happy New Year!
cathy
2009 Mar 24
6
Is there a public blacklist of hackers' IP addresses?
Hi,
In last one week I have seen two servers of our organization successfully
hacked and some other under attack from some other IP addresses. We would
block one IP address on our firewall and after a few hours, they would start
getting hits from some another IP address. When I checked them on whois.net,
they all were from Amsterdam. Surprisingly, I once had similar attack in the
past and it was
2002 Nov 28
2
Logistic Regression with 9 classes
Hello!
I need to classify a data set with 19 variables and 9 classes
using Logistic Regression(on R).
I know that when we have only 2 classes we can use glm() to
estimate the coefficients of the model. But I don?t understand
how can I do a classification task with Logistic Regression on
a data set with 9 classes!
Does anybody know how can I estimate these coefficients (of a
model with 9