Displaying 20 results from an estimated 23 matches for "elong".
Did you mean:
long
2005 May 02
2
WeatherScope Color-Choosing Issues
...k on
the small color button, the program pops up a "widget" that has a grid
of colors to choose from, not the standard color picker. Under windows,
this widget has a bunch of _square_ color boxes and allows you to click
on a box to select that color. Under wine, however, these boxes are
elongated horizontally, the refresh of the widget as you move the mouse
is not performed correctly, the boxes are not highlighted correctly
based on the mouse position, and the correct color is not selected when
you click the mouse. It appears that the color that is selected when
you click the mouse is...
2009 Jan 14
2
Kaplan-Meier Plot
...quot;survival years")
plot(survfit(surv ~ df$pred), col=c("red","green"), lwd = 8, ylab =
"percentage of survival", xlab = "survival years", cex = 2)
I would like to increase the tickness of the censorship's pitch. as you can
see with cex = 2, I can elongate the arms of the censorship, but I cant find
how to increase the tickness of the pitch.
how to do this?
[[alternative HTML version deleted]]
2007 Aug 02
2
plot to postscript orientation
...ipt.files/default.ps ). I searched
the R-help mailing list archive and found 2 suggestions: setting the width
and height and setting horizontal = FALSE. I have tried setting the width
and height but it makes no difference. I have also tried using "horizontal =
FALSE". This rotates and elongates the plot, but it is still displayed
horizontally on a vertical page, and so only partially visible (example
here https://webfiles.uci.edu/mpetresc/postscript.files/horiz.false.ps). I
am not sure what is wrong. Plots are created with "filled.contour".
Thanks
Miruna
***********...
2018 Apr 12
3
Bivariate Normal Distribution Plots
...= 2, col = "blue",
main = "Bivariate normal: rho = 0.0", xlab = "x", ylab = "y")
# Add lines
abline(h = mu_y, v = mu_x)
Problem is this results in sigma(x) = sigma(y), rho=0 and I need or what 2sigma(x)=sigma(y), rho=0 or 2sigma(y)=sigma(x), rho=0 to elongate the distribution. What I have created creates a circle. Can I do that within the mvtnorm package?
Jeff Reichman
2010 Oct 31
2
transfer string to expression
...(x){eval(parse(text=x))}
test1<-"b0+b1*sqrt(x)"
test2<-"b0+b1"
str2expr(test1)
str2expr(test2)
it can work well for test2 but not for test1.
Could you tell me how to fix this problem or is there other more stable
method to transfer an string to expression?
best regards
Elong
[[alternative HTML version deleted]]
2011 Nov 01
2
Removal/selecting specific rows in a dataframe conditional on 2 columns
...uot;dur.set" "distance" "operation" "mean.d"
[13] "min.d" "max.d" "temp.d" "slat" "slong" "spp"
[19] "number" "weight" "elat" "elong"
Each survey unit generates one set record, denoted by a 5 in column "record.t". Each species identified in this particular survey unit generates an additional set record, denoted by a 6.
> unique(RV09$record.t)
[1] 5 6
Each survey unit are identified by a specific "trip&...
2011 Sep 13
2
GO & Protein Complex Analysis for Homo sapiens
Dear All,
I need to fetch GO ontologies for Homo sapiens with their mappings to
corresponding Uniprot identifiers. I would be using this information to
compare result from a clustering algorithm with existing protein complexes.
This would be a test to check how the clustering algorithm accurately
captures GO terms with respect to the known protein complexes. Can anyone
suggest a simple workflow
2009 Dec 21
3
Question About Repeat Random Sampling from a Data Frame
...eel compelled to quickly admit that I am relatively new to R, I do have several reference books around me, but I cannot count myself among the fortunate who seem to strong programming intuition.
I have a data set consisting of 1637 observations of five variables: tensile strength, yield strength, elongation, hardness and a character indicator with three levels: (Y)es, (N)o, and (F)ail.
My objective is to randomly sample various subsets from this data set and then evaluate these subsets using simple parameters among them tests for normality, shape and skewness. The data set is ordered by the char...
2003 Nov 10
3
Rsync - expensive startup question
Hi there,
I'm using rsync with some large trees of files (on one
disk, we have 30M files, for example, and a we might
be copying say, 500k files in one tree. The file trees
are reasonably balenced -- no single directory has thousands
of files in it, for example. Our file system, at the moment,
is ext3. We are very comfortable with it, and are hesitant
to switch away from it, though JFS or
1998 Dec 17
4
oplock_break: client failure in break - shutting down
...742, gid=100) (p
id 17398)
[1998/12/17 06:10:53, 1] smbd/service.c:make_connection(484)
ost15 (192.168.2.142) connect to service virus as user tmobley (uid=742,
gid=100) (pid
17398)
[1998/12/17 06:32:48, 1] smbd/service.c:make_connection(484)
long (192.168.2.5) connect to service virus as user elong (uid=530,
gid=100) (pid 2492
0)
[1998/12/17 06:33:20, 0] smbd/oplock.c:request_oplock_break(942)
request_oplock_break: no response received to oplock break request to
pid 17398 on por
t 1502 for dev = 301, inode = 620605
[1998/12/17 06:33:28, 0] smbd/oplock.c:oplock_break(734)
oplock_break: rec...
2008 Aug 03
0
gmaps, projection, inset
Running R version 2.6.1 under Gentoo Linux, I'm trying to produce a
thematic map of the USA using the gmaps package. The result thus far
has two problems from my point of view.
First, the projection (Miller cylindrical?) elongates southern states
and flattens northern ones unattractively. I'd prefer Albers conic
projection or something similar.
Second, the inset for Alaska is placed south of the contiguous states.
I'd prefer to put it north of them.
I would be very grateful to anyone who could suggest (a) ho...
2006 Jun 03
0
Irregularity in stem() display (PR#8934)
...whether we have bugs here, or not. If not, let's
call what follows mere "suggestions for improvement" :-).
The vertical bars are aligned in the second case while they are not in
the first. Would not they be nicer if always aligned?
Also, while "scale=" could adjusted to elongate or compress the result,
the scale is meant to be applied over the "default" scale, the meaning
of which is not defined in ?stem. The default scale seemingly uses more
lines than really required. Maybe this default could be improved?
Here is another strangety about stem():
=========...
2012 Jul 13
3
R2OpenBUGS quesion
Dear All:
Could anybody help me figure out why I get the Error message below while I
running the example code of bugs() function in R2OpenBUGS packages? I have
tried the code both in Win 7 and Ubuntu 12.04, but they show the same
message. My R version is 2.15.1 in win7 and 2.15.0 in Ubuntu. Many thanks !
Best,
Yilong
> schools.sim <- bugs(data, inits, parameters, model.file,+
2014 Jun 15
0
Problem with converting a list of grids to a list of polygons
...alysis (its visualization) I need to produce a map of
conditions and traits.
When I used SpatialPixelsDataFrame (sp package) my grid cells were regular
and between each row was a small gap, which is not only messy but incorrect.
So I generated the coords of each grid from the centroids in order to
elongate the cells manually (or does anybody know another way to solve
this?).
But I got stuck when I tried to convert the XMIN, XMAX, YMIN, YMAX - corner
points to a list of polygons (and keeping at least the ID as individuell
reference).
I really don?t get it, how can I read data of this format as...
2008 Mar 11
2
[Bug 14953] New: patch for checking double scan mode on correct crtc
...ttachment.cgi?id=15028)
patch for getting correct overlay crtc
Last week I noticed I got occasionally problems with Xv because video was not
correctly placed in the window (using the overlay). Some further investigation
showed that the video was not only misplaced in the y direction, but also very
elongated.
The problem was due to CurrentLayout.mode being undefined under randr12, to
mode.Flags being some random number that occasionally lead the driver to think
i was using a doublescan mode. This was recently fixed in git by malc0 using
currentMode->Flags. However, malc0 noted in the changelog...
2000 Mar 07
0
Pre 3.0.0 PANIC
...on Mar 6
16:43:27 2000
virus lalford users 10837 alford (192.168.2.7) Mon Mar 6
17:53:40 2000
virus jdale users 10600 dale (192.168.2.11) Mon Mar 6
17:34:32 2000
virus tsunday users 10691 sunday (192.168.2.12) Mon Mar 6
17:41:21 2000
virus elong users 10466 long (192.168.2.5) Mon Mar 6
17:20:03 2000
virus cbyrd users 10022 byrd (192.168.2.8) Mon Mar 6
16:51:21 2000
Locked files:
Pid DenyMode R/W Oplock Name
--------------------------------------------------
11663 DENY_WRITE RDONLY...
2011 Feb 23
0
Don't know which model in"drc" package is to be used to find EC values.
Hi every one,
I am using the package 'drc' to model root elongation using dose
response data. I don't know which model I should use. Though I don't
know which model I should use, I tried the following codes given
below. But it produced the error messages.Can any one tell me the code
in 'drc' package to find out the EC (Effective Concentration)...
2004 Mar 04
4
Accurate area map projections
Hi,
Could any one point me to the projection, and parameters if necessary, that
would show each country/continent with it's area accurately refelcted on the
plot? E.g. aitoff vs. albers vs. bonne vs. cylequalearea vs. guyou - they
don't all look the same to mee but some of the documentations suggests they
are equal area? Of course this isn't my field, so I am largely guessing and
am
2008 Jun 24
1
Release for CentOS-5.2 i386 and x86_64
...have now made the netinstall.iso
a standard part of the distro and will be published for all CentOS-5
releases from now.
In the last few weeks there have been updates released, and we strongly
recommand everyone does a yum update immediately after installation.
After lots of rumours, talks, elongated and sometimes emotional
discussions we have decided to not support the upstream Z-series of
sub-sub-releases. This means that there will be no change to the way we
do our Version-Release process. If there is enough interest in the
community for supporting this, we request people to step for...
2008 Jun 24
1
Release for CentOS-5.2 i386 and x86_64
...have now made the netinstall.iso
a standard part of the distro and will be published for all CentOS-5
releases from now.
In the last few weeks there have been updates released, and we strongly
recommand everyone does a yum update immediately after installation.
After lots of rumours, talks, elongated and sometimes emotional
discussions we have decided to not support the upstream Z-series of
sub-sub-releases. This means that there will be no change to the way we
do our Version-Release process. If there is enough interest in the
community for supporting this, we request people to step for...