similar to: linear regression

Displaying 20 results from an estimated 300 matches similar to: "linear regression"

2011 Aug 14
2
Central limit theorem
my data looks like this: PM10 Ref UZ JZ WT RH FT WR 1 10.973195 4.338874 nein Winter Dienstag ja nein West 2 6.381684 2.250446 nein Sommer Sonntag nein ja Süd 3 62.586512 66.304869 ja Sommer Sonntag nein nein Ost 4 5.590101 8.526152 ja Sommer Donnerstag nein nein Nord 5 30.925054 16.073091 nein Winter Sonntag nein nein Ost 6
2003 Nov 07
2
chisq.test error: x and y must have at least 2 levels
Hi, I use a little script? to make a chi-square-test on 162 factors (it makes no difference if I take the numeric variant of the factors). At factor nr. 4 is stops with an error: [1] "v1= V7.KARTM v11= V7.KAR1M" Error in chisq.test(d1, d2) : x and y must have at least 2 levels But x and y /have/ two levels ("nein", "ja"): > fbhint.spss1$V7.KARTM [1] nein
2018 Apr 14
2
W10 and browse
Hi All, Fedora 276, x64 $ rpm -qa samba\* samba-winbind-clients-4.7.6-0.fc27.x86_64 samba-common-libs-4.7.6-0.fc27.x86_64 samba-client-4.7.6-0.fc27.x86_64 samba-common-tools-4.7.6-0.fc27.x86_64 samba-libs-4.7.6-0.fc27.x86_64 samba-common-4.7.6-0.fc27.noarch samba-4.7.6-0.fc27.x86_64 samba-client-libs-4.7.6-0.fc27.x86_64 samba-winbind-4.7.6-0.fc27.x86_64 samba-dc-libs-4.7.6-0.fc27.x86_64
2017 Feb 07
2
gpupdate use wrong url
my named.conf look like dlz "foo" { # For BIND 9.10 database "dlopen /usr/lib/x86_64-linux-gnu/samba/bind9/dlz_bind9_10.so"; }; Am 07.02.2017 um 15:26 schrieb Rowland Penny via samba: > On Tue, 7 Feb 2017 15:04:30 +0100 > basti via samba <samba at lists.samba.org> wrote: > >> Windows-IP-Konfiguration >> >> >> >>
2018 Apr 14
1
W10 and browse
On 04/14/2018 01:04 AM, Rowland Penny via samba wrote: > On Fri, 13 Apr 2018 22:31:23 -0700 > ToddAndMargo via samba <samba at lists.samba.org> wrote: > >> Hi All, >> >> Fedora 276, x64 >> >> I just put a Widows Nein, oops Windows Ten computer on >> a samba based network. >> >> Problem: the W-Nein computer can not see any of the other
2017 Feb 07
2
gpupdate use wrong url
Windows-IP-Konfiguration Hostname . . . . . . . . . . . . : wks-1080 Prim„res DNS-Suffix . . . . . . . : foo Knotentyp . . . . . . . . . . . . : Hybrid IP-Routing aktiviert . . . . . . : Nein WINS-Proxy aktiviert . . . . . . : Nein DNS-Suffixsuchliste . . . . . . . : foo Ethernet-Adapter Ethernet 2: Verbindungsspezifisches DNS-Suffix: Beschreibung. . . . . .
2016 Mar 15
1
Windows 10 does not register dns in samba 4.3.4
Are your running more domains on this samba server, this is the primary domain? tplk.loc ? The settings below looks good, you can try setting ipv4 preffered over ipv6 ( or disable ipv6) You can try also it with a fixed primary dns suffix. https://technet.microsoft.com/en-us/library/cc786695(v=ws.10).aspx 1.Open the Network Connections folder and view available connections. 2.Right-click the
2017 Feb 07
1
gpupdate use wrong url
Ok that looks good. Ont to try on the pc your testing. Disable ipv6 ( just remove the checkmark dont remove it. ) from the network adapter. *( optional : http://www.bvanleeuwen.nl/faq/?p=1142 ipv6 admx template. ) I have a setup with this admx, i completely disabled ipv6 in my lan. And as Rowland also is telling.. Dns domain = foo Realm = FOO Workgroup = FOO
2016 Mar 16
1
Windows 10 does not register dns in samba 4.3.4 SOLVED
So after digging deep and looking into my /var/log/messages for dns and recognizing that my providers internet dns not work correctly: Mar 16 07:49:48 s4slave named-sdb[15870]: error (connection refused) resolving 'ns2.allowsread.com/AAAA/IN': 192.52.178.30#53 Mar 16 07:49:50 s4slave named-sdb[15870]: error (network unreachable) resolving 'ns2.allowsread.com/AAAA/IN':
2013 Feb 17
3
Select components of a list
Hi Gustav, Try this: lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component [[1]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10 #5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05 #[[2]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone #0.0010117294 0.0003792739 2.6675428048 0.0076408155 #[[3]] #???
2008 May 21
2
an unknown error message when using gamm function
Dear everyone, I'm encountering an unknown error message when using gamm function: > fitoutput <- gamm(cvd~as.factor(dow)+pm10+s(time,bs="cr",k=15,fx=TRUE)+s(tmean,bs="cr",k=7,fx=TRUE) + ,correlation=corAR1(form=~1|city),family=poisson,random=list(city=~pm10),data=mimp) Maximum number of PQL iterations: 20 iteration 1 iteration 2 iteration 3 iteration 4
2006 May 08
1
Help on zoo and datetime series
Hello, i would like to import this txt file: Giorno;PM10 2006-01-01 10:10;10.3 2006-02-02 20:22;50.3 2006-03-03 23:33;20.1 ......... As it's an irregular time series i use zoo as follow: require(zoo) z <- read.table("c:\\1.csv", sep=";", na.strings="-999", header=TRUE) q <- zoo(z$PM10, strptime(as.character(z$Giorno),"%Y-%m-%d %H:%M")) At this
2015 Jul 07
1
Windows 10 tech preview build 10130
On Sat, 2015-07-04 at 19:22 -0700, ToddAndMargo wrote: > I am glad it worked. > > Sounds to me like Windows being Windows. SOF (Son-of-Frankenstein > or Windows Nein, oops, Windows 10) is terrible quality. If it > works right in your other VM's, then it is SOF's doing. The newest update (10162) appears to have improved the weird mouse behaviour I was seeing. It's
2016 Sep 08
3
DNF update
On Wed, 2016-09-07 at 23:40 +0000, Joseph L. Casale wrote: > > I think it should be called YUM. > https://fedoraproject.org/wiki/Features/DNF#Naming > DNF stands for Dandified yum. Since DNF is a tech preview > in Fedora 18 the Python module names can not be 'yum.*' as > that would clash with yum itself. In any single version of Centos there is only one YUM. Having
2018 Apr 07
1
Permission denied mystery
Hi All, Fedora 276, x64 $ rpm -qa samba\* samba-winbind-clients-4.7.6-0.fc27.x86_64 samba-common-libs-4.7.6-0.fc27.x86_64 samba-client-4.7.6-0.fc27.x86_64 samba-common-tools-4.7.6-0.fc27.x86_64 samba-libs-4.7.6-0.fc27.x86_64 samba-common-4.7.6-0.fc27.noarch samba-4.7.6-0.fc27.x86_64 samba-client-libs-4.7.6-0.fc27.x86_64 samba-winbind-4.7.6-0.fc27.x86_64 samba-dc-libs-4.7.6-0.fc27.x86_64
2008 Aug 26
1
lattice: plotting an arbitrary number of panels, defining arbitrary groups
R Friends, I'm running R2.7.1 on Windows XP. I'm trying to get some lattice functionality which I have not seen previously documented--I'd like to plot the exact same data in multiple panels but changing the grouping variable each time so that each panel highlights a different feature of the data set. The following code does exactly that with a simple and fabricated air quality data
2004 Dec 22
2
GAM: Overfitting
I am analyzing particulate matter data (PM10) on a small data set (147 observations). I fitted a semi-parametric model and am worried about overfitting. How can one check for model fit in GAM? Jean G. Orelien
2019 Oct 20
4
GPO for Computer/Machine not working
Hi all, I am having the same issue that is described in an older thread here: https://lists.samba.org/archive/samba/2018-February/213656.html The problem I am facing is that the machine accounts are not trusted in the domain (this is true for all Win 10 Systems). The issue with the computer is from my pov: Folgende herausgefilterte Gruppenrichtlinien werden nicht angewendet.
2011 Jun 21
5
please help for mgcv package
i read a book from WOOD, there's an example which is talking about the pollutant. library(gamair) library(mgcv) y<-gam(death~s(time,bs="cr",k=200)+s(pm10median,bs="cr")+s(so2median,bs="cr")+s(o3median,bs="cr")+s(tmpd,bs="cr"),data=chicago,family=Possion) lag.sum<-function(a,10,11) {n<-length(a) b<-rep(0,n-11) for(i in 0:(11-10))
2007 Dec 12
6
namespace problem / 1.1beta11
Hi all, actually I got a problem with the namespaces in dovecot 1.1 beta11. It occured after purging index files and resynch via imapsync. Dovecot complains about "Unknown namespace", though it worked with versions before. I cannot comfirm for 1.1beta10, but I surely know 1.1beta9 worked with these settings. Example: From Folder [INBOX/Trash] To Folder [___________] To Folder