Displaying 20 results from an estimated 1100 matches similar to: "Y-intercept Value"
2007 Nov 18
2
Obtaining x-values from ECDF
Dear Group,
I am using the ecdf function as follows:
cawa.cdp <- ecdf(cawaocc$LEFF80)
summary(cawa.cdp)
Empirical CDF: 223 unique values with summary
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.07918 1.35700 1.68600 1.61000 1.91200 2.70000
I can see by the summary that the y-value for the 3rd quartile is 1.912.
How can I obtain the x-value for a specified y-value (e.g., 0.8)?
2007 Nov 16
1
Extracting x-values from an ecdf
Dear R users,
Quick question on the use of ecdf for producing a cumulative
distribution function.
After having produced a cumulative distribution using ecdf, I would
like to extract the exact x-value for a given percentile. For example
I can ascertain the 1st and 3rd quartile using the summary function:
cawa.cdp <- ecdf(cawaocc$LEFF80)
plot(cawa.cdp, ylab="Fn(x)")
2012 Oct 09
1
car::linearHypothesis Sum of Sqaures Error?
I am working with a RCB 2x2x3 ANCOVA, and I have noticed a difference in the calculation of sum of squares in a Type III calculation.
Anova output is a follows:
> Anova(aov(MSOIL~Forest+Burn*Thin*Moisture+ROCK,data=env3l),type=3)
Anova Table (Type III tests)
Response: MSOIL
Sum Sq Df F value Pr(>F)
(Intercept) 22.3682 1 53.2141 3.499e-07 ***
Forest
2003 Jan 06
2
users can't set smbpasswd, root can
I just created a new smbpasswd file, all users with unset passwords.
Problem is, users can't set their passwords, only I can as root.
Password is not set / blank, but they still get:
>test> smbpasswd
>Old SMB password: <enter>
>New SMB password: Samba
>Retype new SMB password: Samba
>machine 127.0.0.1 rejected the password change: Error was : RAP86: The
>specified
1998 Sep 14
2
AW: How to print to CLIENT local printer?
You must create a output filter.
Edit /etc/printcap and add your client printer like this:
...
PC-PRINTER:\
:sd=/var/spool/lpd/PP01:\
:mx#0:\
:lp=/dev/null:\
:if=/var/spool/lpd/Filter/PP01:\
:sh:
...
Adjust the printcap parameters as needed (spool directory, directory to find
the filter script). Make sure the lpd can access the directory. Consult your
manual.
Now create the filter
1998 Jul 24
1
Print asking for password? Doesn't work.
I've setup samba and can connect to a share with a password,
but when I try to print, it prompts for a password... my unix password
doesn't work.
Any ideas? (BTW- this is running on DEC unix OSF/1 4.0b
Here's my smb.conf:
>#======================= Global Settings
=====================================
>[global]
>
># workgroup = NT-Domain-Name or Workgroup-Name
>
2010 Nov 19
3
Sweave Dynamic Graph Question
i have a time Series of IBM closing px from 1/1/2000 to today
I want to graph the time serie by dividing the graph by year and month
all the monthly graphs with the same year will go to one page. so from
1/1/2000 to 11/19/2010. i will have
11 pages, and each page will have 12 graphs (jan to dec) except for 2010.
I am able to do it in R, but when i use sweave, I can only print the last
page.
1998 Jul 16
0
Encryption options/password file?
I'm trying to compile Samba 1.9.18p8 for Dec Unix OSF/1 4.0b
>Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samb
>a/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DWEB_ROOT="/usr/local/samba" -DLOCKDIR="/usr/local/samba/var/locks"
1998 Aug 06
1
How to specify username in mapping path?
We've got users logged into Win95 with one username, and they need to log
into samba using a different username....
of course if they try to map to their home directory, samba will use the
current username, which doesn't match, and therefore, password invalid.
How can I specify username in the mapping?
\\server\homedir <then somehow a username>
I know there's a way in Totalnet
1999 Feb 10
0
Samba and roadrunner/remote access?
I have samba setup for our department and it's working fine, with mounting
drives and using printers...
now I want to be able to do the same thing for all faculty with roadrunner
access from home.
I've put the ip xxx.xxx. of the local road runner in the smb.conf file for
hosts to allow, and the machine knows about the server by adding it to
c:\windows\lmhosts.sam
I log in as the user on
2008 Nov 20
4
Fitting a sine wave using solver
Greetings,
I have several sets of oscillation data and would like to estimate the
parameters of a sine function to each set (and hopefully automate
this). A colleague provided an excel sheet that uses solver to minimize
the RSS after fitting the sine function to each data set, but this
cumbersome and difficult to automate. Is there a method in R for
fitting a given sine function to a
2020 Jan 10
2
Register Dataflow Analysis on X86
Hi Scott,
Sorry for the late reply, I was out of office during the holidays.
1. A def node can reach either a use node, or another def node. In the highlighted phi node (p3224), the def (d3225) reaches another def (1598) in statement (s1597), that’s why it’s needed.
2. The reason why the def of R11 in s1578 is not connected directly to the use in s1725 is that there may be an intervening
2002 Sep 17
2
Feature request: Sync Mac OS resource forks and metadata on Mac OS X
I have a feature request for rsync. I tried posting it to the
FAQ-o-matic, but that system didn't seem to be accepting new
questions. I hope this is an okay list for the request--apologies if
it's misdirected.
Mac OS X provides support for the Mac file system resource forks and
mac specific metadata (e.g., creator and file type). Most Unix
applications ignore this information, but it
2019 Dec 23
2
Register Dataflow Analysis on X86
Hi Scott,
That #1073741833 is a register mask. They are treated as aggregate registers (essentially sets of registers), so if it includes R9D and R11D, it will be treated as being aliased with both.
These separate defs are there because they reach disjoint registers.
--
Krzysztof Parzyszek kparzysz at quicinc.com<mailto:kparzysz at quicinc.com> AI tools development
From: Scott
2016 Feb 15
1
GTX 960M
I'm considering a Dell XPS 15 laptop, that comes with the subject GPU.
Is this thing usable with nouveau?
--
========================================================================
Ian Pilcher arequipeno at gmail.com
-------- "I grew up before Mark Zuckerberg invented friendship" --------
2017 Mar 13
2
MIPS emulation broken - No PCI buses available
I am trying to create a QEMU MIPS guest, so that I can test some code
for big-endian safety.
Every attempt to create a MIPS guest is giving me an error:
Unable to complete install: 'XML error: No PCI buses available'
It seems like this is a known issue.
https://www.redhat.com/archives/libvir-list/2016-May/msg00197.html
However, I am still getting this on a fully updated Fedora
2018 May 31
2
Make discard='unmap' the default?
Is it possible to make discard='unmap' the default for virtio-scsi
disks? (Related, is it possible to make virtio-scsi the default disk
type, rather than virtio-blk?)
Thanks!
--
========================================================================
Ian Pilcher arequipeno@gmail.com
-------- "I grew up before Mark Zuckerberg invented
2019 Sep 15
1
How to disable i915 module
I am setting up CentOS 7 on my new firewall. This will run as a head-
less system, accessed via a serial console when necessary. It's only a
2GB system, so I don't see any reason to have the GPU consuming any of
the RAM.
I've blacklisted the i915, drm, and drm_kms_helper modules and rebuilt
the initramfs, but the i915 module is still being loaded.
Anyone know what might be loading
2018 Jun 01
2
Re: Make discard='unmap' the default?
On 06/01/2018 05:19 AM, Daniel P. Berrangé wrote:
> On Thu, May 31, 2018 at 02:34:15PM -0500, Ian Pilcher wrote:
>> Is it possible to make discard='unmap' the default for virtio-scsi
>> disks? (Related, is it possible to make virtio-scsi the default disk
>> type, rather than virtio-blk?)
>
> This is really a question for whatever management tool you're
2017 Mar 14
2
Re: MIPS emulation broken - No PCI buses available
On 03/14/2017 05:59 AM, Daniel P. Berrange wrote:
> You are probably better off using PPC64 which is big-endian and much more
> widely tested in libvirt than MIPS, so actually likely to work reliably.
I did try that, but I wasn't able to get past errors about the
machine type not supporting IDE (or something like that). I finally
just gave up and use qemu-system-ppc directly, along