Displaying 20 results from an estimated 5000 matches similar to: "Need Help - Urgent"
2007 Nov 16
2
expand.grid overflows?
>cbn<-as.matrix(expand.grid( rep( list(0:1), 50)))
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
invalid 'times' value
In addition: Warning message:
In rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
NAs introduced by coercion
But I'm only interested in cbn matrix rows where:
cbn<- cbn[rowSums(cbn)==5,]
Is there a way to evaluate it
2010 Mar 30
2
Problem with expand.grid() function
Hi, good morning,
I got following error which looks strange to me while executing this code :
> temp <- expand.grid(rep(list(c(1,0)),40))
Error in rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
invalid 'times' value
In addition: Warning message:
In rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep) :
NAs introduced by coercion
However if I put a small
2017 Jul 13
0
Quadratic function with interaction terms for the PLS fitting model?
> On Jul 13, 2017, at 10:43 AM, Bert Gunter <bgunter.4567 at gmail.com> wrote:
>
> poly(NIR, degree = 2) will work if NIR is a matrix, not a data.frame.
> The degree argument apparently *must* be explicitly named if NIR is
> not a numeric vector. AFAICS, this is unclear or unstated in ?poly.
I still get the same error with:
library(pld)
data(gasoline)
gasTrain <-
2010 Nov 24
1
segfault interest?
in a long program, I ran into
?*** caught segfault ***
address 0xdc3f9b48, cause 'memory not mapped'
Traceback:
?1: rep.int(seq_len(nx), rep.int(rep.fac, nx))
?2: rep.int(rep.int(seq_len(nx), rep.int(rep.fac, nx)), orep)
?3: expand.grid(seq_len(nx), seq_len(ny))
?4: merge.data.frame(d, ss)
?5: merge(d, ss)
?6: valid.range(opt)
?7: eval.with.vis(expr, envir, enclos)
?8: eval.with.vis(ei,
2011 Aug 30
1
"Negative length vector" error in simple merge
Hi,
I'm trying to take a vector (length almost 2,000,000) and merge it with a
data frame of the same length. I'm trying to do it solely based on index,
and not any other factors.
The vector is called "offense", and the data frame is just called "data". I
went with the simplest option:
merge(data,offense)
but it always gives me the same error:
Error in
2005 Oct 13
1
expand.grid problem
Hi all,
I want to make all possible combination from dataset below:
V1 <- c(0,1,2)
V2 <- c(0,1)
V3 <- c(0,1)
V4 <- c(0,1)
V5 <- c(0,1)
V6 <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
V7 <- c(0,1,2,3,4,5,6)
V8 <- c(0,1)
V9 <- c(0,1)
V10 <- c(0,1)
V11 <- c(0,1)
V12 <- c(0,1)
V13 <- c(0,1)
V14
2008 Feb 07
1
Problems reshaping data with cast()
Hi,
I'm trying to cast() some data, but keep on getting the following error...
> norm.all.melted.height <- transform(all.melted.height,
+ norm.height = value / ave(value,
SNP, Pool, FUN = max)
+ )
Warning messages:
1: In FUN(X[[147L]], ...) :
no non-missing arguments to max; returning -Inf
2: In FUN(X[[147L]],
2009 Jun 25
2
stringsAsFactors has no impact in expand.grid()?
Hi
I have the feeling, that the argument stringsAsFactors has no impact in the
function expand.grid:
a <- c("PR", "NC", "A2", "BS")
b <- c(1, 0.5, 0.25, 0.125, 0.0625, 0.03125)
class(expand.grid(css, fscs, stringsAsFactors=FALSE)[[1]])
[1] "factor"
class(expand.grid(css, fscs, stringsAsFactors=TRUE)[[1]])
[1] "factor"
Also, when
2009 Oct 12
1
Loading data to Trellis barchart plot.
Dear all,
I have a question about loading the data to barchart plot. I know this could
be a very easy question, but I just can not get my head around.
What I need to do is to create a trellis plots barchart style (horizontal
bar), with levels of one variable (ie. variable “colour” in my example) as
ylab and frequency as xlab on each trellis plot. The trellis plots is
separated based on
2007 Jan 11
2
Account is not authorized to log in from this station
Hello All,
When I try to connect to the samba installed linux machine from windows
I get the message "Account is not authorized to log in from this
station".
I have made three entries(user name and password) in the smbpasswd file.
But if I log in the windows machine using these user names and passwords
I get the message "Account is not authorized to log in from this
station".
2017 Jul 13
4
Quadratic function with interaction terms for the PLS fitting model?
poly(NIR, degree = 2) will work if NIR is a matrix, not a data.frame.
The degree argument apparently *must* be explicitly named if NIR is
not a numeric vector. AFAICS, this is unclear or unstated in ?poly.
-- Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi,
i am trying to undefine a domain by using dm.undefine();
and then trying to create one with same name is giving me error saying
'Domain not found: no domain with matching uuid
'aeae9d4e-17cb-b661-a612-88ac677c28c1'
i have attached my test program which reproduces the issue.
please let me know where i am going wrong?
configuration: libvirt : 0.6.3
Java
2002 Sep 06
1
"delete list" parameter
Hi,
Samba has the "read list" and "write list" parameters in smb.conf.
I'm looking for a patch that provides a "delete list" option.
So that only that list of users can delete files or directories
in that share. I know the filesystem doesn't natively have a delete
bit, but couldn't it be done on the samba level, independant of the
filesystem.
Thanks,
2007 Jan 23
1
login problem with domain users
Hi all,
I am using samba 3.0.23d on my linux machine.
This machine is connected in a domain where all other users are using
domain username and password to login.
but with this username and password they are unable to login in samba.
my smb.conf file is like following,
[global]
workgroup = BSIL
server string = Samba testing
encrypt passwords = yes
os level = 20
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
2010 Oct 04
1
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
--
Thanks & Regards
Ravi Pawar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101004/7754d9d9/attachment.htm>
2014 Mar 16
2
Contribute in the Xapian project throgh GSoC.
Hi everyone,
My name is Shreedhar Pawar. I am a Software Engineering MS student from
San Jose State University. I have an immense interest in Information
Retrieval and Machine Learning and look forward to contribute Xapian in its
"Ranking project". My previous work includes a research paper(attached
below), though not related to this topic represents my experience in
Programming and
2014 Mar 18
2
Considering Parallel computing for Letor
Hi everyone,
My name is Shreedhar Pawar. I have already introduced myself on
Xapian-discuss...
I feel that the Xapian Search/Letor Algorithm, can speed up using
Parallel computing. Techniques like Map-reduce, 'compact n split', radix
sort, scan, parallel hashing n much more can be used to speed up the
learning algorithms as well as the search... support vector machines in
the Letor
2010 Sep 02
1
is libvirt java binding thread safe?
please check the java file attached they throws the exception in case of
passing.
please let me know if i am missing something.
--
Thanks & Regards
Ravi Pawar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100902/f820e029/attachment.htm>
-------------- next part --------------
A non-text
2010 Oct 06
1
Error while starting the domain "error: monitor socket did not show up.: Connection refused"
All,
here is my domain xml
<domain type='kvm'>
<name>tests</name>
<uuid>76bc677f-ee5b-ef0b-1d02-72d12785b1d8</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc-0.12'>hvm</type>
<boot
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi John,
That worked for me. I am using llvm 3.2 only and following
http://safecode.cs.illinois.edu/docs/Install.html
So for I am able to make inside llvm/projects/poolalloc by doing such
cosmetic changes.
Now, when I tried to make inside llvm/projects/safecode, I see another
error.
kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/safecode
$ /usr/bin/clang -cc1 -triple