covariates(secr)
covariates()所属R语言包:secr
Covariates Attribute
协变量属性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract or replace covariates
提取或替换协变量
用法----------Usage----------
covariates(object, ...)
covariates(object) <- value
参数----------Arguments----------
参数:object
an object of class traps, popn, capthist, or mask
对象类traps,popn,capthist或mask,
参数:value
a dataframe of covariates
一个数据框的协变量
参数:...
other arguments (not used)
其他参数(未使用)
Details
详细信息----------Details----------
For replacement, the number of rows of value must match exactly the number of rows in object.
若需更换,行value必须完全匹配的行数在object。
值----------Value----------
covariates(object) returns the dataframe of covariates associated with object. covariates(object) may be NULL.
协变量(对象)的协变量与object返回的数据框。 covariates(object)可能是NULL。
实例----------Examples----------
temptrap <- make.grid(nx = 6, ny = 8)
covariates (temptrap) <- data.frame(halfnhalf =
factor(rep(c("left","right"),c(24,24))) )
summary(covariates(temptrap))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|