Displaying 20 results from an estimated 139 matches for "fre".
Did you mean:
are
2013 Jan 12
1
bind tables
Hi Matteo,
You could do this:
dat1<-read.table(text="
year? h? len fre
1994? 5 10.5? 2
1994? 5 14.0? 2
1994? 5 11.5? 1
1994? 9 13.0? 3
1994? 9 11.5? 1
1994? 9 13.5? 5
",sep="",header=TRUE)
res<-do.call(rbind,lapply(split(dat1,dat1$fre),function(x) x[rep(row.names(x),x$fre),1:3]))
row.names(res)<-1:nrow(res)
?res
#?? year h? len
#1? 1994 5 11.5
#...
2007 Sep 26
1
strange fsync errors
...IMAP(eckhard-ma-domain-com):
fsync(/home/eckhard-ma-domain-com/mails/.INBOX.0002-Druckangebote von
Druckereien.0002-schmerk
zwei_E-Mailverkehr/tmp/1189764466.P15962Q1.Mailserv) failed:
Input/output error
Mailserv:~# cat /var/log/mail.log.* | grep fsync
Sep 20 16:08:40 Mailserv dovecot: IMAP(aicher-fre-domain-com):
fsync(/home/aicher-fre-domain-com/mails/.Sent/tmp/1190297319.P5290Q0M979653.Mailserv)
failed: Input/output error
Sep 20 16:08:48 Mailserv dovecot: IMAP(aicher-fre-domain-com):
fsync(/home/aicher-fre-domain-com/mails/.Sent/tmp/1190297328.P5290Q1.Mailserv)
failed: Input/output error
Sep...
2004 Jul 09
2
Simple 'frequency' function?
Hi, I have designed the following function to extract count frequencies
from an array of integers. For example...
# Tipical array
x <- cbind(1,1,1,1,1,2,2,2,2,3,3,3,3,4,5,6,7,22)
# Define the frequency function
frequency <-
function(x){
max <- max(x)
j <- c()
for(i in 1:max){
j[i] <- length(x[x==i])
}
return(j)
}
fr...
2006 Jun 02
2
a question about a simply figure
I think there is a question in R. I donot know the reason.
This is my data about comulative percentage figure. The result is not right.
The first point (no=1,leiji=26.94350) in the plot figure was showen in a
lower location. Why?
Thanks !
> fre
no leiji
1 1 26.94350
2 2 46.86401
3 3 60.59032
4 4 72.17355
5 5 77.85521
6 6 82.05853
7 7 85.56495
8 8 87.64378
9 9 89.42997
10 10 91.01150
11 11 92.32409
12 12 93.48106
13 13 94.62618
14 14 95.47530
15 15 96.25000
16 16 96.71516
17 17 97.14648
18 18 97.5...
2012 Jul 11
0
declaring negative log likelihood of a distribution
...amp;user=125777
David Carlson cleared out my problems in a timely manner.
Now I have a question on estimating the parameters of this distribution
when a data set is provided.
For example, I have a data from a journal paper:
*> values<- c(0,1,2,3,4,5,6,7) #Binomial variable values
> frequency<-c(47,54,43,40,40,41,39,95) #frequency counts of the above
> binomial values, totally I have 399 samples
*
Now to estimate the parameters, I first declared the negative log
likelihood function of this new distribution as below(I used two methods,
one with a loop and one without the...
2003 Jan 09
2
AW: How do I configure 2 static net2net VPNs ov er one interface ipsec0?
Hi,
Problem:
I want 2 vpn tunnels for 2 subnets over one interface ipsec0.
Documentation only describes config for 1 vpn or road warriors.
I defined 2 vpn zones ''fre'' and ''swe''.
#ZONE DISPLAY COMMENTS
net Net Internet zone
loc Local Local
fre VPN_Fre VPN Fre
swe VPN_Swe VPN Swe
Interface ipsec0 is tunnel over eth1. Local is eth0.
ipsec0 serves 2 zones: fre and swe, therefore`''-'' and hosts file
#ZONE INTERFACE BROA...
2004 Jun 29
1
Accounts are getting dsiabled
...ehrer Karlo Christ
Home Directory: "\{}\{}wilma2\{}christ\{}profile"
HomeDir Drive: Z:
Logon Script: 0.0.0.0.bat
Profile Path: \\WILMA2\profile
Domain: WMS-NET
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: Fre, 13 Dez 1901 21:45:51 GMT
Kickoff time: Fre, 13 Dez 1901 21:45:51 GMT
Password last set: Mit, 16 Jun 2004 14:31:37 GMT
Password can change: Mit, 01 Jan 2003 00:00:01 GMT
Password must change: Fre, 15 Jan 2027 00:00:09 GMT
Last bad password : 0
Bad password count : 0
In log-files I c...
2012 Nov 25
5
bbmle "Warning: optimization did not converge"
I am using the Ben bolker's R package "bbmle" to estimate the parameters of a
binomial mixture distribution via Maximum Likelihood Method. For some data
sets, I got the following warning messages:
*Warning: optimization did not converge (code 1: )
There were 50 or more warnings (use warnings() to see the first 50)*
Also, warnings() results the following:
*In 0:(n - x) : numerical
2011 Jan 19
3
question about result of loglinear analysis
Hi all:
Here's a question about result of loglinear analysis.
There're 2 factors:area and nation.The raw data is in the attachment.
I fit the saturated model of loglinear with the command:
glm_sat<-glm(fre~area*nation, family=poisson, data=data_Analysis)
After that,I extract the coefficients:
result_sat<-summary(glm_sat)
result_coe<-result_sat$coefficients
I find that all the coeffients are 1 or very near to 1.
How does this happen?Why all the coeffients are 1 or very near to 1?
Thanks!
My...
2006 May 31
9
Unable to use 'valid users' from Active Directory
...rn users and groups using wbinfo -g and -u. Samaba will
even allow users to connect that are in our domain. The problem exist
while trying to narrow down permissions to a share.
[public]
comment = Public Stuff
path = /home/
public = yes
read only = no
valid users = @"UFAD\_IFAS-FRE-USERS_autoGS"
This does not work. It prompts the end user for a username/password but
it won't take anything. A share like the following does work but doesn't
bother asking the end user for credentials because the username/password
is already been entered to login to the AD domain.
[...
2004 Apr 22
3
fedora core1 and office 2k
Hi guys,
anyone make it works??? i using the latest wine rpm version but only able to make IE run.
I need to run MS office 2k.
Thanks
__________________________________________________________________
Introducing the New Netscape Internet Service.
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register
Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet
2006 Feb 25
3
Compaq R1500 UPS and Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Has anyone gotten it working at all with Linux :) I picked one up for
thiry bucks and would love to monitor it!
Liz
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFD/5fEIACpLcG4dhwRAmeCAJ9+8FGXqKoOlZdkw/KFXb9n0PEemwCdHaoD
NVnv7JjmBAjNsExK6WzAdnA=
=pcPX
- -----END PGP
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...onfigure:2249: checking whether make sets $(MAKE)
configure:2270: result: yes
configure:2327: checking for gcc
configure:2354: result: gcc -m32
configure:2592: checking for C compiler version
configure:2599: gcc -m32 --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2602: $? = 0
configure:2609: gcc -m32 -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configur...
2016 Jan 12
2
Failed to modify entry for user in samba with tdb backend
...ogon.bat
Profile Path: \\win1\profiles\c360
Domain: WINDY3
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: Fre, 14 Okt 2011 06:31:31 CEST
Password can change: Fre, 14 Okt 2011 06:31:31 CEST
Password must change: never
Last bad password : 0
Bad password count : 0
Logon hours : FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
server:~ # smbpasswd -x c360
Failed to delete entry for user c360.
# smb...
2009 Aug 27
8
Adding New Column
I added a new column using a migration. Once I updated the
new.html.erb, edit.html.erb, show.html.erb, and the index.html.erb I
brought up my web pages. There was a field to update show. I tried the
update and the it was successful but the update did not show up in any
of the other pages. What did I miss? I am using 2.3.3 of ror.
2004 Mar 12
2
lotus notes 6 not working
hi, my lotus will not work, heres the output from starting wine:
err:module:import_dll No implementation for
nxmlpar.dll.?getSystemId@XmlInputSource@@UAEPBDXZ imported from
L"C:\\Program Files\\lotus\\notes\\nnotesws.dll", setting to 0xdeadbeef
err:module:import_dll No implementation for
nxmlpar.dll.??0XmlInputSource@@QAE@XZ imported from L"C:\\Program
2006 Dec 14
2
Asymmetrical ANOVA / contrasts
...s=contrasts(loc))
Could somebody tell me how to do?
Any help would be greatly appreciated.
Thanks,
Joachim Claudet.
--
<?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))><
Joachim Claudet
PhD
EPHE - CNRS FRE 2935
52, avenue Paul Alduy
66860 Perpignan cedex
Tel : 33 4 68662055
Fax : 33 4 68503686
<?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))>< <?)))><
2008 Oct 07
6
https problems
I''m having a problem but don''t know what is causing it so I don''t know
exactly where to post, please bear with me.
I''m trying to set up https access however whenever I go to https://url_for_site
the root route renders but the url is rewritten to http://url_for_site.
The ssl request shows in the apache logs but obviously no further ssl
requests show up.
2007 Aug 24
1
Has anyone experience with rsync out of memory
...ory buffers (code 22) at util.c(116)
------------------------------
vmstat output:
System configuration: lcpu=6 mem=16384MB ent=0.60
kthr memory page faults cpu
----- ----------- ------------------------ ------------ -----------------------
r b avm fre re pi po fr sr cy in sy cs us sy id wa pc ec
3 0 4580615 3986 0 5 0 230 860 0 395 7664 2278 60 29 11 0 0.68 113.2
3 1 4580887 4171 0 4 0 115 526 0 320 11402 2586 65 25 10 1 0.94 155.9
2 0 4581595 3988 0 8 0 115 729 0 423 9491 2795 61 24 15 0...
2017 Sep 08
2
Server GC/name.dom/dom is not registered with our KDC: Miscellaneous failure (see text): Server (GC/name/dom@DOM) unknown
..._ldap._tcp.dc._msdcs.ad.tao.at. 900 IN SRV 0 100 389 graz-dc-1b.ad.tao.at.
>
> ;; AUTHORITY SECTION:
> _msdcs.ad.tao.at. 3600 IN SOA graz-dc-sem.ad.tao.at. hostmaster.ad.tao.at. 29 900 600 86400 0
>
> ;; Query time: 4 msec
> ;; SERVER: 192.168.17.1#53(192.168.17.1)
> ;; WHEN: Fre Sep 08 13:20:24 CEST 2017
> ;; MSG SIZE rcvd: 228
>
> [creshal at medea ~]$ dig _ldap._tcp.dc._msdcs.ad.tao.at SRV @192.168.17.65
>
> ; <<>> DiG 9.11.2 <<>> _ldap._tcp.dc._msdcs.ad.tao.at SRV @192.168.17.65
> ;; global options: +cmd
> ;; Got answer:
&...