Displaying 20 results from an estimated 1647 matches for "inclination".
2010 Jun 03
4
gam error
Hi all,
I'm trying to use a gam (mgcv package) to analyse some data with a roughly U
shaped curve. My model is very simple with just one explanatory variable:
m1<-gam(CoT~s(incline))
However I just keep getting the error message
"Error in smooth.construct.tp.smooth.spec(object, dk$data, dk$knots) :
A term has fewer unique covariate combinations than specified maximum
degrees of
2004 May 24
2
Manova and specifying the model
Hi,
I would like to conduct a MANOVA. I know that there 's the manova() funciton and the summary.manova() function to get the appropriate summary of test statistics.
I just don't manage to specify my model in the manova() call. How to specify a model with multiple responses and one explanatory factor?
If I type:
2023 Oct 31
1
9.3p1 Daemon Rejects Client Connections on armv7l-dey-linux-gnueabihf w/ GCC 10/11/12
...]
debug3: send packet: type 21 [preauth]
debug2: set_newkeys: mode 1 [preauth]
debug1: rekey after 134217728 blocks [preauth]
debug1: monitor_read_log: child log fd closed
debug3: mm_request_receive entering
debug1: do_cleanup
debug1: Killing privsep child 2544
My first inclination was that this was a SHA-1 key algorithm deprecation
issue; however, I verified that was not the case. And, again, the fact
that the compiler is the only variable indicated it likely was not.
My second inclination was that this was perhaps an optimization issue
with the later versions of GCC, so I...
2011 Aug 26
5
Cent OS 6 freezing up
I've been out of pocket for a while, so don't shoot me, if this has
already been brought up. I'm having a problem with my desktop freezing
up, and I'm running Cent OS 6. It seems to happen while I'm running
firefox. I'm not sure if it's firefox, or the OS that's locking up.
When it freezes up, nothing will respond, so I'm inclined to think it's
the OS
2011 Nov 14
3
nginx + unicorn deployment survey
Hello all, I''m wondering if you deploy nginx:
1) on the same machine that runs unicorn (exclusively proxying to that)
2) on a different machine that doesn''t run unicorn
3) both, nginx could forward to either to localhost
or another host on the same LAN
And of course, the reason(s) you chose what you chose. I''m inclined
to believe many folks are on 1) simply
2006 Aug 18
8
- Lingr is born
Hello everyone-
In the spirit of previous Rails-based product announcements that I''ve
seen here, I''m pleased to announce Rails'' newest progeny, at
http://www.lingr.com.
Lingr is a community site where you can chat about your current
interests, in realtime, right in your browser. You can find related
topics, meet new people, and just have fun in general.
2017 Feb 02
3
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 02, 2017 at 01:34:03PM +0000, Robin Murphy wrote:
> On 02/02/17 11:26, Will Deacon wrote:
> > On Wed, Feb 01, 2017 at 09:19:22PM +0200, Michael S. Tsirkin wrote:
> >> On Wed, Feb 01, 2017 at 06:27:09PM +0000, Will Deacon wrote:
> >>> On Wed, Feb 01, 2017 at 08:09:21PM +0200, Michael S. Tsirkin wrote:
> >>>> I'd like to do that instead.
2017 Feb 02
3
[PATCH] virtio: Try to untangle DMA coherency
On Thu, Feb 02, 2017 at 01:34:03PM +0000, Robin Murphy wrote:
> On 02/02/17 11:26, Will Deacon wrote:
> > On Wed, Feb 01, 2017 at 09:19:22PM +0200, Michael S. Tsirkin wrote:
> >> On Wed, Feb 01, 2017 at 06:27:09PM +0000, Will Deacon wrote:
> >>> On Wed, Feb 01, 2017 at 08:09:21PM +0200, Michael S. Tsirkin wrote:
> >>>> I'd like to do that instead.
2008 Oct 12
2
RFC: Kerning, postscript() and pdf()
...f C for pdf() and D for
postscript() (thanks Ei-ji, and apologies that we did not have a chance to
discuss the principles first). I'm inclined to suggest that we should go
forwards with at most two of these alternatives, and those two should be
the same for postscript() and pdf() -- my own inclination is to B and C.
So questions:
1) Do people feel strongly that we should preserve graphical output from
past versions of R, even when there are known bugs? I can see the need to
reproduce published figures, but normally this would also need using the
same version of R.
2) Is kerning worth purs...
2016 Nov 04
5
RHEL 7.3 released
...ber AND the release date? I.e. 7.3-1104 for CentOS 7.3 released today,
for example. I'm all for the SIGs to keep track of their own upstreams,
but surely there's a better way to do this that doesn't annoy the heck out
of us Joe-Blows out here. A lot of us don't have the time (or inclination)
to deal with oddball version discrepancies when there really doesn't need
to be.
I mean, there are dozens of Ubuntu distros and they all use the same basic
versioning schemes. (Maybe not a completely fair example, but still.)
Isn't the idea with CentOS to be a method of generating a lar...
2004 Sep 06
9
Zaptel 'Under the Hood' Project
Hello,
After poking and prodding at Asterisk and Zaptel for over a couple years
now, I've dedicated some time to actually reading the code and trying to
figure it out.
It's been fascinating. With the driver source on one part of the screen
and a pdf of "Linux Device Drivers" on another part I've aquainted
myself with device driver programming and the interesting
2003 Oct 24
2
Versions of PCRE, documenting what grep etc do.
...t PCRE, 4.4, implements rather
more of Perl's regexps than 3.9 (which is in 1.8.0 if the OS does not
supply it, and RH8.0 has PCRE 3.9. Whichever version of Debian is on franz
has PCRE 3.4).
I could add a configure check for PCRE >= 4.0, and I think probably should
do that. However, my inclination is to always use the version of PCRE in
the R sources and thereby ensure that all builds of R have the same
version, the one I will document. Comments, please.
For PCRE 4.4 there is a long man page that I will use as a basis for the
documentation. I am inclined just to include either a text...
2009 Mar 21
3
How to add ClamAV to Postfix?
I sent this email to the Rehdat list, but I thought the Centos users
might be more inclined to have the command-line solution I am looking
for, so I thought I would post it here too:
I would like to add anti-virus to my email server. Currently I have
Postfix, Dovecot, PHP, and Squirrelmail installed. The users only use
Squirrelmail to access mail. I am looking for command-line
instructions,
2013 Feb 12
2
[LLVMdev] Parallel Loop Metadata
> I have the feeling option 2) does not work for you, but I don't yet understand your reasons.
My inclination to prefer #1 is due to its simplicity. But, if #1 does not work because it creates a correctness problems then #2 is the only option that is left on the table.
2007 Jun 15
2
Run as root?
In looking at the safe_asterisk script, it would appear that it is
encouraging the running of the Asterisk application as root user. My
natural inclination is to run it as a non-privileged user. What is
recommendation?
+++++++++++++
This e-mail was checked by the TecInfo Content Scanning Service for potentially harmful content, such as viruses or Spam For more information, call 800.863.5415 or visit www.tecinfo.net
+++++++++++++
-------------- nex...
2010 Jul 23
0
[LLVMdev] fp Question
433.milc, 447.deall, and 450.soplex are run as part of the nightly
tests on Darwin (=MacOSX) in a way that closely approximates -O4.
They are working there. I am inclined to suspect gold given that they
work at -O3. Can a Linux person comment?
On Jul 23, 2010, at 10:19 AMPDT, Reza Yazdani wrote:
> Following is the list of fp benchmarks that fail. They all pass with
> -O3, but
2011 Oct 17
4
[LLVMdev] Matching addsub
How should I go about matching floating-point addsub-like vector
instructions? My first inclination is to write something which matches
build_vector 1.0, -1.0, and then use that in combination with a match on
fadd, but that does not seem to work. I think this is because
BUILD_VECTOR cannot ever be "Legal", and so it is always turned into a
constant load before instruction selection.
Sp...
2007 Nov 08
7
Best practice for users/groups on solaris
Hi all, I''m a new puppet user and I''m running into some weirdness
around creating users on solaris. (puppet version 0.23.2)
The virt_all_users way of managing users seems pretty reasonable, but
I don''t see how to deal with user specific groups with that.
I have:
class virt_all_users {
@user { "seph":
ensure => "present",
2011 Jun 13
0
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 13, 2011, at 2:12 PM, Andrew Trick wrote:
> Although I believe asynchronous signals are also best handled by the runtime. They can be converted into cooperative exceptions. I have to say I can't see the value in resuming from an interrupt at literally any instruction address.
For what it's worth, SEH (which inspires a lot of this) allows blocks of code to be protected from
2006 Jan 18
2
Display an Image on a Plane
Hi,
I am new to R and I would like to display an image on a plane in a 3D plot,
i.e. I would like to be able to specify a theta and a phi parameters like in
the function persp to display a 2D image on an inclined plane.
Regards,
vincent
[[alternative HTML version deleted]]