Displaying 20 results from an estimated 3753 matches for "te".
Did you mean:
the
2011 Jun 07
2
gam() (in mgcv) with multiple interactions
...by some folks on this list. I've run into a question to which I can't find the answer in his book, so I'm hoping somebody here knows.
My outcome variable is binary, so I'm doing a binomial fit with gam(). I have five independent variables, all continuous, all uniformly distributed in [0, 1]. (This dataset is the result of a simulation model.) Let's call them a,b,c,d,e for simplicity. I'm interested in interactions such as a*b, so I'm using tensor product smooths such as te(a,b). So far so good. But I'm also interested in, let's say, a*d. So ok, I p...
2004 Nov 09
9
Dyndns
Hi,
I''ve a little problem, I hope so..
First a hint, I haven''t a static IP - Adress and so I used a dyndns
Provider.
In DMZ runs a sftp server. It should accessible from net. My router is
forwarding the traffic from port 22 to the machine in DMZ. Now, in
basic installation I have rfc1918-dropping configured by net
interface.
My problem:
If rfc1918 dropping is on I can''t receive the machine in DMZ. If I
switch it off, it works fine.
In logfile (after dropping) is the...
2012 Feb 13
3
mgcv: increasing basis dimension
hi
Using a ts or tprs basis, I expected gcv to decrease when increasing the
basis dimension, as I thought this would minimise gcv over a larger
subspace. But gcv increased. Here's an example. thanks for any comments.
greg
#simulate some data
set.seed(0)
x1<-runif(500)
x2<-rnorm(500)
x3<-rpois(500,3)
d<-runif(500)
linp&...
2013 Mar 19
1
How to automate this model selection algorithm?
I've got a complicated semi-parametric model that I'm fitting with
mgcv. I start with a model based on theory. Its got lots of
interaction terms. I want to winnow it down: removing each interaction
term or un-interacted main effect one by one, checking the AIC, and
retaining the model that gives me the lowest...
2016 Apr 22
0
R2BayesX help
Hi,
I wonder if anyone can help me with this issue. I am using R2BayesX. It
seems that the model can maximally contain 20 interactions. When the number
of interaction terms exceed 20, the code stops working. Here is a piece of
toy code.
rm(list=ls())
library(BayesX)
library(R2BayesX)
#data generating model
f2<-function(x1,x2,x3,x4)
{
y<-2*sin(pi*x1)*1.5+exp(2*x2)/3+2 * sin(4 * pi * (x3 - 0.2) *(x4 - 0.7))
}
#the...
2009 Aug 24
2
Formulas in gam function of mgcv package
Dear R-experts,
I have a question on the formulas used in the gam function of the mgcv
package.
I am trying to understand the relationships between:
y~s(x1)+s(x2)+s(x3)+s(x4)
and
y~s(x1,x2,x3,x4)
Does the latter contain the former? what about the smoothers of all
interaction terms?
I have (tried to) read the manual pages of gam, formula.gam, smooth.terms,
linear.functional.terms but could not understand properly.
Regards
--
Corrado Topi
Global Climate Change & Biodiversity Indicators
Area 18,De...
2009 Aug 24
2
Formulas in gam function of mgcv package
Dear R-experts,
I have a question on the formulas used in the gam function of the mgcv
package.
I am trying to understand the relationships between:
y~s(x1)+s(x2)+s(x3)+s(x4)
and
y~s(x1,x2,x3,x4)
Does the latter contain the former? what about the smoothers of all
interaction terms?
I have (tried to) read the manual pages of gam, formula.gam, smooth.terms,
linear.functional.terms but could not understand properly.
Regards
--
Corrado Topi
Global Climate Change & Biodiversity Indicators
Area 18,De...
2012 Jul 30
1
te( ) interactions and AIC model selection with GAM
...lo R users,
I'm working with a time-series of several years and to analyze it, I?m using
GAM smoothers from the package mgcv. I?m constructing models where
zooplankton biomass (bm) is the dependent variable and the continuous
explanatory variables are:
-time in Julian days (t), to creat a long-term linear trend
-Julian days of the year (t_year) to create an annual cycle
- Mean temperature of Winter (temp_W), Temperature of September (temp_sept)
or Chla.
Questions:
1) To introduce a tensor product modifying the annual cycle in my model, I
tried 2 different approaches:
- a) gam ( bm ~ t + te...
2014 Apr 23
1
SELInux and POSTFIX
Installed Packages
Name : postfix
Arch : x86_64
Epoch : 2
Version : 2.6.6
Release : 6.el6_5
Size : 9.7 M
Repo : installed
>From repo : updates
I am seeing several of these in our maillog file after a restart of the
Postfix service:
Apr 23 12:48:27 inet08 setroubleshoot: SELinux is preventing
/usr/libexec/postfix/smtp from 'read, write' accesses on the file 546AA6099F.
For complete SELinux messages. run sealert -l
b95663bb-12ce-...
2010 Oct 08
1
NULL assignment will change the expression's class into list
Hello Everyone!
NULL replacement will change expression object into list:
>
> te <- expression(a=23*4, b=33-2)
> te
expression(a = 23 * 4, b = 33 - 2)
> te[["a"]] <- quote(blabla) #ok
> te
expression(a = blabla, b = 33 - 2)
> te[["a"]] <- NULL #change to list
> te
$b
33 - 2
I am on w32, version 2.11.1 (2010-05-31)
Regards,
Vitally...
2003 Feb 09
4
Re[2]: Help with Shorewall configuration using a static IP
Hello Tom,
Monday, February 10, 2003, 2:35:45 AM, you wrote:
TE> In the future, PLEASE POST PROBLEM REPORTS TO THE MAILING
TE> LIST!!!!!!!!!!!!!!!!!!!!!!!!!!!
TE> --On Monday, February 10, 2003 1:51 AM +0530 Srinivasa R Kotu
TE> <kotu@ocimumbio.com> wrote:
>> masq file
>>
>># interface subnet address
>> e...
2011 Jun 14
1
dahdi_genconf and BRI NT spans in system.conf
Hi,
My genconf_parameter is :
# grep -v "^#" genconf_parameters
lc_country fr
context_lines remote
group_lines 1
bri_sig_style bri
echo_can oslec
pri_termtype
SPAN/* NT
(I also tried various identations and syntax for pri_termtype line such as
bri_termtype but I st...
2015 Jun 17
2
selinux allow apache log access
>
> What turns up in myzabbix.te?
Same deal. :(
#semodule -i myzabbix.te
semodule: Failed on myzabbix.te!
sigh... but thanks any other clues?
On Wed, Jun 17, 2015 at 11:42 AM, Harold Toms <h.toms at qmul.ac.uk> wrote:
> On 17/06/15 16:29, Tim Dunphy wrote:
>
>> That's because there's already a zab...
2005 Mar 28
1
Connecting quadbri to EuroISDN with 2 TE and 2 NT ports - what cables and settings ?
Hi,
I'm trying to connect quadbri between powered ISDN phone and ISDN line:
ISDN <---1---> TE - * - NT <--2--> Phone
I use quadbri, suse 9.2 and latest 0.2.0-RC7k bristuff. I've used sample
settings provided with package, but do get strange error (I think that I
have wrong setting for P2P or P2MP setting and cables 1 and 2).
If I connect phone to ISDN with straight cable it wo...
2009 Nov 10
1
Questions about Dahdi's /etc/dahdi/genconf_parameters
Hello,
1. How can specify in /etc/dahdi/genconf_parameters file that a port from a
B410P board is to be "disabled".
Playing with comments (see bellow) doesn't help : file
/etc/asterisk/dahdi-channels.conf is filled with 4 ports data.
pri_termtype
SPAN/1 TE
SPAN/2 TE
SPAN/3 TE
# SPAN/...
2010 Sep 03
2
Interactions in GAM
Hello R users,
I am working with the GAM to inspect the effect of some factors (year, area) and continuous variables (length, depth, latitude and longitude) on the intensity and prevalence of the common parasite Anisakis. I would like introduce interaction in my models, both "continuous variables-continuous variables" and "continuous variables-factor". I have read some questions-answers regard to this subject but I still have doubts.
The solut...
2015 Nov 20
2
SIP calls dropping at 15 minutes
I have a problem where SIP calls from some providers are dropping at 15
minutes.
The topology is: Client sends calls to a host running OpenSIPS, OpenSIPS
sends calls to an Asterisk server.
Below,
'Client' is the IP address of the client's host (running
FPBX-2.8.1(1.8.20.0)
'OpenSIPS' is the IP address of my host running OpenSIPS 1.7.2-tls
'Aster...
2013 Dec 09
1
Mejor CPU para ejecutar R en Linux
Hola Fernando,
yo en mi trabajo tengo un asus i7(pensaba que era i5) con 4 gb de RAM
(windows7) en casa tengo uno portatil con 16 gb funcionando con ubuntu
marca dell (alienware). Sinceramente, mi experiencia me dice que no hay
color de una marca buena a una normal. De hecho el alienware corre más
rápido que un sobremesa mac que ten...
2002 Apr 17
3
not quite a shorewall question but..
does anyone know how to enable the "udp loose" function in kernel 2.4.x? one
of my fave games requires this to work on the net and i''d really like to
move away from the 2.2 series kernels.
tia
2013 Jul 23
1
Help with using unpenalised te smooth in negative binomial mgcv gam
Hi,
I have been trying to fit an un-penalised gam in mgcv (in order to get more
reliable p-values for hypothesis testing), but I am struggling to get the
model to fit sucessfully when I add in a te() interaction. The model I am
trying to fit is:
gam(count~ s(x1, bs = "ts", k = 4, fx = TRUE) +
s(x2, bs = "ts", k = 4, fx = TRUE) +
te(x2, x3, bs = c("ts", &qu...