Displaying 20 results from an estimated 900 matches similar to: "increasing significant digits in smooth.spline function"
2010 Mar 17
1
question about multinom function (nnet)
Dear All.
I have the following table that I want to analyze using multinom
function
freq segments sample
4271 Seg1 tumour
4311 Seg2 tumour
3515 Seg1 normal
3561 Seg2 normal
I want to compare model with both factors to the one where only sample
is present.
model1=multinom(freq~segments+sample,data=table)
model2=multinom(freq~ sample,data=table)
2009 Feb 20
1
lm and aov produce different results for nested fixed-factor anova
Dear R users,
I have trouble obtaining the same results for nested Anova with two fixed factors when using lm and aov functions.
The formulas are:
> e1=aov(y~x/z)
> e2=lm(y~x/z)
summary(e1)
Df Sum Sq Mean Sq F value Pr(>F)
x 47 260.0 5.5 18.0088 < 2.2e-16 ***
x:z 195 169.6 0.9 2.8318 < 2.2e-16 ***
Residuals 14425
2002 Apr 16
3
how to take least risk on rsync dir
Hello list,
When rsync dir_A to dir_B, I hope I wont make any change to the original
dir_B unless the rsync procedure end withour errors, therefore, I hope
there's somethig like
rsync -av dir_A dir_B_tmp && \
mv dir_B dir_B.bkup &&
mv dir_B_tmp dir_B
This small script can ensure the minimal change time between 2 versions
of archive. Is this built in the native rsync
2009 Feb 12
2
repost: problems with lm for nested fixed-factor Anova (ANOVA I)
Dear R users,
I have posted this question several days ago and received not a single
suggestion. I believe I have provided sufficient information for at
least some help. Here I repost the question with several modifications.
I want to run nested fixed-factor Anova in R on different experiments.
I have 48 levels of the main factor x1 and 242 levels of the nested
factor z1, and continuous response
2002 Apr 05
1
randomForest() segfaults under Solaris(SPARC) 2.7
Invocation of randomForest() using the iris example in the help
file crashes R with a segmentation fault. This happens on
all of our ultraSPARC machines running Solaris 2.7.
We're using R-1.4.1, compiled using Sun cc and f77 and
the flags:
CC=cc
CFLAGS="-xO5 -xlibmil -dalign"
FC=f77
FFLAGS="-xO5 -xlibmil -dalign"
"make check" runs withour errors, and R has been
2005 May 25
3
Errors in Variables
I hope somebody can help.
A student of mine is doing a study on Measurement Error models
(errors-in-variables, total least squares, etc.). I have an old
reference to a "multi archive" that contains
leiv3: Programs for best line fitting with errors in both coordinates.
(The date is October 1989, by B.D. Ripley et al.)
I have done a search for something similar in R withour success. Has
2010 Aug 13
3
IXJ Quicknet PhoneJack issues
Greetings:
We have been running a CVS HEAD version of asterisk from Mar 10, 2005
on ix86 (PIII-600) Linux 2.4.27 with ixj (chan_phone) hardware. In a
hope of getting better 'chan_skinny' support (to attempt using a Cisco
7920 IP phone) I built asterisk 1.2.40 on this box. Initial tests
verify that our previous dialplan is working (iax2 trunks, register
sip phones, registering withour SER
2009 Feb 09
0
problems with lm for nested fixed-factor Anova
Dear R users,
I want to run nested fixed-factor Anova in R on different experiments.
In this toy example I have 3 levels of the main factor x1 and 7 levels
of the nested factor z1
x1 and continuous response variable y1.
x1
[1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2
2 2 2 2
[38] 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3
3 3 3 3
[75] 3 3 3
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
I think there is a problem in your configure command for VMKit. If you look
at what you provide for glibj:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2
I don't think it's right. You should change it to:
--with-gnu-classpath-glibj="/home/svozniuk/llvm/classpath-0.97.2/lib/glibj.zip
Also please make sure that you have created the links for the
2016 Jan 19
1
Embedding com32 modules and ldlinux.sys into one file
> -----Original Message-----
> From: Sergii Kolisnyk [mailto:kolkmail at gmail.com]
> Sent: Tuesday, January 19, 2016 2:35 PM
> To: Syslinux
> Cc: Tal Lubko
> Subject: Re: [syslinux] Embedding com32 modules and ldlinux.sys into
> one file
>
> Hi, Tal,
>
> could you answer to 2 questions:
> - what is amount of ROM you're intending to use?
> (actually 8
2006 Nov 02
2
Individual Based Model and/or Cellular automata
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061101/4218da11/attachment.pl
2008 Aug 22
1
failed when boot the kernel image on the harddisk from syslinux on a floppy
Thanks for responses.
I use GRUB as my bootloader in my hard disk now. I have a Windows in
sda1, Ubuntu in sda3.
If I want to install extlinux to boot Ubuntu, should I follow the steps
below?
1. in Ubuntu, go to extlinux folder, run command
./extlinux --install /boot
2. create an extlinux.conf in/boot
3. cd ../mbr
4. cat mbr.bin > /dev/sda (or use dd if=mbr.bin of=/dev/sda bs=404
count=1)
2016 Jan 19
0
Embedding com32 modules and ldlinux.sys into one file
Hi, Tal,
could you answer to 2 questions:
- what is amount of ROM you're intending to use?
(actually 8 MB SPI or parallel NOR flash chip
can contain some minimalist Linux distribution)
- which chip do you plan to flash to, motherboard BIOS
or option ROM?
Also, ROMOS comes without a license, so you'll
have to contact the author for commercial usage.
On other hand, ROMDSK is GPLed, and you
2011 Oct 25
0
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi Sergii,
On Tue, Oct 25, 2011 at 1:15 PM, Vozniuk, Sergii <sergii.vozniuk at epfl.ch>wrote:
> Hi everyone
>
> I wasn't successful in running VMKit on my machine and I'm still struggling
> with doing it.
> Maybe someone had at least one of my problems and knows how to solve it
> (because it seems to me that I ran into every problem that could occur :) ).
>
2016 Jan 15
1
Embedding com32 modules and ldlinux.sys into one file
Google search
freedos rom
found two source-available implementations:
https://web.archive.org/web/20050104085311/http://rayer.wz.cz/romos/romose.htm
https://web.archive.org/web/20040806022202/http://linux.tu-varna.acad.bg/~lig/romdsk/
On 15 January 2016 at 13:43, Sergii Kolisnyk <kolkmail at gmail.com> wrote:
> As for BIOS, there are single-sector base memory (real mode) memdisk
>
2011 Oct 25
2
[LLVMdev] A bunch of errors while installing VMKit and compiling LLVM
Hi, Nicolas
Indeed, I did not have ant installed and installing it allowed me to
overcome the previous error. However the next one appeared. I have ran make
with ENABLE_OPTIMIZED=1 VERBOSE=1 and here is the output (the last part of
it)
make[2]: Entering directory `/home/svozniuk/llvm/vmkit/mmtk/java'
/usr/bin/ant -buildfile /home/svozniuk/llvm/vmkit/mmtk/java/build.xml
Buildfile:
2017 Jul 13
4
vfstp and renaiming of files with ftp client
Am 13.07.17 um 14:46 schrieb Pete Biggs:
>> I have a vsftp server and two users for up and download.
>>
>> If user Alice uploads a file, the owner is set to Alice as expected
>> "-rw-r--r-- alice ftpuploadgroup"
>>
>> Now Bob can login to the same folder and is able to rename the uploaded
>> file.
>>
>> Bob can also rename an uploaded
2008 Mar 26
0
as.POSIXct/as.POSIXlt generics
Hi,
I am trying to define the as.POSIXct as an S4 method for one of my
classes. Trying to define a generic, I am getting an error that it is
already differently defined in base. However, if I query for it, there
is no definition. Being in base, I also cannot really import it. If I
define methods without definig a generic, they will work but with a
warning that a new generic will be automatically
2010 Dec 01
0
Broadsoft-like BLF List URI ?
Hello,
I've seen several references in IP phones manuals to Broadsoft's BLF-List
URI feature (also referred to as List-Oriented BLF).
With this mechanism, a server is able to update the BLFs an IP Phone is
supervising without asking the IP phone to reboot, as for a reason I don't
know, most phones send BLF-related SUBSCRIBEs during boot time.
Is this feature compatible with Asterisk
2003 Nov 23
0
Samba 3.0 and Active Directory Authentication
Hello Samba-ers,
Please help. I have a RedHat 9.0 server using Samba 3.0. I have a
Windows 2003 machine that is an applications server with Active
Directory (AD) configured. Two problems that are making my life hell:
(1) I wish to Authenticate into the AD once and use the Samba shares
withour having to log into each share.
(2) Use the shares from the server without alot of "logging