R/coef.mlds.R

Defines functions `coef.mlbs` `coef.mlds`

`coef.mlds` <- function(object, ...){
	cc <- object$pscale[-1]
	names(cc) <- object$stimulus[-1]
	cc	
}	

`coef.mlbs` <- function(object, ...){
	cc <- object$pscale[-1]
	names(cc) <- object$stimulus[-1]
	cc	
}	

Try the MLDS package in your browser

Any scripts or data that you put into this service are public.

MLDS documentation built on Aug. 20, 2023, 9:06 a.m.