Displaying 4 results from an estimated 4 matches for "wm4".
Did you mean:
m4
2009 Jun 15
3
Assigning Data a name from within another variable?
Hi All,
I have hunted high and low and tried dozens of things but have yet to
achieve the result I require. Below is my code (taken mostly from another
thread on here) thus far:
files<-list.files()
files<-files[grep('.wm4', files)]
labels<-gsub('.wm4', '',files)
for(i in 1:length(files)){
X<-read.table(files[i])
<My problem is here!>
What I am trying to do now is assign the first item in labels in place of X
so the table name will effectively be whatever is written in labels[1]. The...
2003 Apr 22
1
Quick query on output
...ime
only to find I have not made the correct syntax to see the output. So,
what I've written is:
EXCERPT FROM COMMAND FILE:
glmmPQL(plfp ~ -1 + bmrd4 + bmsd4 + wmrd4 + wmsd4 + bfrd4 + bfsd4 +
wfrd4 + wfsd4 + y4yrsed + y4age + y4age2,
data=PLFPANAL,
random=~ bm4 + wm4 + bf4 + wf4 | state,
family=binomial,
weights=wt1)
summary(fm1)
q
END OF EXCERPT FROM COMMAND FILE
I bet the "suummary(fm1)" line is wrong, it was apparently a holdover from
some other code I tried to emulate. At any rate, what do I do to get the
output? Have I done...
2016 Apr 16
3
[Bug 94964] New: Tearing with opengl-hq and not with opengl on Gnome with MPV
...me Shell and Plasma 5 on Manjaro too. There is no tearing with Nouveau
and Opengl-hq in windowed mode in Plasma 5 but there is stutter and there is
tearing with Gnome Shell.
Actually there is dropped frames with Nouveau and Opengl-hq in windowed mode in
all DE.
I opened an issue on MPV github and Wm4, the main MPV dev, said that my GPU
(Nvidia GT430) with Nouveau driver is maybe too slow (no reclocking ?).
https://github.com/mpv-player/mpv/issues/2501
For me the logical behavior should be like on Plasma 5 with Nouveau, no tearing
but if the GPU is not powerful enough the playback have stutter...
2009 Jun 15
0
books on Time serie
...variable?
>
>
>
> Hi All,
>
> I have hunted high and low and tried dozens of things but have yet to
> achieve the result I require. Below is my code (taken mostly from
> another
> thread on here) thus far:
>
> files<-list.files()
> files<-files[grep('.wm4', files)]
> labels<-gsub('.wm4', '',files)
>
> for(i in 1:length(files)){
> X<-read.table(files[i])
> <My problem is here!>
>
> What I am trying to do now is assign the first item in labels in
> place of X
> so the table name will effecti...