Displaying 4 results from an estimated 4 matches for "rscale".
Did you mean:
scale
2011 Jul 27
1
Inserting weights in ltm package
...r accurate
results. I attempted to create a weighted object to insert into the
formulae of the ltm packages, however, the survey data only includes
30 replicate weights and a sampling weight. The svrepdesign requires
additional information such as jacknife weights in an external object
(for scale, rscale), however, I do not have these. I typically just
use the sampling weight when doing analyses in other platforms such as
MPlus, however there does not appear to a way of referring to this
directly in the ltm formulae.
My question is: am I able to insert sampling weights directly into an
ltm analysi...
2011 Nov 24
4
I cannot get species scores to plot with site scores in MDS when I use a distance matrix as input. Problems with NA's?
...pec.scores? function, method=?cor.scores?, found in package BiodiversityR. This seemed to work, as I got no error message, but the species scores were not returned. Here the R code and results:
?> A<-add.spec.scores(ordi=NMDSgowdis,comm=TraitsNMDSdummies,method="cor.scores",multi=1, Rscale=F,scaling="1")
> plot(A)
Warning message:In ordiplot(x, choices = choices, type = type, display = display, :Species scores not available?
Can anyone guide me to get the trait (?species?) scores to plot together with my species (?site?) scores?
Thanks in advance,
Edwin
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
Finally got it to compile and attach the MSVC debugger.
It fails at the following:
if ((!st->variable_duration && 400*frame_size != st->Fs &&
200*frame_size != st->Fs && 100*frame_size != st->Fs &&
50*frame_size != st->Fs && 25*frame_size != st->Fs &&
50*frame_size != 3*st->Fs)
|| (400*frame_size <
2014 Jun 04
4
opus_multistream_encode_float not working in libopus 1.1
...ack,packetsamplescount))
{
char *tout=new char[1275*2*Fnch];
int
len=encode_float(e_state,ack,packetframescount,tout,1275*2*Fnch);
if(len>0)
{
AddOpusPacket(tout,len,packetframescount*rscale);
}
else
{
delete [] tout;
delete [] ack;
Ferror=-1;
return 0;
}
}