Displaying 20 results from an estimated 58 matches for "34.1".
Did you mean:
3.1
2016 May 18
3
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
We are using samba4 as an AD controller under OpenSuSE 13.2 using the
repository at:
http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
After an update to Version 4.4.2, we began getting error from our CAD
program (SolidWorks). This happens under both Windows 7 and Windows 10.
The messages in the Samba log file are:
[2016/05/17 10:49:02.822522, 2]
2016 May 18
0
smb_set_file_dosmode error: BUG after update to samba4-4.4.2
Hi,
Am 18.05.2016 um 15:39 schrieb Robert K. Nelson:
> We are using samba4 as an AD controller under OpenSuSE 13.2 using the
> repository at:
>
> http://download.opensuse.org/repositories/network:/samba:/TESTING/openSUSE_13.2
>
>
Not related to your Problem, but are you sure, that this repo really
provide ad-dc - funktionality??
>From the spec-file:
"%global with_mitkrb5
2011 May 12
2
Row names and matrixs
Hi all -
I am NEW to R and NEW to any type of programming. I am making heatmaps
using the heatmap.2 function within gplots package. At present, when the
heatmap is plotted it uses the row identifiers as 1,2,3,4...etc. However, I
much rather use my own labels. I was told my another well-versed R
programmer to use the follow script:
x<-as.matrix(test1[,-1]) ## skip column 1
rownames(x)<-
2011 Jun 19
1
Skyline plots from several trees in newick format
Dear all,
I am trying to create a consensus skyline plot using the "ape"
package(newbie).
I have a nexus file that looks like the one from above containing many
trees. (my_file.trees)
#NEXUS
begin trees; [Treefile generated by sim_coal.exe (Laurent Excoffier)]
tree true_tree_1 = [&U] (((13.1:6, 43.1:5):12, 28.1:14):284, (((((21.1:0,
(20.1:1, 4.1:0):0):1, ((37.1:0,
2010 Apr 27
5
get means of elements of 5 matrices in a list
I've got a list of 5 matrices that are each 5 x 6. I'd like to end up with a
5 x 6 matrix that contains the mean value of the 5 original matrices. I can
do this by brute force, but there must be a better way than making each
matrix into a vector and then remaking a matrix
thanks very much for any help
david freedman
ll=list(structure(c(9.7, 17.6, 20.8, 24.1, 33.8, 14.5, 25.7, 29.8,
2017 Oct 08
4
Re: Virtualbox vdi Input Format and man pages
[stef204 sent me the full log since it contains sensitive information]
The log says that virt-v2v cannot see anything at all on the 34.1 GB
disk (as if the disk is blank). However I think the actual problem is
that you've given the wrong disk type in the XML:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
2003 Apr 14
2
categorical variables
Dear helpers
I constructed a data frame with this structure
> str(dados1)
`data.frame': 485 obs. of 16 variables:
$ Emissor : int 1 1 1 1 1 1 1 1 1 1 ...
$ Marisca.Rio : int 1 1 1 1 1 1 1 1 1 1 ...
$ Per?odo : int 1 1 1 1 1 1 1 1 1 1 ...
$ Reproducao : int 3 3 3 3 3 3 3 3 3 3 ...
$ Estacao : int 2 2 2 2 2 2 2 2 2 2 ...
$ X30cm : int
2011 Jul 12
1
What's wrong with my code? (Edited version-added my data)
I've written out codes for one particular file, and now I want to generate
the same kind of graphs and files for the rest of similar data files.
For example, a file "8.csv" would look like such:
enc_callee inout o_duration type
A out 342 de
B in 234 de
C out 132 de
E in 111 de
A in 13 cf
H in 15.7 cf
G out 32 de
A out 32 cf
I in 14 de
K in 189 de
J out 34.1 cf
B in 98.7 de
H out
2009 Mar 01
2
smoothing a matrix (interpolate in plane)
Hi R-users,
I'd like to smooth a matrix to dismiss spikes and to interpolate in plane
example of a matrix:
Map[1:3,1:3]
[,1] [,2] [,3]...
[1,] 34.4 34.2 35.1
[2,] 33.4 34.2 35.4
[3,] 34.1 33.2 32.1
....
dim(Map)[1] =/= dim(Map)[2]
What functions can I use?
Thanks a lot for any response, M
[[alternative HTML version deleted]]
2011 Jun 21
1
plot error bars on skyline plot
Hi,
I have generated a skyline plot of a tree in newick format using "ape".
How can I plot the error bars for this graph?
I only have the the tree data.
un<-"((((8.1:0, 20.1:0):0, 6.1:3):123, (((((35.1:0, (22.1:0, (43.1:1,
29.1:0):0):0):4, 25.1:6):0, ((42.1:0, 21.1:0):3, (39.1:0, 2.1:0):3):1):8,
(3.1:0, 7.1:0):8):48, (((((15.1:0, 14.1:0):0, 11.1:0):0, 37.1:0):0,
2008 Jun 17
2
Reshape or Stack? (To produce output as columns)
Dear all,
I have used 'read.table' to create a data frame of 720 columns and 360 rows (and assigned this to 'Jan'). The row and column names are numeric:
> columnnames <- sprintf("%.2f", seq(from = -179.75, to = 179.75, length = 720)).
> rnames <- sprintf("%.2f", seq(from = -89.75, to = 89.75, length = 360))
> colnames(Jan) <- columnnames
2011 Oct 12
2
Nonlinear regression aborting due to error
Colleagues,
I am fitting an Emax model using nls. The code is:
START <- list(EMAX=INITEMAX, EFFECT=INITEFFECT, C50=INITC50)
CONTROL <- list(maxiter=1000, warnOnly=T)
#FORMULA <- as.formula(YVAR ~ EMAX - EFFECT * XVAR^GAMMA / (XVAR^GAMMA + C50^GAMMA)) ## alternate version of formula
FORMULA <- as.formula(YVAR ~ EMAX - EFFECT / (1 + (C50/XVAR)^GAMMA))
FIT <-
2006 Jul 07
2
SMBD using nearly 100 percent CPU
Over the past few months, I have seen many postings here about runaway
smbd processes with Samba versions 3.0.20 and above. Personally, it
never happened to me until today. Also, I have stuck with Samba 3.0.13
on most of my machines because of THIS reported issue and a couple of
other issues that I have experienced.
However, I have a machine running RIGHT NOW where smbd has gone out of
2018 Mar 12
1
Help on Aggregation
Dear All,
1.I have been trying to aggregate my data but I have not been getting it
correctly. In the data I want to convert hourly data into daily averages.
Here is a sample of the data:
Neph_no Date Time Temp_C Pressure_kPa RH
9 2014/03/28 10:00:00 38.4 95.9 29.7
9 2014/03/28 11:00:00 37.8 95.8 29.2
9 2014/03/28 12:00:00 36.7 95.8 35.1
9 2014/03/28 13:00:00 35.4 95.8 38.9
9
2015 May 08
3
pregunta
Estimados
Al dirigir la lectura de un folder tYA1.csv me da este error y no me percato del motivo, adjunto archivo. Espero su ayuda
Saludos
Jos?
> setwd("D:/Public/Documents/R/bioimpedancia")
> a<-read.csv("tYA1.csv",header=TRUE, sep=",", dec=".")
Error in read.table(file = file, header = header, sep = sep, quote = quote, :
more
2008 Feb 15
38
Performance with Sun StorageTek 2540
Under Solaris 10 on a 4 core Sun Ultra 40 with 20GB RAM, I am setting
up a Sun StorageTek 2540 with 12 300GB 15K RPM SAS drives and
connected via load-shared 4Gbit FC links. This week I have tried many
different configurations, using firmware managed RAID, ZFS managed
RAID, and with the controller cache enabled or disabled.
My objective is to obtain the best single-file write performance.
2013 Jul 18
1
Bland Altman summary stats for all column combinations
Hello,
I have the following data.frame
structure(list(Study = structure(c(1L, 2L, 3L, 4L, 5L, 6L, 7L,
8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L,
2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L, 15L,
16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L,
11L, 12L, 13L, 14L, 15L, 16L, 17L, 18L, 19L, 1L, 2L, 3L, 4L,
5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 13L, 14L,
2004 Oct 21
2
test51 dumping core
OpenBSD 3.6 -current (i386)
dovecot-1.0-test51
I'm now getting this error message as soon as I start dovecot:
"Authentication client 0 not compatible with this server (mixed old and new
binaries?)"
Here's the process I'm using:
./configure --sysconfdir=/etc \
--with-ssl=openssl \
--with-pam=NO \
--with-ldap=no \
--with-vpopmail=no \
2017 Oct 08
0
Re: Virtualbox vdi Input Format and man pages
08.10.2017, 13:50, "Richard W.M. Jones" <rjones@redhat.com>:
> [stef204 sent me the full log since it contains sensitive information]
>
> The log says that virt-v2v cannot see anything at all on the 34.1 GB
> disk (as if the disk is blank). However I think the actual problem is
> that you've given the wrong disk type in the XML:
>
> <disk
2017 Oct 08
0
Re: Virtualbox vdi Input Format and man pages
08.10.2017, 13:50, "Richard W.M. Jones" <rjones@redhat.com>:
> [stef204 sent me the full log since it contains sensitive information]
>
> The log says that virt-v2v cannot see anything at all on the 34.1 GB
> disk (as if the disk is blank). However I think the actual problem is
> that you've given the wrong disk type in the XML:
>
> <disk