search for: handside

Displaying 7 results from an estimated 7 matches for "handside".

2010 May 14
2
multhist,labels and percentages
...oying position of having to present some data to someone who seems to be somewhat less than numerate. I need to label the y-axes of a multhist with the y-axis labeled not as counts but as percentage of a population. Plotting the standard histogram is in a way fine, all I need is to: -- have a left-handside y-axis labels for pop 1 and a right-handside y-axis labels for pop2 -- replace the counts in each axis with population percentages (easy to calculate, but how to stick them there?) Any suggestion would be gratefully received. F -- Federico C. F. Calboli Department of Epidemiology and Biostatist...
2007 Oct 12
1
Wiki FrontPage Proposition
Hi guys, What do you think about this structure: http://wiki.centos.org/FrontPageProposal?action=AttachFile&do=get&target=wiki-structure-5-en.png Cheers, al.
2003 Apr 07
1
a few other problem
hi, I still has a few other problem with dovecot and mozilla. - when I open mozilla mail I can only see the toplevel folders in the left handside folder list and when I close the imap folder and open it again (click on the arrow left to the imap server in the folder list) mozilla show me all folders and subfolders correctly (but not at the startup). it can be mozilla's bug, but this was worked when I use courier?! - when I...
2003 Jan 04
0
factor analysis (pca): how to get the 'communal
On 4 Jan 2003 at 12:51, Wolfgang Lindner wrote: > Please excuse me, if the following questions are *too* off-topic, but I found it > interesting. In inspecting your code I came across an R feature, I could not > find in the online manuals: > > Q1. Looking at the left-handside in your function def: > > "cov.cor" <- function ( covmat ) { > sdev <- diag ( sqrt ( diag ( covmat ) ) ) > solve(sdev) %*% covmat %*% t(solve(sdev)) } > ^ ^ > | | > ? ? > > - *Why* is th...
2001 Jan 05
1
PORTING to IBM OS/390: select() always returning 0 in entropy.c
Hello, I'm attempting to port OpenSSH to IBM's S/390 mainframe. Things have gone well but I have come a little unstuck with the internal PRNG. Although the commands in ssh_prng_cmds are being executed the select() seems to be returning 0 and therefore the cose is assuming that the forked process has timed out. This could be a difference in the way that select is implemented on OS/390.
2017 Aug 11
0
Cox model with time-dependent coefficients
...ying the Cox.zph function. The second, and currently more important question for me is: After fitting my model based on a training set is it possible to make a prediction based on a new testset? Since I use an interaction between the covariate BS24 and the stratification by time group on the right handside of my formula (see code in link), I'm a bit confused how prediction is going to work. At the initial time t=0 I have no idea of the future particularly in which time group the new customer will be. To compare my models I use the time depended AUC calculated by the "score" function fr...
2004 Mar 24
0
High/low level: Plot 2 time series with different axis (left and ri ght)
...and want to plot them in the same > plot(), with the left axis scaled to time series 1 (-700,0) and the > right axis scaled to time series 2 (-0.2, 0.4). > > plot(timeserie1) > lines(timeserie2, col=c(2)) => this one should be scaled differently > with a new axis on the right handside. > > How can these be visualised such that the fit is optimal for > visualisation of the two time series? Which commands can I use? I have composed a simple R function to do this. See usage example in the function description. ## ## Description: A simple function which plots two time se...