Displaying 13 results from an estimated 13 matches for "firstyear".
2010 Nov 29
2
drop levels problem
...irst", "second",
"third"), class = "data.frame", row.names = c(NA, -14L))
?head(x);str(x)
xmelt <- melt(x)
?names(xmelt) <- c("year","fatPerc")
? # Year variable is a factor with three levels
?# Subset to plot only 'first' year
firstyear <- subset(xmelt,year=='first');str(firstyear)
#?Plot showing three levels still after I?made the subset
??ggplot(firstyear,aes(year,fatPerc)) + geom_boxplot() + geom_jitter()
# Try to drop the levels but dropUnusedLevels() doesn't seem to work here
? dropUnusedLevels()
ggplot(firsty...
2009 Jul 31
1
what meaning missing value True /False needed
...anComputYearNb <- 1000
# Number of year used to simulate LR
NbOfSimScenar <- 1000
# Number Monte-Carlo scenarios
GenAlgoIterNb <- 100
# number of iteration for genetic algorithm
#######################################
# Problem size parameters :
#######################################
FirstYear <-2009
# first year of renewal
LastYear <- 2018
# last year of projected renewal
######################################
# Function giving the minimum x (price factor = 1+x ) :
######################################
Xmin <- function(LapseType, ElasticityLeft, WindowLeft, MinLapseRate ,Cen...
2010 Nov 29
4
subset
...Names = c("first", "second",
"third"), class = "data.frame", row.names = c(NA, -14L))
?head(x);str(x)
xmelt <- melt(x)
?names(xmelt) <- c("year","fatPerc")
??str(xmelt);xmelt
?# Subset to plot only the 'first' and third year
firstyear <- subset(xmelt,year ==' first');str(firstyear) # works
# two variables,,doesn't work
firstyear <- subset(xmelt,year ==' first' & year == 'third');str(firstyear)
?
Felipe D. Carrillo
Supervisory Fishery Biologist
Department of the Interior
US Fish & Wildlif...
2012 Nov 21
0
Making part of a data frame into a time series
...get the data in columns n and
higher to be recognized as a bunch of time series. So I wrote a function
that was supposed to turn all the columns from a given column number on into
a time series:
# Convert the final cols of a data frame into a time series
MakeTS <- function(data.df, firstColNo, firstYear, firstSubNo = NULL, freq =
1){
data.df[,firstColNo:ncol(data.df)] <- ts(data =
data.df[,firstColNo:ncol(data.df)],
start = c(firstYear, firstSubNo), frequency = freq)
data.df
}
However it does not appear to work...
2010 Jun 08
0
Joining samba domain fails
...obal parameters
[global]
workgroup = CHOCOLATE
server string = Nemo
netbios name = nemo
#hosts allow = 172.24.0. 172.20.0.
#interfaces = em0 tun1
#bind interfaces only = Yes
# passwd backend
encrypt passwords = yes
passdb backend = ldapsam:ldap://firstyear.ath.cx/
enable privileges = yes
pam password change= Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %nn *ReType*new*UNIX*password* %nn * passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
# Log options
log...
2017 Apr 26
2
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...e
>
A Google search brought up this write-up of how William (a Red Hat engineer in Australia) faced this in 2011 and was able to solve the issue. His blog still has recent posts in 2017, so you might want to browse the "about
page and contact him directly to discuss the post.
See: http://firstyear.id.au/blog/html/2011/07/05/SELinux_for_postfix_+_dovecot.html
On this post referenced above, the author has a sample SELinux policy for postfix/dovecot and mysql.
While the post references an e-mail setup guide link that is no longer reachable, the policy file is still present in text.
This URL...
2017 Apr 26
0
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
...e search brought up this write-up of how William (a Red Hat engineer in Australia) faced this in 2011 and was able to solve the issue. His blog still has recent posts in 2017, so you might want to browse the "about
> page and contact him directly to discuss the post.
>
> See: http://firstyear.id.au/blog/html/2011/07/05/SELinux_for_postfix_+_dovecot.html
This page is about postfix and mysql, not dovecot and mysql. It does
validate the allow that is failing on my system:
allow dovecot_t mysqld_t:unix_stream_socket connectto;
>
> On this post referenced above, the author has...
2002 Aug 29
2
How to unload memdisk within DOS?
Hi SysLinux,
i'm using pxelinux.0 and memdisk to successfully boot dos on my PXE capable
workstation.
But aber the DOS boot I need to get access to Drive A: again. My DOS
bootimage is putting all necessary stuff into it's own RAMdisk.
How can I disable memdisk, so that it releases drive A: (does not
necessarily free the allocated memory for it's RAMdisk ..)
with kind regards / mit
2004 Jan 16
3
unloading memdisk
...st program (IMDL -
>> IsMemDiskLoaded), which detects the presense on Memdisk in the
workstations
>> memory but looking for magic strings in Memory
>> (like:
>> "MEMDISK " VERSION " " DATE;
>> const char copyright[] =
>> "Copyright " FIRSTYEAR "-" COPYYEAR " H. Peter Anvin";
>> )
>
>Unfortunately doesn't work -- that's in the setup code, which is not
>retained.
>
>> Then I can react on that issue correctly in my batch file within dos and
>> ignore the presence test of the bootme...
2017 Apr 26
6
NOT Solved - Re: SELinux policy to allow Dovecot to connect to Mysql
On 04/26/2017 04:22 AM, Gordon Messmer wrote:
> On 04/25/2017 03:25 PM, Robert Moskowitz wrote:
>> This made the same content as before that caused problems:
>
> I still don't understand, exactly. Are you seeing *new* problems
> after installing a policy? What are the problems?
>
>> #!!!! The file '/var/lib/mysql/mysql.sock' is mislabeled on your system.
2010 Nov 01
1
Samba 4 on osx
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have recently tried to build samba4 on osx from the latest git pull
I have had a build error while trying to compile this.
I have make clean, and reconfigured this.
[ 480/2253] Compiling lib/ldb/common/ldb.c
../lib/ldb/common/ldb.c: In function ?ldb_init?:
../lib/ldb/common/ldb.c:103: warning: ?tevent_loop_allow_nesting? is deprecated (declared
2014 Dec 29
0
Bhyve drv creates duplicate tap0 references
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good morning,
I am not sure if this is a known issue or if I should raise as a bug.
When using libvirt 1.2.11 on FreeBSD 10.1-RELEASE with bhyve, I have notice that a machine which defines:
<interface type='bridge'>
<mac address='52:54:00:88:44:08'/>
<source bridge='bridge10'/>
2015 Jan 26
0
Libvirt guest receives dadfailed on all ipv6
Hi,
I have a Centos7 host with libvirt, attempting to boot a Centos7 guest.
I am attempting to do the install over ipv6 (because why not).
I have the following network configuration.
Cisco 3550 gi0/1 <-> eno1 (Centos7) host.
gi0/1 is configured as:
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-17
switchport mode trunk
Mainly in question is vlan11 as this is