Displaying 20 results from an estimated 192 matches for "passages".
Did you mean:
passage
2012 Oct 28
1
Trouble with first passage time analysis using adehabitatLT
Hey all,
I've run into a few problems running first passage time analysis. I'm hoping
someone might be able to help me sort this out. I'm fine up to the point of
creating the ltraj object from a dataset.
/test<-read.table("~/Desktop/R_Directory/test.txt",header=TRUE)
attach(test)
library(adehabitatLT)
xy<-test[,c("x","y")]
2004 Jan 24
1
loop variable passage and lists
I cannot understand why the following expression is accepted (and gives the expected result: to set column 3 and 4 of the first
element of list1 -a data.frame list- as first element of list2):
> list2[[1]]<-list1[[1]][3:4]
...while this one is not (to do the same iteratively from the first to the eleventh element of list1):
> for (i in 1:11){list2[[i]]<-list1[[i]][3:4]}
Error in
2011 Dec 22
1
Adding math symbols to axis labels
I am trying to get m"dot"s^-1 in a x-axis label for a publication ready
graph. I can get ms^-1 with no problem, but I can't get the symbol for
the "dot" to work. I am have tried the following:
plot(x,y,xlab=expression(paste("Target Velocity
(",ms^-1,")")),ylab="Passage Probability",ylim=c(0,1))
which works fine.
I tried changing to:
2011 Jul 27
3
Is R the right choice for simulating first passage times of random walks?
Dear R folks,
I need to simulate first passage times for iterated partial sums. The
related papers are for example [1][2].
As a start I want to simulate how long a simple random walk stays
negative, which should result that it behaves like n^(-?). My code looks
like this.
-------- 8< -------- code -------- >8 --------
n = 100000 # number of simulations
length = 100000 # length of
2006 Sep 07
3
comments on handbook chapter
``You do not want to overbuild your security or you will interfere
with the detection side, and detection is one of the single most
important aspects of any security mechanism. For example, it makes
little sense to set the schg flag (see chflags(1)) on every system
binary because while this may temporarily protect the binaries, it
prevents an attacker who has broken in from making an easily
2018 Feb 06
1
gdistance::shortestPath throws error "not a symmetric matrix"
Hi,
Calling
gdistance::shortestPath
gives me the error
Error in asMethod(object) :
not a symmetric matrix; consider forceSymmetric() or symmpart()
The output of dput(.traceback()) is
pairlist("stop(\"not a symmetric matrix; consider forceSymmetric() or symmpart()\")",
"asMethod(object)",
"as(Laplacian,\"symmetricMatrix\")",
2009 Apr 28
3
Inline Link Error?
Hello Everyone,
Can someone spot the error in the following snippet of link text? It
doesn't work through php-markdown in wordpress and I just wanted to
know if there's something obvious I'm missing.
Thanks in advance!
can come of us. "Every good and perfect gift comes from above" ([James
2012 Apr 10
1
Building customized R for Windows installer using 'make myR'
I am attempting to build a customized R installer on Windows, using the Inno
Setup installer.
I am following the instructions in Section 3.1.8 of the R Installation and
Administration Manual ("Building the Inno Setup installer"), which includes
the following passage:
An alternative way to customize the installer starting with a binary
distribution is to first
make a full
2012 Mar 22
1
GSOC : Language Modelling for information retrieval with Diversified Search results
Hello,
I am a undergraduate student at DA-IICT,India pursuing Btech in
Information and Communication Technology.Major field of my Research is
Information Retrieval and Natural Language processing. xapain being an
powerful Information retrieval library have attracted me towards
implementing stuff learned in class for this project.I have worked on
entity search on RDF data,SMS based FAQ
2005 Jul 13
6
tbf initial burst
I am using tbf to do bandwidth limitation. i found that when i start passing traffic there is a burst and then the rate goes down to what is configured. is this a known issue or do i need to change some parameters?
thanks.
---------------------------------
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
_______________________________________________
LARTC mailing list
2014 May 27
2
Streaming silence with flac
...of course and disconnects the source in case no data is
written before a certain timeout. This makes sense because any listener
likes to know in time how much silence to play. This leads to my question:
Is there a way to output small blocks/chunks/ogg pages instead
run-length encoding such silent passages into a single page? Or to force
the encoder to emit this data and start over counting? There's only
stream_encoder_finish but no intermediate flush which keeps the encoder
alive.
Thanks and regards
Uli
2014 May 27
1
Streaming silence with flac
On 27.05.2014 19:07, Martijn van Beurden wrote:
>> Is there a way to output small blocks/chunks/ogg pages instead
>> run-length encoding such silent passages into a single page?
> The official FLAC encoder has an option
> --disable-constant-subframes, which does exactly that.
Great. Then I'll take a crawl into the sources... Thanks for this first
pointer
2008 Sep 19
3
SIP request send me 482 error
Hi,
I have a SIP request which comes from an Asterisk and which has to
re-enter in the same Asterisk (during the same session), but during the
second passage in Asterisk, it send me a 482 Loop Detected. So is it a
bug or Asterisk control the session and considere it as a loop ? If it
is not a bug, how could I resolve this problem ?
Thanks
Regards
--
R?mi Druilhe
2020 Feb 17
2
NA in doc for options(matprod="default")
Hi,
A colleague of mine has spotted me a passage of the doc ?option talking
about Inf and NaN check in 'matprod=default' section:
https://stat.ethz.ch/R-manual/R-devel/library/base/html/options.html
I am wondering if NA should be mentioned too as the check seems to
include this "value" too. NA being different from Inf and NaN it is
worth mentioning, isn't it?
Best,
2009 Sep 21
2
How to handle missing values for the GeneMeta package?
Hello all,
It seems that the GeneMeta passage returns NA in the respective row if
any gene in the data sets to be synthesised are missing. Do you know
of a way to overcome this problem?
I tried using the 'impute' package to fill-in the missing values, but
R crashes if 'impute' and 'GeneMeta' packages are used together. I
have asked a separate question for that.
Thanks
2010 Aug 18
1
reading lmer table
Dear all,
I'm quite new in R and especially with linear mixed effects models and
I'm not completely sure to read the lmer table in the right way.
for example:
head(march.f)
fam subjID Cond Code reg total first
second log.total log.second cat
3 f 30 an fDan1 3 1.2304688 0.6679688 0.56250000
0.20739519 0.44628710 f
2008 Feb 14
2
Quoting using JS in Rails 2
Hello all,
I''m looking for a good solution to provide "smart quoting" for an app
I''m making. The end-user workflow I''m hoping to accomplish is this:
* User reads entry, ie a blog post or a news article
* User highlights a passage in the entry in his browser
* User clicks a link in the page and a form appears. The form''s text
area should contain the
2009 May 29
2
Drawing schematics
Hi,
I would like to represent the treatment course of a subject with an arrow representing passage through time and various ticks, arrows, or bars representing treatments done to the patient along the arrow. I would like to generate this sort of schematic for each patient in a database taking information from the database such as time of treatment and type of treatment.
Does anybody know how I
2012 Sep 12
2
inline link syntax question
I don't believe this question has been discussed before on
this list: Should whitespace be allowed between the bracketed
and parenthesized parts of an inline link? For example,
[foo] (/url)
The markdown syntax documentation says explicitly that a
space is allowed between the two parts of a *reference-style* link:
> Reference-style links use a second set of square brackets, inside
2004 Oct 14
1
Question on Quality factor, Bitrate and decode table
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20041014/25f999a2/attachment.htm
-------------- next part --------------
?
dear All,
Iam working on OGG VORBIS TREMOR code to port and optimize on ARM processor. Can any one make me clear regarding the relation ship between this
1. What is the relation ship between Quality factor and Bitrates?