search for: accetta

Displaying 9 results from an estimated 9 matches for "accetta".

2005 Apr 27
1
dyn.load(), DLL, Fortran, TLNise software
...ited TLNisemv1.src to point to my copy of "tlnisemv1.dll". But again when I tried to load the shared library using dyn.load() function I got the same error message. How can I debug this problem? How should I proceed? Have you have used TLNise software in R? Thank you Gabriele Accetta
2012 Aug 27
2
randomLCA
Can anybody, please, explain me how many parameter are estimated using randomLCA? For examples, model "dentistry.lca2random" estimate 1 scale (or variance, b_j) parameter and 2 position parameters (a_cj)? Doesn't it? Do I need at least 4 diagnostic tests for such a model? What happens if I specify options blocksize and byclass? How many diagnostic tests (or rater) I need?
2003 Mar 07
1
start_transaction: Readonly filesystem error
...file so I suspect the bug is in the remount to r/o being permitted while the open deleted file is still in use, rather than ext3. It looks like fs_may_remount_ro() tries to catch open deleted files but is not noticing this case, for some reason. Does this sound like any known bug to anyone? Mike Accetta Laurel Networks, Inc.
2002 Oct 03
3
Converting root ext3 to ext2?
...^has_journal /dev/xxx on a r/o ext3 root appears to succeed but I later see file system corruption after remounting r/w to install the non-ext2 system files and suspect that the kernel still has it fingers on some old journal resources after the r/w remount following removal of the journal. Mike Accetta Laurel Networks, Inc
2008 Feb 16
2
R on a computer cluster
...with computer cluster. Should I modify my functions in order to use the greater performance and availability than that provided by my laptop? Is there any R manual on parallel computations on multiple-processor? Any suggestion on a basic tutorial on this topic? Thank you. -- Gabriele Accetta U. O. Biostatistics (C.S.P.O) Via Cosimo il Vecchio, 2 50139 FLORENCE - ITALY
2002 Oct 04
4
Resize journal on root filesystem
Hi all, I'm trying to resize a journal on my root filesystem. This is Ext3, kernel 2.4.19, latest e2fsprogs + htree patch. I've remounted my root filesystem as ext2, but still when I 'tune2fs -O ^has_journal' I get ---- The has_journal flag may only be cleared when the filesystem is unmounted or mounted read-only. ---- So, how can I increase the size of the journal? I
2010 Jan 29
4
[FOR REVIEW ONLY] ESX work in progress
The following patches are where I'm currently at with ESX support. I can now import a domain from ESX along with its storage. Note that I'm not yet doing any conversion. In fact, I've never even tested past the import stage (I just had an exit in there). The meat is really in the 4th patch. The rename of MetadataReader->Connection was because the Connection is now really providing
2010 Feb 01
9
[ESX support] Working ESX conversion for RHEL 5
With this patchset I have successfully[1] imported a RHEL 5 guest directly from ESX with the following command line: virt-v2v -ic 'esx://yellow.marston/?no_verify=1' -op transfer RHEL5-64 Login details are stored in ~/.netrc Note that this is the only guest I've tested against. I haven't for example, checked that I haven't broken Xen imports. Matt [1] With the exception of
2005 Feb 27
1
prediction, gam, mgcv
I fitted a GAM model with Poisson distribution using the function gam() in the mgcv package. My model is of the form: mod<-gam(y~s(x0)+s(x1)+s(x2),family=poisson). To extract estimates at a specified set of covariate values I used the gam `predict' method. But I want to get estimate and standard error of the difference of two fitted values. Can someone explain what should I do? Thank