Displaying 20 results from an estimated 178 matches for "18.3".
Did you mean:
1.3
2018 Mar 10
0
CEBA-2018:0415 CentOS 7 iptables BugFix Update
CentOS Errata and Bugfix Advisory 2018:0415
Upstream details at : https://access.redhat.com/errata/RHBA-2018:0415
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
43c46a3ed998df776ff68369e4fc64db1c847ea894353f7ddbebe046a64dc9bb iptables-1.4.21-18.3.el7_4.i686.rpm
2012 Dec 16
3
averaging X of specific Y (latitude)
Hello
I have a table describing butterfly range traits.
It is composed of three columns as below
Species name range size (X) latitude of range midpoint (Y)
There are 11 kinds of butterflies.
Each has its range size, and the latitude of each range midpoint ranges
from 9 to 19.
I would like to have the average range size of every degree of latitude.
For example, the average range
2013 Feb 15
3
datos climáticos cambio de formato
Hola!!
tengo un data.frame donde cada fila corresponde a un año y cada columna a
un mes (De enero a diciembre)
> head(valT)
V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13
1941 18.0 16.3 15.2 10.1 8.1 8.3 8.8 9.2 7.9 12.2 11.9 14.6
1942 17.2 15.9 13.6 11.6 8.7 6.2 6.4 7.2 9.7 12.0 14.1 16.7
1943 17.6 17.3 13.5 12.5 10.5 7.0 8.2 7.9 -999.9 -999.9
2011 Apr 18
1
time dependent hazard ratios
Hi, I am new to time-dependent Cox model to estimate time dependent hazard
ratios. Let me use aml dataset from survival package:
> aml3<-survSplit(aml2,cut=c(5,10,20),end="time",start="start",
event="status",episode="i")
If I want to esimate hazard ratio for each of the time intervals 0-5, 5-10,
10-20 and >=20, would the following calculate
2019 Feb 01
0
Samba and UFW
On Fri, 1 Feb 2019 13:53:26 -0500
<mmcg29440 at frontier.com> wrote:
> Just call me Marty. Ham13 is a login name on another system. OK. I'm
> posting the smb.conf and thee smbclient responses form both Linux
> PC's. One running Mint 19.1 and the other running Mint 18.3. The 18.3
> machine does connect to the network. All I want to do use the file
> manager to connect
2017 Mar 30
0
get_all_vars() does not handle rhs matrices in formulae
Hello again,
It appears that get_all_vars() incorrectly handles model formulae that
use a right-hand side (rhs) matrix. For example, consider these two
substantively identical models:
# model using named variables
mpg <- mtcars$mpg
wt <- mtcars$wt
hp <- mtcars$hp
m1 <- lm(mpg ~ wt + hp)
# model using matrix
y <- mtcars$mpg
x <- cbind(mtcars$wt, mtcars$hp)
m2 <- lm(y ~ x)
2013 Jul 22
4
How to split two levels several times?
Hi,
I have a small problem with the function split() and would appreciate your help.
I have a table called ?XXX? with 2 columns and 49 rows. The 49 rows belong to 8 different levels (electrode1, ...,electrode8). I want to split the table always at the row where ?electrode1? starts again so that I can export 7 individual dataframes (numbered ?dataframe1? to ?dataframe7?) which contain always
2007 Sep 15
1
Cannot get contrasts to work with aov.
I have been trying for hours now to perform an orthogonal contrast through an
ANOVA in R.
I have done a two-factor factorial experiment, each factor having three
levels. I converted this dataset to a dataframe with one factor with nine
treatments, as I couldn't work out what else to do.
I have set up a matrix with the eight orthogonal contrasts that I wish to
perform, but despite
2019 Jan 27
3
Samba and UFW
Good Morning,
Using Linux Mint 19.1 I have configured UFW to allow Samba. I see that ports
135 tcp, 137 udp, 138 udp , 139 tcp and 445 tcp are all set properly. The
problem is that with UFW enabled I cannot connect to my Windows 8.1 PC.
Error "Unable to mount location - failed to retrieve list from server, file
or directory does not exist". With UFW disabled I can connect and browse
2011 Dec 19
1
calculating correlation coefficients on repeated measures
Dear list,
I have 9 repeated measures (measurement variable == 'Delta13C') for
individuals (ID variable == 'Individual_ID'. Each repeated measure is
"indexed" (right term?) by the variable 'FeatherPosition' and given as
c('P1', 'P2', 'P3', 'P4', 'P5', 'P6', 'P7', 'P8', 'P9'). I would like
to
2020 May 08
2
Xenial repository for R 4.0.0
Over a week ago (on r-help, my bad!) I raised a question of why the
ubuntu install instructions
https://cran.r-project.org/bin/linux/ubuntu/README.html
instruct users with a xenial-based system to use
deb https://cloud.r-project.org/bin/linux/ubuntu xenial-cran40/
Looking at https://cloud.r-project.org/bin/linux/ubuntu/
there is no xenial-cran40 directory. However,
2018 Jan 14
4
[Bug 104621] New: Nouveau prevents booting on Pascal Gpu
https://bugs.freedesktop.org/show_bug.cgi?id=104621
Bug ID: 104621
Summary: Nouveau prevents booting on Pascal Gpu
Product: Mesa
Version: 17.3
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at
2007 Feb 06
2
How to do "moran's I test"?
I want to do "moran's I test" in R language. I try to use "gearymoran" in
Package "ade4","moran" in Package "spdep", and Moran.I in Package "ape". But
I do not know how to do it because data format is different.
My data:
x y dbh
111.03 10.7 7
118.11 0.28 1.2
165.36 0.36 8.4
2010 Nov 11
0
[LLVMdev] Landing my new development on the trunk ...
Evan Cheng <evan.cheng <at> apple.com> writes:
> Eli is right. We do need to see some benchmark numbers and understand
how the
pass will fit in the target
> independent optimizer. While we encourage contribution, we typically
don't
commit new passes unless it
> introduce new functionalities that have active clients. It would also
help if
you provide us with compile
2004 Jun 07
1
not able to change passwd
Hello,
Sorry to have posted in the wrong thread, resending the email.
We have a samba domain and now some of the users from WINDOWS 2000 Pro are unable to change their password, below is the error :
They are able to login without any problems.
pdb_free_sam: SAM_ACCOUNT was NULL
[2004/06/07 13:52:29, 0] smbd/chgpasswd.c:check_oem_password(817)
check_oem_password: incorrect password length
2010 Aug 31
4
System Memory
Hi There .
As from what I see, my system is not seeing all the available ( 4GB ) o
memory, does xen take some for it''s own? Am I missing something in the
kernel?
netwarrior build-linux-2.6-pvops_x86_64 # dmesg |grep -i memo
released 151863 pages of unused memory
initial memory mapped : 0 - 20000000
init_memory_mapping: 0000000000000000-00000000aff90000
Memory: 2749108k/2883136k
2019 Feb 01
2
Samba and UFW
Just call me Marty. Ham13 is a login name on another system. OK. I'm posting
the smb.conf and thee smbclient responses form both Linux PC's. One running
Mint 19.1 and the other running Mint 18.3. The 18.3 machine does connect to
the network. All I want to do use the file manager to connect to and open
directories and to move files between the three PC's.
Regards,
Marty
smb.conf from
2018 Dec 12
2
[Bug 109025] New: Reset Button is not working properly.
https://bugs.freedesktop.org/show_bug.cgi?id=109025
Bug ID: 109025
Summary: Reset Button is not working properly.
Product: Mesa
Version: 18.3
Hardware: ARM
OS: Windows (All)
Status: NEW
Severity: major
Priority: high
Component: Drivers/DRI/nouveau
Assignee: tushar.matte07 at
2012 Dec 16
1
average X value of specific Y
Hello
I have a table describing butterfly range traits.
It is composed of three columns as below
Species name range size (X) latitude of range midpoint (Y)
There are 11 kinds of butterflies.
Each has its range size, and the latitude of each range midpoint ranges
from 9 to 19.
I would like to have the average range size of every degree of latitude.
For example, the average range
2007 May 12
2
Implicit vs explicit printing and the call stack
Hi everyone,
I've run into a bit of strange problem with implicit vs explicit
printing and the call stack. I've included an example at the bottom of
this email. The basic problem is that I have an S3 object with a
print method. When the object is implicitly printed (ie. typed
directly into the console) the function arguments in the call stack
are exploded out to their actual values,