search for: cva

Displaying 15 results from an estimated 15 matches for "cva".

Did you mean: ca
2008 Jan 24
2
Windows Vista password dialog keeps coming up
...sing "Map network drive" to try to mount this share. It seems the problem is only on the Windows side since I have tested the connection through the Unix account. Both user id and password work fine. I've tested it through the command line on the Unix server using "smbclient //cva/cva_images -U cva" and it works fine there since it gives me the smb prompt and I can execute commands (ls to look at the directory, etc.). For some reason I cannot authenticate through Windows (Vista by the way). I have 2 other accounts and they work fine. Anything you see in the file that...
2008 May 09
2
Vista and "System error 53 has occurred"
...Opteron Client OS: Microsoft Vista Home Premium Samba config: ----------------------------------------------------------------------------- # Samba config file created using SWAT # from 172.16.1.195 (172.16.1.195) # Date: 2008/05/08 21:57:42 [global] netbios aliases = bernardy, kulback, cva interfaces = nge1 client NTLMv2 auth = Yes client lanman auth = No client plaintext auth = No wins support = Yes valid users = im_user, bernardy, cva, kulback, acctg [bernardy_images] comment = Bernardy images for viewing path = /data/images/image_viewing/bernardy username = bernardy val...
2008 Jan 25
0
VPN and NetBIOS aliases
...9;s main NetBIOS name but I can't use any of the aliases. Whilst inside the network the aliases work fine.Any ideas on how to get around this?# Samba config file created using SWAT # from 192.168.1.200 (192.168.1.200) # Date: 2008/01/24 20:06:30 [global] netbios aliases = bernardy, kullback, cva client NTLMv2 auth = Yes client lanman auth = No client plaintext auth = No wins support = Yes valid users = im_user, bernardy, cva, kullback [bernardy_images] comment = Bernardy images for viewing path = /data/images/image_viewing/bernardy username = bernardy valid users = bernardy, im_u...
2013 Oct 06
1
Rsync copies more than the changes
...ortant to me to avoid writing data. I had hoped rsync would only write changes in files when using --inplace, but it seems not: # Make a 1 GB file $ perl -e 'print "x"x1000000000' > 1g # rsync it (as expected this costs 1 GB writes) $ ./rsync-3.1.0/rsync --progress --inplace -cva 1g 1g.copy # Change the first 200 bytes inplace $ perl -e 'open(A,"+<",shift) || die; seek(A,1,1); print A "a\n"x100;' 1g.copy # rsync again $ ./rsync-3.1.0/rsync --progress --inplace -cva 1g 1g.copy I would have expected the final rsync to take 2 GB reads and 1 KB w...
2007 Jun 19
1
plotting order of lines in xyplot panels while using conditioning variable and groups
...(text=list(lab=c("Time to first CV event - Data", "Survival post first CV event - Model", "Survival post first MIA/CA event - Data", "Survival post first CVA event - Data", "Survival post first TIA event - Data", "Survival post first CVA/TIA event - Model"), font=2, cex=0.55),...
2006 Jan 18
1
Canonical Variance Analysis by any other name?
I've been asked about "Canonical Variance Analysis" (CVA). I don't see any reference to it searching the R site. Does it go by other names? Genstat describes it thus: Canonical variates analysis operates on a within-group sums of squares and products matrix, calculated from a set of variates and factor that specifies the grouping of units. It fin...
2010 Oct 13
5
Poisson Regression
Hello everyone, I wanted to ask if there is an R-package to fit the following Poisson regression model log(\lambda_{ijk}) = \phi_{i} + \alpha_{j} + \beta_{k} i=1,\cdots,N (subjects) j=0,1 (two levels) k=0,1 (two levels) treating the \phi_{i} as nuinsance parameters. Thank you very much -- -Tony [[alternative HTML version deleted]]
2017 Aug 02
0
glmnetUtils 1.1 now available
...ike ~ (a + b) + (c + d) will be treated as two terms, a + b and c + d. - The call component of a glmnet/cv.glmnet object that uses the original matrix/vector interface is now useful. - You can now explicitly specify the vector of crossvalidation folds (for the inner loop over lambda) when calling cva.glmnet. - Correctly handle non-syntactic factor variables in a formula. You can download it from: https://cran.r-project.org/package=glmnetUtils _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Aug 13
0
New package: BiplotGUI
...The representations are similar to ordinary scatter plots, but with all the variables represented at one time. Version 0.0-2 of the package has the following features: * A graphical user interface (GUI), making it easy to use * Support for different types of biplots (PCA, covariance/correlation, CVA, regression, Procrustes, circular non-linear), both interpolative and predictive * Support for different scaling techniques (PCO, metric MDS, non-metric MDS, semi-metric MDS) * Various data transformations and distance metrics * Additional descriptors (convex hulls, alpha-bags, point densities, cla...
2008 Aug 13
0
New package: BiplotGUI
...The representations are similar to ordinary scatter plots, but with all the variables represented at one time. Version 0.0-2 of the package has the following features: * A graphical user interface (GUI), making it easy to use * Support for different types of biplots (PCA, covariance/correlation, CVA, regression, Procrustes, circular non-linear), both interpolative and predictive * Support for different scaling techniques (PCO, metric MDS, non-metric MDS, semi-metric MDS) * Various data transformations and distance metrics * Additional descriptors (convex hulls, alpha-bags, point densities, cla...
2007 Sep 27
1
ReL plot(cox.zph())
You report an error message: > plot(zph.revasFit[1]) Error in plot.window(xlim, ylim, log, asp, ...) : need finite 'ylim' values I have never seen this error before, and I cannot guess what causes it. You need to provide more information, and likely a small data set that produces the problem. Perhaps you have an x variable that is a constant? Terry Therneau
2017 Aug 02
0
glmnetUtils 1.1 now available
...ike ~ (a + b) + (c + d) will be treated as two terms, a + b and c + d. - The call component of a glmnet/cv.glmnet object that uses the original matrix/vector interface is now useful. - You can now explicitly specify the vector of crossvalidation folds (for the inner loop over lambda) when calling cva.glmnet. - Correctly handle non-syntactic factor variables in a formula. You can download it from: https://cran.r-project.org/package=glmnetUtils _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2015 Sep 22
2
Excel vs. R
Antes que nada puedes encontrar documentación sobre la librería ggplot2 que es la que yo uso para gráficos como el que quieres hacer, aunque hay otros paquetes que te pueden ser útiles: http://docs.ggplot2.org/current/ Adicionalmente a lo dicho por Carlos aquí te van otros ejemplos (los agrego porque no nos proporcionaste datos con lo que pudiéramos ver mejor lo que buscas):
2015 Jun 10
4
[LLVMdev] The use iterator not working...
Thanks Dan and Jon. I made an incorrect assumption that the "use" iterator was actually giving me the "user" when de-referencing it. Did it always have this behavior in previous LLVM versions? I've seen lots of examples of the "use" iterator being dereferenced and resulting Instruction pointer being treated as the "user"? Thanks, Zack On Tue, Jun 9,
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking