Hi all,
Working with S4 object, I definine two class foo1 and foo2. I define '['
(resp. '[<-') for the two classes.
Then I define a third class foo3 that inherit from both foo1 and foo2.
Is there a way to make '[' (resp. '[<-') for foo3 inherit from '['
(resp. '[<-') for foo1 and foo2?
Than
Hey,
Whenever I set up a log linear model using glm(Y~. , data=data,
family=poisson) I get the parameters in the form of deviation from the first
cell kombination.
I find this to be hard to interpret when I for instance want to know if
there is a difference between two factors in the first catego
Hello,
You might like the php client to Rserve that is part of the next version
of Rserve. see http://www.rforge.net/Rserve/svn.html
install the last snapshot, and check the client/php/simple.php file
If you decide to go this way, then I'd suggest you use the
stats-rosuda-devel mailing list
On 22 March 2010 16:31, 4-real wrote:
>
> Hello everyone...
> We were trying to implement the Newton-Raphson method in R, and estimate the
> parameters a and b, of a function, F, however we can't seem to implement
> this the right way. Hope you can show me the right way to do this. I think
> what
Use:
cat(sprintf("Long on %s at a price of %f\n",dates[j],data[j]))
Hope it helps
mario
Tian Pan wrote:
> Hi
>
> I am having a problem with outputting text inside an if function. I have the
> following code:
>
> for (j in 20:length(bb.up))
> {
> if (up[j]==1 && up[j-1]=
Hi
I am having a problem with outputting text inside an if function. I have the
following code:
for (j in 20:length(bb.up))
{
if (up[j]==1 && up[j-1]==0)
{
sprintf("Long on %s at a price of %f",dates[j],data[j])
}
if (down[j]==1 && down[j-1]==0)
{
sprintf("Short on %s at a price of %f",d
Hi All,
I am writing to you for Packt Publishing, the publishers of computer related
books.
We are planning to extend our catalogue of books based on Scientific Computing
Tools and are currently inviting authors interested in writing for Packt. This
doesn't need any previous writing experien
Hi,
I was wondering if you can show me how to plot the discriminant boundary lines
for an LD analysis in R. I am curious as to perform this on a larger scale, so
I was wondering if you can provide me an example on the infamous 'iris' data.
Here's what I have so far:
iris.lda=lda(Species ~., d
I am working on rpart, mars and earth.
they all work fine individually.
but i want to use node information generated by rpart in earth or mars.
(mars is sensitive to outliers. CART deals effectively with outliers.)
is there any way to perform this?
Thanks.
[[alternative HTML version dele
Hello,
I am having the same problem. My webmaster is not ready to install R on the
web server.
Is there a way to run R on a remote linux cluster and POST results from the
remote server to my website?
I am sorry if this is more of a PHP question.
Thank you and Any help appreciated.
S
--
View t
Hi everyone!
May I request again for your help?
I need to make some codes using if else statements...
Can I do an "if-else statement" inside an "if-else statement"? Is this the
correct form of writing it?
Thank you.=)
Example:
for (v in 1:6) {
for (i in 2:200) {
if (v==1)
(if max(x*v-y*v)>1 b
Dear r-help users,
I have just downloaded the package vegan and I have problems accessing
the data to go through the examples in the tutorial. I can see the data
when I type "data()" but I am told that the data doesn't exist when I
type the name of one of the variables e.g.:
> varespec
Error:
Dear R help
I am writing a package where I am intending to extend the png function of the
grDevices package. When I load my package, my png function indeed substitutes
the grDevices function, and everything seems OK. I am a little confused though
at how function precedence is determined. I am c
Thank you David, thank you Ista - as.matrix solves the problem.
Best regards,
Kamil Sijko
+48.790.818.212
2010/3/22 David Winsemius :
>
> On Mar 22, 2010, at 3:06 PM, Ista Zahn wrote:
>
>> Hi Kamil,
>> You can use something like
>> write.csv(t(as.matrix(object)), file="name.csv")
>>
>> -Ista
>>
I am working on rpart, mars and earth.
they all work fine individually.
but i want to use node information generated by rpart in earth or mars.
(mars is sensitive to outliers. CART deals effectively with outliers.)
is there any way to perform this?
Thanks.
[[alternative HTML version dele
101 - 115 of 115 matches
Mail list logo