Displaying 7 results from an estimated 7 matches for "matveyeva".
Did you mean:
matveev
2010 Nov 09
1
library(kernlab) --- unable to load shared library
...e package is in the directory
/usr/local/sage/local/lib/R//library
=> it is there... (at least there is a folder with the name `kernlab`)
Could you please make any suggestions concerning the causes and/or solution
of this problem ?
Any help would be greatly appreciated.
Sincerely yours,
Yuliya Matveyeva.
[[alternative HTML version deleted]]
2010 Oct 10
1
segfault caused by `icfit` in `interval` package
...n, Rin = Rin,
A = A)))
10: icfit.default(L = left, R = right)
11: icfit(L = left, R = right)
Possible actions:
1: abort (with core dump, if enabled)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
I would greatly appreciate any help provided.
Sincerely yours,
Yuliya Matveyeva.
2013 Jun 26
3
match rows of R
Hi all,
What would be an efficient way to match rows of a matrix to a vector?
ex:
m<-matrix(1:9, nrow=3)
m [,1] [,2] [,3]
[1,] 1 4 7
[2,] 2 5 8
[3,] 3 6 9
#################################
which(m==c(2,5,8)) # I want this to return 2
######################
Thanks,
Sachin
[[alternative HTML version deleted]]
2010 Nov 22
2
how to loop through variables in R?
After importing a table with "M" variables and "N" records, I'd like to
calculate chi-square statistics, say, between N1, N2; N1, N3, ..., N1, Ni,
and then N2, N3, ... N2, Ni, ..., Ni-1, Ni. Two loops should be ok but the
manual & online help don't show a systematic way to do so but instead show
hard-code examples so users have to type in the names themselves one
2012 Nov 01
0
oblique.tree : the predict function asserts the dependent variable to be included in "newdata"
...xpr, envir, enclos) : object 'y' not found
pred <- predict(bot, newdata = train[, var_x_names],
type="vector", update.tree.predictions = F)
#
-------------------------------------------------------------------------------------------------------
--
Sincerely yours,
Yulia Matveyeva,
Department of Statistical Modelling,
Faculty of Mathematics and Mechanics,
St Petersburg State University, Russia
[[alternative HTML version deleted]]
2011 May 11
1
Recompile a package
Hello, dear R community.
The thing is that I am not in the least a developer, neither do I want to
create a package of my own.
But recently I have found a package LogicForest, which is in the base
written in Fortran I think. And well,
in its manual it is written that there are several parameters there that had
had to be "hard coded", but which
in essence actually have no restrictions.
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...Nov 2010 20:07:08 -0500
From: watashi at post.com
To: yuliya.rmail at gmail.com, r-help at r-project.org
Subject: Re: [R] how to loop through variables in R?
Message-ID: <8CD58C1E2D65661-1718-A0F at web-mmc-m05.sysops.aol.com>
Content-Type: text/plain
-----Original Message-----
From: Yuliya Matveyeva <yuliya.rmail at gmail.com>
To: watashi at post.com
Sent: Mon, Nov 22, 2010 4:32 pm
Subject: Re: [R] how to loop through variables in R?
If you want to have a name-specific loop.
Assign names to your variables after inserting them into the data.frame like
that:
colnames(df) <- c("va...